aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-13mfd: Fix 88PM8607 I2C dependencyHaojian Zhuang1-1/+1
2009-12-13mfd: Move asic3_remove to .devexit.textUwe Kleine-König1-1/+1
2009-12-13mfd: Add support for WM8320 PMICsMark Brown2-3/+162
2009-12-13gpiolib: Make WM831x GPIO count dynamicMark Brown2-3/+4
2009-12-13mfd: Refactor WM831x chip identificationMark Brown1-40/+18
2009-12-13mfd: Don't abuse i2c_client.nameJean Delvare2-5/+0
2009-12-13mfd: Fix ab4500 compilation warningsSamuel Ortiz1-1/+2
2009-12-13mfd: add AB4500 driverSrinidhi Kasagar3-0/+218
2009-12-13mfd: Add 88PM8607 driverHaojian Zhuang3-0/+313
2009-12-13ARM: pxa: fix now incorrect reference of skt->irq by using skt->socket.pci_irqEric Miao2-2/+2
2009-12-13[ARM] pxa/zeus: make Viper pcmcia support more generic to support ZeusMarc Zyngier4-36/+90
2009-12-13spi: fix probe/remove section markingsGrant Likely1-3/+3
2009-12-13Add OMAP spi100k driverCory Maccarrone3-0/+642
2009-12-13spi-imx: don't access struct device directly but use dev_get_platdataUwe Kleine-König1-1/+1
2009-12-13spi-imx: Add mx25 supportSascha Hauer1-4/+4
2009-12-13spi-imx: use positive logic to distinguish cpu variantsUwe Kleine-König1-1/+1
2009-12-13spi-imx: correct check for platform_get_irq failingUwe Kleine-König1-1/+1
2009-12-13ARM: NUC900: Add spi driver support for nuc900Wan ZongShun3-0/+512
2009-12-13spi: SuperH MSIOF SPI Master driver V2Magnus Damm3-0/+699
2009-12-12Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6Linus Torvalds2-1/+8
2009-12-12tty: Fix BKL taken under a spinlock bug introduced in the BKL splitAlan Cox1-2/+0
2009-12-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds29-867/+3247
2009-12-12Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds2-47/+1
2009-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-14/+25
2009-12-12PCMCIA: fix pxa2xx_lubbock modular build errorRussell King2-14/+5
2009-12-11be2net: fix error in rx completion processing.Ajit Khaparde1-2/+2
2009-12-11igbvf: avoid reset storms due to mailbox issuesAlexander Duyck2-1/+8
2009-12-11igb: fix handling of mailbox collisions between PF/VFAlexander Duyck1-9/+13
2009-12-11usb: remove rare pm primitive for conversion to new APIOliver Neukum1-2/+2
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds41-401/+1346
2009-12-11Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds2-37/+188
2009-12-11Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds2-5/+2
2009-12-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2059-209334/+309538
2009-12-11omap1: LCD_DMA: Use some define rather than a hexadecimalJanusz Krzysztofik1-32/+1
2009-12-11smc91x: remove OMAP specific bitsLadislav Michl1-15/+0
2009-12-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds3-24/+152
2009-12-11Staging: batman: fix debug Kconfig optionGreg Kroah-Hartman1-1/+1
2009-12-11nvram: Fix write beyond end condition; prove to gcc copy is safeH. Peter Anvin1-4/+10
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds26-3540/+874
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds2-4/+4
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds679-174515/+165727
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds10-80/+124
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds91-1811/+9254
2009-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-2/+10
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-4/+10
2009-12-11tty: split the lock up a bit furtherAlan Cox1-0/+3
2009-12-11tty: Move the leader test in disassociateAlan Cox1-2/+3
2009-12-11tty: Push the bkl down a bit in the hangup codeAlan Cox1-2/+2
2009-12-11tty: Push the lock down further into the ldisc codeAlan Cox2-5/+9
2009-12-11tty: push the BKL down into the handlers a bitAlan Cox3-62/+94