aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-04-13ARM: OMAP1: OHCI: use platform_data fn ptr to enable OCPI busGravatar Paul Walmsley 1-2/+3
2012-04-07Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-1/+8
2012-04-07Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shGravatar Linus Torvalds 2-89/+86
2012-04-06Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 2-2/+5
2012-04-06Merge branch '3.4-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-7/+19
2012-04-06tcm_fc: Do not free tpg structure during wq allocation failureGravatar Mark Rustad 1-5/+8
2012-04-06tcm_fc: Add abort flag for gracefully handling exchange timeoutGravatar Mark Rustad 3-2/+11
2012-04-06Merge branches 'idle-fix' and 'misc' into releaseGravatar Len Brown 4441-173979/+325606
2012-04-06Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Gravatar Linus Torvalds 3-32/+61
2012-04-06Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 4-3/+4
2012-04-06Merge tag 'mmc-fixes-for-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 13-218/+299
2012-04-06cpuidle: Fix panic in CPU off-lining with no idle driverGravatar Toshi Kani 1-1/+4
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 14-195/+371
2012-04-06xen/pcifront: avoid pci_frontend_enable_msix() falsely returning successGravatar Jan Beulich 1-0/+1
2012-04-06xen/pciback: fix XEN_PCI_OP_enable_msix resultGravatar Jan Beulich 1-1/+1
2012-04-06xen: only check xen_platform_pci_unplug if hvmGravatar Igor Mammedov 2-2/+2
2012-04-05Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-107/+135
2012-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-04-05mmc: use really long write timeout to deal with crappy cardsGravatar Paul Walmsley 1-3/+7
2012-04-05mmc: sdhci-dove: Fix compile error by including module.hGravatar Alf Høgemark 1-0/+1
2012-04-05mmc: Prevent 1.8V switch for SD hosts that don't support UHS modes.Gravatar Al Cooper 1-2/+3
2012-04-05Revert "mmc: sdhci-pci: Add MSI support"Gravatar Chris Ball 1-6/+0
2012-04-05Revert "mmc: sdhci-pci: add quirks for broken MSI on O2Micro controllers"Gravatar Chris Ball 1-3/+1
2012-04-05mmc: core: fix power class selectionGravatar Subhash Jadavani 1-13/+17
2012-04-05mmc: omap_hsmmc: fix module re-insertionGravatar Balaji T K 1-3/+1
2012-04-05mmc: omap_hsmmc: convert to module_platform_driverGravatar Felipe Balbi 1-15/+1
2012-04-05mmc: omap_hsmmc: make it behave well as a moduleGravatar Felipe Balbi 1-4/+5
2012-04-05mmc: omap_hsmmc: trivial cleanupsGravatar Felipe Balbi 1-77/+70
2012-04-05mmc: omap_hsmmc: context save after enabling runtime pmGravatar Balaji T K 1-2/+2
2012-04-05mmc: omap_hsmmc: use runtime put sync in probe error patchGravatar Balaji T K 1-2/+1
2012-04-05mmc: sdio: Use empty system suspend/resume callbacks at the bus levelGravatar Rafael J. Wysocki 1-3/+9
2012-04-05mmc: bus: print bus speed mode of UHS-I cardGravatar Subhash Jadavani 1-2/+15
2012-04-05mmc: sdhci-pci: add quirks for broken MSI on O2Micro controllersGravatar Manuel Lauss 1-1/+3
2012-04-05mmc: sh_mmcif: Simplify calculation of mmc->f_minGravatar Simon Horman 1-7/+1
2012-04-05mmc: sh_mmcif: mmc->f_max should be half of the bus clockGravatar Simon Horman 1-6/+6
2012-04-05mmc: sh_mmcif: double clock speedGravatar Simon Horman 1-1/+2
2012-04-05mmc: block: Remove use of mmc_blk_set_blksizeGravatar Ulf Hansson 1-26/+1
2012-04-05mmc: atmel-mci: add support for odd clock dividersGravatar Ludovic Desroches 2-19/+30
2012-04-05mmc: atmel-mci: r/w proof capability only available since v2xxGravatar Ludovic Desroches 1-0/+2
2012-04-05mmc: atmel-mci: correct data timeout computationGravatar Ludovic Desroches 1-1/+8
2012-04-05mmc: sdhci-s3c: Enable runtime power managementGravatar Mark Brown 1-0/+28
2012-04-05mmc: sdhci-s3c: Use CONFIG_PM_SLEEP to ifdef system suspendGravatar Mark Brown 1-4/+7
2012-04-05mmc: sdhci-s3c: use devm_ functionsGravatar Julia Lawall 1-24/+3
2012-04-05mmc: sdhci-s3c: Keep a copy of platform data and use itGravatar Thomas Abraham 1-2/+9
2012-04-05mmc: sdhci-s3c: derive transfer width host cap from max_width in platdataGravatar Thomas Abraham 1-0/+8
2012-04-05mmc: sdhci-s3c: Remove usage of clk_type member in platform dataGravatar Thomas Abraham 1-4/+70
2012-04-05bonding: properly unset current_arp_slave on slave link upGravatar Veaceslav Falico 1-1/+5
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 52-466/+349
2012-04-05backlight: add driver for DA9052/53 PMIC v1Gravatar Ashish Jangam 3-0/+194
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 47-463/+152