aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-26mmc: omap_hsmmc: Skip platform_get_resource_byname() for dt caseSantosh Shilimkar1-13/+15
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-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
2013-04-15mmc: core: fix init controller performance regression, updated patchAdrian Hunter1-0/+1
2013-04-14Merge tag 'msm-cleanup-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/cleanupOlof Johansson1-1/+0
2013-04-12Merge tag 'dt-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/dt2Olof Johansson1-2/+81
2013-04-12mmc: mxcmmc: enable DMA support on mpc512xAnatolij Gustschin1-2/+33
2013-04-12mmc: mxcmmc: constify mxcmci_devtypeAnatolij Gustschin1-1/+1
2013-04-12mmc: mxcmmc: use slot-gpio API for write-protect detectionAnatolij Gustschin1-3/+5
2013-04-12mmc: mxcmmc: add mpc512x SDHC supportAnatolij Gustschin2-49/+94
2013-04-12mmc: mxcmmc: fix race conditions for host->req and host->data accessAnatolij Gustschin1-7/+24
2013-04-12mmc: mxcmmc: DT supportMarkus Pargmann1-18/+61
2013-04-12mmc: dw_mmc: let device core setup the default pin configurationThomas Abraham3-49/+0
2013-04-12mmc: mxs-mmc: add broken-cd propertyHector Palacios1-1/+3
2013-04-12mmc: mxs-mmc: add non-removable propertyMarc Kleine-Budde1-3/+7
2013-04-12mmc: mxs-mmc: add cd-inverted propertyMarc Kleine-Budde1-1/+4
2013-04-12mmc: mxcmmc: Fix bug when card is present during bootAlexander Shiyan1-2/+2
2013-04-12mmc: core: fix performance regression initializing MMC host controllersAdrian Hunter1-0/+2
2013-04-08mmc: atmel-mci: pio hang on block errorsTerry Barnaby1-4/+10
2013-04-04mmc: dw_mmc: Use pr_info instead of printkSachin Kamat1-1/+1
2013-04-04mmc: dw_mmc: Check return value of regulator_enableSachin Kamat1-4/+16
2013-04-04mmc: sdhci-spear: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+1
2013-04-04mmc: dw_mmc: control the power-enable registerJaehoon Chung1-0/+6
2013-04-04mmc: sdhci-pxav3: controller should use SDCLK for timeout calculationKevin Liu1-1/+1
2013-04-04mmc: sdhci-pxav3: enhance device tree parser codeKevin Liu1-19/+5
2013-04-04mmc: sdhci-pxav3: remove cd-broken quirk for permanently present cardKevin Liu1-4/+2
2013-04-04mmc: sdhci-pxav3: transfer sdhci_pltfm_data as args to sdhci_pltfm_initKevin Liu1-8/+9
2013-04-04mmc: dw_mmc: fix fifo access for 64-bitSeungwon Jeon1-1/+2
2013-04-04mmc: mxs-mmc: move to use generic DMA helperShawn Guo1-43/+5
2013-04-04mmc: davinci_mmc: add DT supportManjunathappa, Prakash1-4/+66
2013-04-03ARM: davinci: mmc: derive version information from device nameManjunathappa, Prakash1-1/+17