aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-20Merge tag 'davinci-for-v3.11/soc-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/socArnd Bergmann1-0/+1
2013-06-18ARM: davinci: move private EDMA API to arm/commonMatt Porter1-0/+1
2013-06-06mmc: tmio: reset the controller after power-upGuennadi Liakhovetski1-1/+2
2013-06-06mmc: tmio: fix unbalanced power-on calls with clock-gating enabledGuennadi Liakhovetski2-12/+35
2013-06-06mmc: sh_mmcif: don't clear masked interruptsGuennadi Liakhovetski1-1/+2
2013-06-06mmc: tmio: postpone controller reset during resumeGuennadi Liakhovetski2-1/+6
2013-05-31mmc: sdhci: Add size for caller in init+registerChristian Daudt11-19/+29
2013-05-26mmc: sdhci-pci: support runtime PM for BYT SD cardsAdrian Hunter1-0/+2
2013-05-26mmc: sdhci-acpi: support runtime PM for ACPI HID 80860F14 SD cardsAdrian Hunter1-1/+63
2013-05-26mmc: sdhci: add ability to stay runtime-resumed if the card is powered upAdrian Hunter1-1/+34
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han23-40/+0
2013-05-26mmc: sdhci-pltfm: Allow drivers to set quirks2 from platform dataAl Cooper2-1/+5
2013-05-26mmc: atmel-mci: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-6/+4
2013-05-26mmc: sdhi/tmio: add DT DMA supportGuennadi Liakhovetski2-14/+19
2013-05-26mmc: sdhi/tmio: switch to using dmaengine_slave_config()Guennadi Liakhovetski2-17/+41
2013-05-26mmc: sdhi/tmio: make DMA filter implementation specificGuennadi Liakhovetski2-10/+11
2013-05-26mmc: dw_mmc: clear IDSTS register when initialize IDMACJoonyoung Shim1-0/+6
2013-05-26mmc: mxs-mmc: fix error return code in mxs_mmc_probe()Wei Yongjun1-0/+1
2013-05-26mmc: dw_mmc: fix error return code in dw_mci_probe()Wei Yongjun1-1/+3
2013-05-26mmc: omap_hsmmc: Skip platform_get_resource_byname() for dt caseSantosh Shilimkar1-13/+15
2013-05-26mmc: core: Only execute tuning for SDR50 and SDR104Fredrik Soderstedt0-0/+0
2013-05-26mmc: omap_hsmmc: convert to dma_request_slave_channel_compatMatt Porter1-2/+8
2013-05-26mmc: omap_hsmmc: Fix the DT pbias workaround for MMC controllers 2 to 5Tony Lindgren1-4/+9
2013-05-26mmc: sdhci-pci: add more device idsAdrian Hunter1-0/+54
2013-05-26mmc: sdhci-acpi: add more device idsAdrian Hunter1-9/+59
2013-05-26mmc: sdhci-acpi: fix initial runtime pm statusAdrian Hunter1-0/+1
2013-05-26mmc: atmel-mci: convert to dma_request_slave_channel_compat()Ludovic Desroches1-13/+12
2013-05-26mmc: sdhci-esdhc-imx: fix multiblock reads on i.MX53Lucas Stach1-3/+34
2013-05-26mmc: sdhci-esdhc-imx: Fix SDIO interruptsMartin Fuzzey1-1/+3
2013-05-23ARM: 7726/1: mmc: mmci: Add card_busy function to improve UHS card supportUlf Hansson2-1/+34
2013-05-23ARM: 7725/1: mmc: mmci: Cache MMCIDATACTRL registerUlf Hansson2-3/+15
2013-05-23ARM: 7724/1: mmc: mmci: Support signal voltage switch for UHS cardsUlf Hansson1-0/+34
2013-05-23ARM: 7721/1: mmc: mmci: Fixup regulator handling for vqmmcUlf Hansson2-4/+7
2013-05-23ARM: 7713/1: mmc: mmci: Allow MMCI to request channels with information acquired from DTLee Jones1-21/+22
2013-05-23ARM: 7719/1: mmc: mmci: Support for CMD23Ulf Hansson1-4/+10
2013-05-23ARM: 7718/1: mmc: mmci: Set actual clock for debug purposeUlf Hansson1-0/+6
2013-05-23ARM: 7717/1: mmc: mmci: Use devm_clk_get APIUlf Hansson1-6/+2
2013-05-15Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+7
2013-05-10ARM: 7714/1: mmc: mmci: Ensure return value of regulator_enable() is checkedLee Jones1-2/+7
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-43/+5
2013-05-04Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds31-502/+716
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-4/+89
2013-05-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+83
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-3/+81
2013-05-02Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+9
2013-04-30mmc: sdhci-s3c: Fix operation on non-single image Samsung platformsMark Brown1-1/+1
2013-04-23mmc: sdhci-tegra: fix MODULE_DEVICE_TABLEArnd Bergmann1-1/+1
2013-04-19Merge branch 'samsung/exynos-multiplatform' into next/multiplatformArnd Bergmann3-4/+90
2013-04-19mmc: sdhci-s3c: remove platform dependenciesArnd Bergmann3-4/+90
2013-04-17Merge tag 'davinci-for-v3.10/dt-2-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/dt2Olof Johansson1-5/+83