From: Dominik Brodowski on 16 Mar 2010 14:20 Linus, some PCMCIA bugfixes for 2.6.34-rc2 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git urgent Please pull from that location. The diffstat and list of changes follows, the individual diffs were sent (at least) to the linux-pcmcia list. Thanks, Dominik ---- Dan Carpenter (1): pcmcia: add important if statement Dominik Brodowski (2): pcmcia: pd6729, i82092: use parent (PCI) resources pcmcia: revert "irq probe can be done without risking an IRQ storm" Jens K�nzer (3): pcmcia: honor saved flags in yenta_socket's I365_CSCINT register pcmcia: allow for cb_irq to differ from pci_dev's irq in yenta_socket pcmcia: re-route Cardbus IRQ to ISA on ti1130 bridges if necessary Jiri Slaby (1): PCMCIA: resource, fix lock imbalance Yoichi Yuasa (1): pcmcia/vrc4171: use local spinlock for device local lock. drivers/pcmcia/i82092.c | 1 + drivers/pcmcia/i82365.h | 1 + drivers/pcmcia/pcmcia_resource.c | 36 +++++++++++++---------------- drivers/pcmcia/pd6729.c | 1 + drivers/pcmcia/ti113x.h | 37 ++++++++++++++++++++++++++++- drivers/pcmcia/vrc4171_card.c | 5 ++- drivers/pcmcia/yenta_socket.c | 46 +++++++++++++++++++++++-------------- drivers/scsi/pcmcia/nsp_cs.c | 1 + 8 files changed, 86 insertions(+), 42 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [PATCH 09/14] syscalls: add new COMPAT_SYSCALL_DEFINE#N() macro Next: no kernel events |