summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-04-20[POWERPC] i2c: Fix build breakage introduced by OF helpersJochen Friedrich3-3/+3
2008-04-17[POWERPC] fsl_elbc_nand: factor out localbus definesAnton Vorontsov1-207/+12
2008-04-17[POWERPC] QE: UCC nodes cleanupAnton Vorontsov3-8/+27
2008-04-17[POWERPC] cpm_uart: Allocate DPRAM memory for SMC ports on CPM2-based platforms.Laurent Pinchart4-10/+78
2008-04-17[POWERPC] i2c: OF helpers for the i2c APIJochen Friedrich3-0/+122
2008-04-17[POWERPC] OF helpers for the GPIO APIAnton Vorontsov3-0/+249
2008-04-17[POWERPC] properly declare onstack completion in iseries vethBenjamin Herrenschmidt1-1/+2
2008-04-17[POWERPC] hvcbeat: Fix buffer manipulationIshizaki Kou1-2/+2
2008-04-17Merge branch 'for-2.6.26' of master.kernel.org:/pub/scm/linux/kernel/git/olof...Paul Mackerras1-2/+33
2008-04-14Merge branch 'linux-2.6'Paul Mackerras302-1721/+2456
2008-04-11Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds3-16/+15
2008-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-125/+197
2008-04-11md: close a livelock window in handle_parity_checks5Dan Williams1-22/+29
2008-04-11cciss: error: implicit declaration of function 'sg_init_table'Mike Pagano1-0/+1
2008-04-11rtc: fix platform driver hotplug/coldplugKay Sievers19-2/+33
2008-04-11watchdog: fix platform driver hotplug/coldplugKay Sievers12-0/+20
2008-04-11usb host: fix platform driver hotplug/coldplugKay Sievers16-6/+30
2008-04-11usb gadget: fix platform driver hotplug/coldplugKay Sievers8-2/+11
2008-04-11spi: fix platform driver hotplug/coldplugKay Sievers14-7/+31
2008-04-11rtc: rtc-s35390a.c needs the bitreverse libraryRandy Dunlap1-0/+1
2008-04-11i2c-tiny-usb: New VID/PID pairTill Harbaum1-4/+8
2008-04-11i2c-davinci: Fix lost interruptTroy Kisky1-11/+6
2008-04-11i2c-ibm_iic: Fast mode parm desc fixupPaul Mundt1-1/+1
2008-04-09BNX2X: Correct bringing chip out of resetEliezer Tamir1-3/+3
2008-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller7-12/+17
2008-04-09rt61pci: rt61pci_beacon_update do not free skb twiceDaniel Wagner1-3/+1
2008-04-09Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+1
2008-04-09ssb-mipscore: Fix interrupt vectorsMichael Buesch1-6/+7
2008-04-09ssb-pcicore: Fix IRQ TPS flag handlingLarry Finger1-1/+1
2008-04-09ata/sata_fsl: Remove unused variable in sata_fsl_probeJohann Felix Soden1-3/+0
2008-04-09pata_sil680: Fix build on arch/ppcBenjamin Herrenschmidt1-1/+1
2008-04-08mtd/chips: add missing set_current_state() to cfi_{amdstd,staa}_sync()Dmitry Adamushko2-0/+2
2008-04-08spi: spi_bfin5xx: remove unused labelMichael Hennerich1-1/+0
2008-04-08spi: spi_bfin5xx: fix probe() sequencingVitja Makarov1-6/+6
2008-04-08spi: spi_bfin5xx build fixMike Frysinger1-2/+2
2008-04-08acpi: fix "buggy BIOS check" when CPUs are hot removedAlok Kataria1-1/+1
2008-04-08acpi thermal: fix result checkKrzysztof Helt1-1/+1
2008-04-08ub: remove BUG() after __blk_end_request and fix the condition causing itPete Zaitcev1-9/+29
2008-04-08[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller7-110/+177
2008-04-07b43legacy: fix bcm4303 crashStefano Brivio1-0/+6
2008-04-07iwlwifi: fix n-band association problemAbhijeet Kolekar1-1/+0
2008-04-07ipw2200: set MAC address on radiotap interfaceDaniel Drake1-0/+1
2008-04-07libertas: fix mode initialization problemHolger Schurig1-1/+1
2008-04-07pvrusb2: fix broken build due to patch order dependencyMichael Krufky1-0/+4
2008-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-1/+1
2008-04-07siimage: fix kernel oops on PPC 44xSergei Shtylyov1-1/+1
2008-04-07virtio_net: remove overzealous printkAnthony Liguori1-1/+0
2008-04-07Revert "smc91x: fix build breakage from the SMC_GET_MAC_ADDR API upgrade"Linus Torvalds1-4/+4
2008-04-07virtio: remove overzealous BUG_ON.Rusty Russell1-3/+0
2008-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-22/+224