summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-01-13intelfbdrv.c: bailearly is an int module_paramRusty Russell1-1/+1
2012-01-13paride/pcd: fix bool verbose module parameter.Rusty Russell1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell272-444/+450
2012-01-13lirc_parallel: fix module parameter description.Rusty Russell1-1/+1
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell3-3/+3
2012-01-13module_param: check type correctness for module_param_arrayRusty Russell4-5/+7
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds10-14/+109
2012-01-13Merge tag 'to-linus' of git://github.com/rustyrussell/linuxLinus Torvalds12-158/+713
2012-01-13brcmsmac: fix reading of PCI sprom contentsLinus Torvalds1-11/+20
2012-01-13mmc: fix a deadlock between system suspend and MMC block IOGuennadi Liakhovetski1-3/+6
2012-01-13mmc: sdhci: restore the enabled dma when do reset allShaohui Xie1-0/+5
2012-01-13mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operationJaehoon Chung1-1/+1
2012-01-13mmc: host: Adds support for eMMC 4.5 HS200 modeGirish K S2-15/+43
2012-01-13mmc: core: HS200 mode support for eMMC 4.5Girish K S5-12/+163
2012-01-13mmc: dw_mmc: fixed wrong bit operation for SDMMC_GET_FCNT()Jaehoon Chung1-1/+1
2012-01-13mmc: core: Separate the timeout value for cache-ctrlSeungwon Jeon2-11/+23
2012-01-13mmc: sdhci-spear: Fix compilation errorViresh Kumar1-2/+1
2012-01-13mmc: sdhci: Deal with failure case in sdhci_suspend_hostAaron Lu1-3/+14
2012-01-13mmc: dw_mmc: Clear the DDR mode for non-DDRSeungwon Jeon1-4/+7
2012-01-13mmc: sd: Fix SDR12 timing regressionAlexander Elbs1-2/+1
2012-01-13mmc: sdhci: Fix tuning timer incorrect setting when suspending hostAaron Lu1-2/+1
2012-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller7-10/+11
2012-01-12i2c/gpio-i2cmux: Convert to use module_platform_driver()Axel Lin1-12/+1
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin18-247/+24
2012-01-12i2c-dev: Use memdup_userThomas Meyer1-9/+4
2012-01-12i2c: Convert to DEFINE_PCI_DEVICE_TABLEAxel Lin19-19/+19
2012-01-12i2c-ali1535: enable SPARC supportcorentin.labbe1-7/+20
2012-01-12i2c: Fix error value returned by several bus driversJean Delvare5-10/+20
2012-01-12rbd: initialize snap_rwsem in rbd_add()Alex Elder1-0/+2
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds9-410/+1386
2012-01-12Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2-83/+97
2012-01-12Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds5-74/+343
2012-01-12lguest: Make sure interrupt is allocated ok by lguest_setup_irqStratos Psomadakis1-3/+7
2012-01-12lguest: move the lguest tool to the tools directoryDavidlohr Bueso1-1/+1
2012-01-12lguest: switch segment-voodoo-numbers to readable symbolsJacek Galowicz1-11/+17
2012-01-12virtio: balloon: Add freeze, restore handlers to support S4Amit Shah1-0/+47
2012-01-12virtio: balloon: Move vq initialization into separate functionAmit Shah1-18/+30
2012-01-12virtio: net: Add freeze, restore handlers to support S4Amit Shah1-0/+46
2012-01-12virtio: net: Move vq and vq buf removal into separate functionAmit Shah1-8/+12
2012-01-12virtio: net: Move vq initialization into separate functionAmit Shah1-19/+28
2012-01-12virtio: blk: Add freeze, restore handlers to support S4Amit Shah1-0/+44
2012-01-12virtio: blk: Move vq initialization to separate functionAmit Shah1-5/+14
2012-01-12virtio: console: Disable callbacks for virtqueues at start of S4 freezeAmit Shah1-0/+8
2012-01-12virtio: console: Add freeze and restore handlers to support S4Amit Shah1-0/+58
2012-01-12virtio: console: Move vq and vq buf removal into separate functionsAmit Shah1-28/+40
2012-01-12virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroffAmit Shah1-2/+92
2012-01-12virtio: pci: switch to new PM APIAmit Shah1-4/+12
2012-01-12virtio_blk: fix config handler raceMichael S. Tsirkin1-1/+21
2012-01-12virtio: add debugging if driver doesn't kick.Rusty Russell1-0/+31
2012-01-12virtio: expose added descriptors immediately.Rusty Russell1-6/+14