summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-09-27mmc: sdhci-esdhc-imx: set actual_clock in clock settingDong Aisheng2-2/+3
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-26mmc: sdhci-bcm2835: Use sdhci_pltfm_unregister instead of open codedAxel Lin1-7/+1
2013-09-26mmc: sdhci-bcm-kona: Use sdhci_pltfm_unregister instead of open codedAxel Lin1-13/+1
2013-09-26mmc: dw_mmc-socfpga: Staticize dw_mci_socfpga_probeSachin Kamat1-1/+1
2013-09-26mmc: dw_mmc-socfpga: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-09-26mmc: mvsdio: Convert to devm_ioremap_resourceSachin Kamat1-3/+3
2013-09-26mmc: core: clean up duplicate macrosJackey Shen2-2/+2
2013-09-26mmc: atmel-mci: fix oops in atmci_tasklet_funcRodolfo Giometti1-6/+8
2013-09-26mmc: atmel-mci: abort transfer on timeout errorLudovic Desroches1-0/+7
2013-09-26mmc: add ignorance case for CMD13 CRC errorSeungwon Jeon1-28/+45
2013-09-26mmc: dw_mmc: fix the transfer termination in IDMAC modeSeungwon Jeon1-3/+3
2013-09-26mmc: dw_mmc: amend use of idmac sw resetSeungwon Jeon1-6/+11
2013-09-26mmc: dw_mmc: gather each reset code into functionsSeungwon Jeon1-38/+43
2013-09-26mmc: dw_mmc: rework the code related to cmd/data completionSeungwon Jeon1-63/+84
2013-09-26mmc: dw_mmc: guarantee stop-abort cmd in data errorsSeungwon Jeon1-20/+64
2013-09-26mmc: dw_mmc: fix error handling on response errorSeungwon Jeon1-5/+21
2013-09-26mmc: dw_mmc: control card read thresholdSeungwon Jeon2-2/+39
2013-09-26mmc: dw_mmc: adjust the fifoth with block sizeSeungwon Jeon2-3/+75
2013-09-26mmc: dw_mmc: set the supported max/min frequencySeungwon Jeon1-2/+12
2013-09-26mmc: dw_mmc: move supports-highspeed of quirks to capsSeungwon Jeon1-6/+3
2013-09-26mmc: dw_mmc: add the capability to support hs200 modeSeungwon Jeon1-0/+6
2013-09-26mmc: dw_mmc: exynos: adjust the clock rate with speed modeSeungwon Jeon1-13/+42
2013-09-26mmc: dw_mmc: exynos: add variable delay tuning sequenceSeungwon Jeon1-0/+124
2013-09-26mmc: dw_mmc: add support tuning schemeSeungwon Jeon2-37/+108
2013-09-26mmc: dw_mmc: exynos: configure SMU in exynos5420Yuvaraj Kumar C D1-1/+37
2013-09-26mmc: dw_mmc: move the platform specific init callYuvaraj Kumar C D2-7/+9
2013-09-26mmc: dw_mmc: socfpga: move socfpga private initYuvaraj Kumar C D1-16/+14
2013-09-26mmc: dw_mmc: exynos: move the exynos private initYuvaraj Kumar C D1-18/+16
2013-09-26mmc: dw_mmc: Set timeout to max upon resumeDoug Anderson1-0/+3
2013-09-26mmc: dw_mmc: Honor requests to set the clock to 0Doug Anderson1-16/+28
2013-09-26mmc: dw_mmc: Add exynos resume_noirq callback to clear WAKEUP_INTDoug Anderson1-1/+52