aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-30mmc: core: Cleanup code for setting ocr mask for SDIOUlf Hansson1-16/+10
2013-10-30mmc: core: Remove unnecessary retry mechanism at SDIO attachUlf Hansson1-11/+3
2013-10-30mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson4-5/+7
2013-10-30mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson5-24/+16
2013-10-30mmc: core: Do not poll for busy with status cmd for all switch cmdsUlf Hansson3-9/+22
2013-10-30mmc: sdhci-pci: Add SDIO/MMC device ID support for Intel ClovertrailEric Ernst1-0/+46
2013-10-30mmc: omap_hsmmc: remove unused no_offBalaji T K1-7/+0
2013-10-30mmc: omap_hsmmc: correct max value of clkdBalaji T K1-2/+3
2013-10-30mmc: omap_hsmmc: fix timeout for cmd and data soft resetJianpeng Ma1-5/+5
2013-10-30mmc: omap_hsmmc: context save and restore for DTTony Lindgren1-32/+20
2013-10-30mmc: omap_hsmmc: Fix pbias_disable for omap4Balaji T K1-1/+1
2013-10-21mmc: sdhci: remove unneeded call when have preset value quirkDong Aisheng1-1/+2
2013-10-21mmc: sdhci-esdhc-imx: add preset value quirk for mx6Dong Aisheng1-1/+3
2013-10-21mmc: sdhci-esdhc-imx: enable SDR50 tuning for imx6q/dlDong Aisheng1-1/+2
2013-10-21mmc: sdhci-esdhc-imx: add delay line setting supportDong Aisheng1-0/+18
2013-10-21mmc: sdhci-esdhc-imx: add DDR mode support for mx6Dong Aisheng1-3/+14
2013-10-21mmc: sdhci: report error once the maximum tuning loops exhausted or timeoutDong Aisheng1-0/+1
2013-10-21mmc: sdhci-esdhc-imx: fix reading cap_1 register value for mx6slDong Aisheng1-0/+4
2013-10-21mmc: sdhci-esdhc-imx: add std tuning support for mx6slDong Aisheng1-17/+73
2013-10-21mmc: sdhci-esdhc-imx: create struct esdhc_soc_dataShawn Guo1-45/+41
2013-10-21mmc: sdhci-esdhc-imx: pdev->id_entry should be immutableShawn Guo1-14/+7
2013-10-21mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_USDHCShawn Guo1-12/+25
2013-10-21mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_ENGCM07207Shawn Guo1-2/+10
2013-10-21mmc: bfin_sdh: Forgot to write SDH_CFG register in function set_ios.Sonic Zhang1-2/+1
2013-10-21mmc: wmt-sdmmc: Simplify wmt_set_sd_power implementationAxel Lin1-22/+8
2013-10-21mmc: sdhci-pci: add Intel Merrifield supportDavid Cohen1-0/+30
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman1-8/+8
2013-10-16MMC: convert bus code to use dev_groupsGreg Kroah-Hartman2-14/+19
2013-09-27mmc: sdhci-esdhc-imx: set actual_clock in clock settingDong Aisheng2-2/+3
2013-09-26mmc: mvsdio: fix deferred probe from __initJohan Hovold1-5/+6
2013-09-26mmc: sdhci-esdhc-imx: correct pre_div for imx6qDong Aisheng1-0/+3
2013-09-26mmc: sdhci-esdhc-imx: change pinctrl state according to uhs modeDong Aisheng1-1/+95
2013-09-26mmc: sdhci-esdhc-imx: add sd3.0 SDR clock tuning supportDong Aisheng1-1/+195
2013-09-26mmc: sdhci-esdhc-imx: support real clock on and off for imx6qDong Aisheng1-2/+17
2013-09-26mmc: sdhci-esdhc: move common esdhc_set_clock to platform driverDong Aisheng3-41/+66
2013-09-26mmc: sdhci: allow platform access of sdhci_send_commandDong Aisheng2-2/+4
2013-09-26mmc: sdhci: add hooks for platform specific tuningDong Aisheng2-0/+9
2013-09-25mmc: sdhci-bcm2835: Use sdhci_pltfm_unregister instead of open codedAxel Lin1-7/+1
2013-09-25mmc: sdhci-bcm-kona: Use sdhci_pltfm_unregister instead of open codedAxel Lin1-13/+1
2013-09-25mmc: dw_mmc-socfpga: Staticize dw_mci_socfpga_probeSachin Kamat1-1/+1
2013-09-25mmc: dw_mmc-socfpga: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-09-25mmc: mvsdio: Convert to devm_ioremap_resourceSachin Kamat1-3/+3
2013-09-25mmc: core: clean up duplicate macrosJackey Shen2-2/+2
2013-09-25mmc: atmel-mci: fix oops in atmci_tasklet_funcRodolfo Giometti1-6/+8
2013-09-25mmc: atmel-mci: abort transfer on timeout errorLudovic Desroches1-0/+7
2013-09-25mmc: add ignorance case for CMD13 CRC errorSeungwon Jeon1-28/+45
2013-09-25mmc: dw_mmc: fix the transfer termination in IDMAC modeSeungwon Jeon1-3/+3
2013-09-25mmc: dw_mmc: amend use of idmac sw resetSeungwon Jeon1-6/+11
2013-09-25mmc: dw_mmc: gather each reset code into functionsSeungwon Jeon1-38/+43
2013-09-25mmc: dw_mmc: rework the code related to cmd/data completionSeungwon Jeon1-63/+84