summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)Author
2013-07-05mmc: sdhci-pci: add another device idAdrian Hunter
2013-07-05mmc: esdhc: Fix bug when writing to SDHCI_HOST_CONTROL registerOded Gabbay
2013-07-05mmc: esdhc: Add support for 8-bit bus width and non-removable cardOded Gabbay
2013-07-05mmc: omap: remove unnecessary #if 0'sLuciano Coelho
2013-07-05mmc: sdhci: fix ctrl_2 on super-speed selectionGiuseppe CAVALLARO
2013-07-05mmc: dw_mmc-pltfm: add Rockchip variantHeiko Stübner
2013-07-05mmc: dw_mmc-pltfm: move probe and remove below dt match tableHeiko Stübner
2013-07-05mmc: dw_mmc-pltfm: remove static from dw_mci_pltfm_removeHeiko Stübner
2013-07-05mmc: sdhci-acpi: add support for eMMC hardware reset for HID 80860F14Adrian Hunter
2013-07-05mmc: sdhci-pci: add support for eMMC hardware reset for BYT eMMC.Adrian Hunter
2013-06-27mmc: dw_mmc: Add support DW SD/MMC driver on SOCFPGADinh Nguyen
2013-06-27mmc: sdhci: fix caps2 for HS200Giuseppe CAVALLARO
2013-06-27sdhci-pxav3: Fix runtime PM initializationDaniel Drake
2013-06-27mmc: jz4740: Use managed resourcesLars-Peter Clausen
2013-06-27mmc: jz4740: Use slot-gpio helpersLars-Peter Clausen
2013-06-27mmc: jz4740: Use SIMPLE_DEV_PM_OPSLars-Peter Clausen
2013-06-27mmc: jz4740: Fix handling of read errors.Paul Cercueil
2013-06-27mmc: jz4740: Remove duplicated code.Paul Cercueil
2013-06-27mmc: sdhci: improve card removal check in sdhci_card_event()Shawn Guo
2013-06-27mmc: dw_mmc: Add the ability to set the ciu clock frequencyDoug Anderson
2013-06-27mmc: dw_mmc: Handle late vmmc regulators with EPROBE_DEFERDoug Anderson
2013-06-27mmc: esdhc-imx: parse max-frequency from devicetreeLucas Stach
2013-06-27mmc: sdhci-esdhc: calculate sdclk divider from controller clockLucas Stach
2013-06-27mmc: atmel-mci: remove include <mach/cpu.h>Nicolas Ferre
2013-06-27mmc: dw_mmc-pci: convert to use pcim_* and devm_*Andy Shevchenko
2013-06-27mmc: dw_mmc: eliminate useless usage of retAndy Shevchenko
2013-06-27mmc: dw_mmc-pltfm: don't check resource with devm_ioremap_resourceAndy Shevchenko
2013-06-27mmc: sirf: fix sdhci_pltfm_init sequenceArnd Bergmann
2013-06-27mmc: host: use platform_{get,set}_drvdata()Jingoo Han
2013-06-27mmc: sh_mobile_sdhi: fix error return code in sh_mobile_sdhi_probe()Wei Yongjun
2013-06-27mmc: sdhci-acpi: fix error return code in sdhci_acpi_add_own_cd()Wei Yongjun
2013-06-27mmc: dw_mmc: change the macro name from DTO to DRTOJaehoon Chung
2013-06-27mmc: mxs-mmc: Let device core handle pinctrlFabio Estevam
2013-06-27mmc: sdhci-sirf: let device core setup the default pin configurationBarry Song
2013-06-27mmc: mvsdio: use standard MMC device-tree binding parser mmc_of_parse()Simon Baatz
2013-06-27mmc: tegra: handle mmc_of_parse() errors during probeSimon Baatz
2013-06-27mmc: sdhci-pxav3: handle mmc_of_parse() errors during probeSimon Baatz
2013-06-27mmc: mxcmmc: handle mmc_of_parse() errors during probeSimon Baatz
2013-06-27mmc: tmio-mmc: handle mmc_of_parse() errors during probeSimon Baatz
2013-06-27mmc: sh_mmcif: handle mmc_of_parse() errors during probeSimon Baatz
2013-06-27mmc: jz4740: Use clk_prepare_enable/clk_disable_unprepareLars-Peter Clausen
2013-06-06mmc: tmio: reset the controller after power-upGuennadi Liakhovetski
2013-06-06mmc: tmio: fix unbalanced power-on calls with clock-gating enabledGuennadi Liakhovetski
2013-06-06mmc: sh_mmcif: don't clear masked interruptsGuennadi Liakhovetski
2013-06-06mmc: tmio: postpone controller reset during resumeGuennadi Liakhovetski
2013-05-31mmc: sdhci: Add size for caller in init+registerChristian Daudt
2013-05-26mmc: sdhci-pci: support runtime PM for BYT SD cardsAdrian Hunter
2013-05-26mmc: sdhci-acpi: support runtime PM for ACPI HID 80860F14 SD cardsAdrian Hunter
2013-05-26mmc: sdhci: add ability to stay runtime-resumed if the card is powered upAdrian Hunter
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han