aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-24drivers: misc: Remove MISC_DEVICES config optionFabio Estevam1-1/+0
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds6-15/+34
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-17/+28
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2-7/+7
2012-01-13Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds36-703/+839
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-7/+7
2012-01-12mmc: sdhci: restore the enabled dma when do reset allShaohui Xie1-0/+5
2012-01-12mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operationJaehoon Chung1-1/+1
2012-01-12mmc: host: Adds support for eMMC 4.5 HS200 modeGirish K S2-15/+43
2012-01-12mmc: dw_mmc: fixed wrong bit operation for SDMMC_GET_FCNT()Jaehoon Chung1-1/+1
2012-01-12mmc: sdhci-spear: Fix compilation errorViresh Kumar1-2/+1
2012-01-12mmc: sdhci: Deal with failure case in sdhci_suspend_hostAaron Lu1-3/+14
2012-01-12mmc: dw_mmc: Clear the DDR mode for non-DDRSeungwon Jeon1-4/+7
2012-01-12mmc: sd: Fix SDR12 timing regressionAlexander Elbs1-2/+1
2012-01-12mmc: sdhci: Fix tuning timer incorrect setting when suspending hostAaron Lu1-2/+1
2012-01-11mmc: omap_hsmmc: use threaded irq handler for card-detect.NeilBrown1-27/+9
2012-01-11mmc: sdhci-pci: enable runtime PM for Medfield SDIOAdrian Hunter1-0/+7
2012-01-11mmc: sdhci: Always pass clock request value zero to set_clock host opTodd Poynor1-1/+1
2012-01-11mmc: sdhci-pci: remove SDHCI_QUIRK2_OWN_CARD_DETECTIONAdrian Hunter2-2/+0
2012-01-11mmc: sdhci-pci: get gpio numbers from platform dataAdrian Hunter1-68/+41
2012-01-11mmc: sdhci-pci: add platform dataAdrian Hunter3-4/+34
2012-01-11mmc: sdhci: prevent card detection activity for non-removable cardsAdrian Hunter1-4/+3
2012-01-11mmc: sdhci: fix vmmc handlingAdrian Hunter1-22/+21
2012-01-11mmc: omap: remove clock rate hard codingBalaji TK1-4/+3
2012-01-11mmc: sh_mmcif: remove now superfluous sh_mmcif_host::data memberGuennadi Liakhovetski1-44/+50
2012-01-11mmc: sh_mmcif: process requests asynchronouslyGuennadi Liakhovetski1-172/+416
2012-01-11mmc: sh_mmcif: cosmetic clean upGuennadi Liakhovetski1-45/+34
2012-01-11mmc: sh_mmcif: process error interrupts firstGuennadi Liakhovetski1-6/+6
2012-01-11mmc: tmio_mmc: Hotplug code regroupingBastian Hecht1-9/+21
2012-01-11mmc: sdhci-s3c: use S3C_SDHCI_CONTROL2 instead of hardcoded offset valueJingoo Han1-1/+1
2012-01-11mmc: dw_mmc: Support predefined mutiple block transfersSeungwon Jeon1-6/+28
2012-01-11mmc: dw_mmc: Remove unnecessary else clausesChris Ball1-5/+0
2012-01-11mmc: dw_mmc: Add more capabilities fieldSeungwon Jeon1-0/+6
2012-01-11mmc: dw_mmc: use dev_pm_ops for dw_mmc controllersJaehoon Chung1-9/+10
2012-01-11mmc: sdhci-pci: simplify error handlingAxel Lin1-20/+18
2012-01-11mmc: sdhci-s3c: Add pm_caps into SD/MMC hostSangwook Lee1-0/+3
2012-01-11mmc: remove the second argument of k[un]map_atomic()Cong Wang5-19/+19
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin21-243/+21
2012-01-11mmc: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2012-01-11mmc: sh_mmcif: simplify clock divisor calculationGuennadi Liakhovetski1-1/+2
2012-01-11mmc: sdhci-esdhc: Change delay after setting clock from 100ms to 1msTony Lin1-1/+1
2012-01-11mmc: mmci: add capabilities2 for MMC_CAP2Per Forlin1-0/+1
2012-01-11mmc: sdhci-spear: Implement suspend/resumeViresh Kumar1-0/+40
2012-01-11mmc: debugfs: expose the SDCLK frq in sys iosGiuseppe CAVALLARO1-0/+10
2012-01-09Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+5
2012-01-09Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-9/+17
2012-01-09Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+8
2012-01-09Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+2
2012-01-09Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-15/+15
2012-01-09Merge branch 'samsung/driver' into next/driversArnd Bergmann17-83/+78