summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-10-03SFI: fix section mismatch warnings in sfi_core.cRakib Mullick1-3/+12
2009-10-02spi-imx: strip down chipselect function to only drive the chipselectUwe Kleine-König1-33/+17
2009-10-02spi-imx: initialize complete config structUwe Kleine-König1-0/+1
2009-10-02spi-imx: no need to assert bits_per_word being initializedUwe Kleine-König1-3/+0
2009-10-02spi-imx: setup mode_bits we can handleSascha Hauer1-0/+1
2009-10-02spi-imx: fix initial chipselect settingsSascha Hauer1-1/+6
2009-10-02spi-imx: update state correctlySascha Hauer1-0/+7
2009-10-02spi-imx: rename source file to spi_imx.cUwe Kleine-König2-169/+169
2009-10-02serial: add parameter to force skipping the test for the TXEN bugChuck Ebbert1-1/+6
2009-10-02serial167: fix read buffer overflowRoel Kluin1-5/+2
2009-10-02cyclades: fix read buffer overflowRoel Kluin1-1/+1
2009-10-02icom: convert space to tabsBreno Leitao1-28/+26
2009-10-02serial_txx9: use container_of() instead of direct castAtsushi Nemoto1-17/+22
2009-10-02s3cmci: add better support for no card detect or write protect availableBen Dooks1-21/+25
2009-10-02s3cmci: make SDIO IRQ hardware IRQ support build-time configurableBen Dooks2-2/+14
2009-10-02s3cmci: DMA fixesBen Dooks2-18/+47
2009-10-02s3cmci: Kconfig selection for PIO/DMA/BothBen Dooks2-8/+65
2009-10-02s3cmci: add SDIO IRQ supportBen Dooks2-10/+156
2009-10-02s3cmci: add debugfs support for examining driver and hardware stateBen Dooks2-0/+132
2009-10-02s3cmci: fix direct write to interrupt maskBen Dooks1-3/+3
2009-10-02s3cmci: change to use dev_pm_opsBen Dooks1-11/+18
2009-10-02s3cmci: change GPIO to gpiolib from S3C24XX specific callsBen Dooks1-18/+69
2009-10-02s3cmci: update probe to use new platform id listBen Dooks1-47/+24
2009-10-02s3cmci: use resource_size() instead of local macroBen Dooks1-6/+4
2009-10-02uartlite: allow building for timberdale MFDRichard Röjfors1-1/+1
2009-10-02sdio: pass whitelisted cis funce tuples to sdio driversAlbert Herranz1-16/+49
2009-10-02Char: vt_ioctl, fix BKL imbalanceJiri Slaby1-2/+4
2009-10-02const: constify remaining file_operationsAlexey Dobriyan22-40/+55
2009-10-02drivers/input/input.c: fix CONFIG_PM=n warningAndrew Morton1-1/+1
2009-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-16/+8
2009-10-01net: Make setsockopt() optlen be unsigned.David S. Miller9-16/+8
2009-09-30MIPS: BCM63xx: Add PCMCIA & Cardbus support.Maxime Bizon4-0/+601
2009-09-30MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART.Maxime Bizon3-0/+910
2009-09-30Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds17-56/+64
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds22-10931/+6738
2009-09-30Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds34-689/+2077
2009-09-30Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2009-09-30pty: reconnect the BSD TIOCSPTLCK handling to legacy ptysLinus Torvalds1-21/+26
2009-09-29drm/radeon/kms: Convert R520 to new init path and associated cleanupJerome Glisse5-128/+376
2009-09-29drm/radeon/kms: Convert RV515 to new init path and associated cleanupJerome Glisse11-158/+712
2009-09-29drm: fix radeon DRM warnings when !CONFIG_DEBUG_FSMikael Pettersson1-4/+3
2009-09-29drm: fix drm_fb_helper warning when !CONFIG_MAGIC_SYSRQMikael Pettersson1-0/+2
2009-09-29PM / yenta: Fix cardbus suspend/resume regressionRafael J. Wysocki1-40/+48
2009-09-29PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend()Rafael J. Wysocki17-17/+17
2009-09-29Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller13-207/+247
2009-09-29sony-laptop: re-read the rfkill state when resuming from suspendAlan Jenkins1-0/+3
2009-09-29sony-laptop: check for rfkill hard block at load timeAlan Jenkins1-0/+6
2009-09-29iwlwifi: fix 3945 ucode info retrieval after failureReinette Chatre11-204/+229
2009-09-29iwlwifi: fix memory leak in command queue handlingReinette Chatre1-0/+6
2009-09-29iwlwifi: fix debugfs buffer handlingReinette Chatre1-3/+3