aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-23ARM: pxa: propagate errors from regulator_enable() to pxamciArnd Bergmann1-1/+1
2013-07-10Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds50-472/+1168
2013-07-05mmc: bcm281xx SDHCI driverChristian Daudt3-0/+360
2013-07-05mmc: sdhci: add card_event callback to sdhciChristian Daudt2-0/+5
2013-07-05mmc: sdhci-pci: add another device idAdrian Hunter1-0/+9
2013-07-05mmc: esdhc: Fix bug when writing to SDHCI_HOST_CONTROL registerOded Gabbay1-0/+17
2013-07-05mmc: esdhc: Add support for 8-bit bus width and non-removable cardOded Gabbay2-1/+50
2013-07-05mmc: omap: remove unnecessary #if 0'sLuciano Coelho1-16/+0
2013-07-05mmc: sdhci: fix ctrl_2 on super-speed selectionGiuseppe CAVALLARO1-4/+3
2013-07-05mmc: dw_mmc-pltfm: add Rockchip variantHeiko Stübner1-1/+20
2013-07-05mmc: dw_mmc-pltfm: move probe and remove below dt match tableHeiko Stübner1-14/+14
2013-07-05mmc: dw_mmc-pltfm: remove static from dw_mci_pltfm_removeHeiko Stübner1-1/+1
2013-07-05mmc: sdhci-acpi: add support for eMMC hardware reset for HID 80860F14Adrian Hunter1-1/+27
2013-07-05mmc: sdhci-pci: add support for eMMC hardware reset for BYT eMMC.Adrian Hunter1-2/+30
2013-07-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-39/+130
2013-07-02Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+13
2013-06-29Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King2-39/+130
2013-06-27Merge tag 'msm-clock-for-3.11b' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/lateOlof Johansson1-1/+13
2013-06-27mmc: dw_mmc: Add support DW SD/MMC driver on SOCFPGADinh Nguyen5-2/+150
2013-06-27mmc: sdhci: fix caps2 for HS200Giuseppe CAVALLARO1-5/+9
2013-06-27sdhci-pxav3: Fix runtime PM initializationDaniel Drake1-4/+3
2013-06-27mmc: jz4740: Use managed resourcesLars-Peter Clausen1-31/+6
2013-06-27mmc: jz4740: Use slot-gpio helpersLars-Peter Clausen1-90/+23
2013-06-27mmc: jz4740: Use SIMPLE_DEV_PM_OPSLars-Peter Clausen1-8/+3
2013-06-27mmc: jz4740: Fix handling of read errors.Paul Cercueil1-0/+8
2013-06-27mmc: jz4740: Remove duplicated code.Paul Cercueil1-5/+0
2013-06-27mmc: sdhci: improve card removal check in sdhci_card_event()Shawn Guo1-2/+1
2013-06-27mmc: dw_mmc: Add the ability to set the ciu clock frequencyDoug Anderson1-4/+13
2013-06-27mmc: dw_mmc: Handle late vmmc regulators with EPROBE_DEFERDoug Anderson1-14/+20
2013-06-27mmc: esdhc-imx: parse max-frequency from devicetreeLucas Stach1-1/+17
2013-06-27mmc: sdhci-esdhc: calculate sdclk divider from controller clockLucas Stach3-6/+15
2013-06-27mmc: atmel-mci: remove include <mach/cpu.h>Nicolas Ferre1-2/+0
2013-06-27mmc: dw_mmc-pci: convert to use pcim_* and devm_*Andy Shevchenko1-35/+15
2013-06-27mmc: dw_mmc: eliminate useless usage of retAndy Shevchenko2-20/+5
2013-06-27mmc: dw_mmc-pltfm: don't check resource with devm_ioremap_resourceAndy Shevchenko1-5/+3
2013-06-27mmc: sirf: fix sdhci_pltfm_init sequenceArnd Bergmann1-28/+23
2013-06-27mmc: host: use platform_{get,set}_drvdata()Jingoo Han3-5/+5
2013-06-27mmc: sh_mobile_sdhi: fix error return code in sh_mobile_sdhi_probe()Wei Yongjun1-1/+3
2013-06-27mmc: sdhci-acpi: fix error return code in sdhci_acpi_add_own_cd()Wei Yongjun1-1/+3
2013-06-27mmc: dw_mmc: change the macro name from DTO to DRTOJaehoon Chung2-3/+3
2013-06-27mmc: mxs-mmc: Let device core handle pinctrlFabio Estevam1-8/+0
2013-06-27mmc: sdhci-sirf: let device core setup the default pin configurationBarry Song1-8/+0
2013-06-27mmc: mvsdio: use standard MMC device-tree binding parser mmc_of_parse()Simon Baatz1-33/+40
2013-06-27mmc: tegra: handle mmc_of_parse() errors during probeSimon Baatz1-3/+6
2013-06-27mmc: sdhci-pxav3: handle mmc_of_parse() errors during probeSimon Baatz1-2/+5
2013-06-27mmc: mxcmmc: handle mmc_of_parse() errors during probeSimon Baatz1-1/+3
2013-06-27mmc: tmio-mmc: handle mmc_of_parse() errors during probeSimon Baatz1-1/+3
2013-06-27mmc: sh_mmcif: handle mmc_of_parse() errors during probeSimon Baatz1-1/+6
2013-06-27mmc: jz4740: Use clk_prepare_enable/clk_disable_unprepareLars-Peter Clausen1-2/+2
2013-06-24msm_sdcc: Convert to clk_prepare/unprepareStephen Boyd1-1/+13