summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mmc: tifm_sd: Move away from using deprecated APIsUlf Hansson2013-10-301-3/+1
| * | | mmc: sdhci: Move away from using deprecated APIsUlf Hansson2013-10-301-18/+2
| * | | mmc: vub300: Move away from using deprecated APIsUlf Hansson2013-10-301-16/+2
| * | | mmc: mvsdio: Remove redundant suspend and resume callbacksUlf Hansson2013-10-301-29/+0
| * | | mmc: msm_sdcc: Move away from using deprecated APIsUlf Hansson2013-10-301-25/+2
| * | | mmc: jz4740: Move away from using deprecated APIsUlf Hansson2013-10-301-4/+0
| * | | mmc: dw_mmc: Move away from using deprecated APIsUlf Hansson2013-10-301-21/+0
| * | | mmc: davinci_mmc: Move away from using deprecated APIsUlf Hansson2013-10-301-21/+5
| * | | mmc: cb710: Move away from using deprecated APIsUlf Hansson2013-10-301-9/+1
| * | | mmc: bfin_sdh: Move away from using deprecated APIsUlf Hansson2013-10-301-11/+1
| * | | mmc: au1xmmc: Move away from using deprecated APIsUlf Hansson2013-10-301-6/+1
| * | | mmc: atmel-mci: Remove redundant suspend and resume callbacksUlf Hansson2013-10-301-61/+0
| * | | mmc: core: Signal wakeup event at card insert/removalUlf Hansson2013-10-301-12/+27
| * | | mmc: core: Collect common code for card ocr validationUlf Hansson2013-10-304-40/+10
| * | | mmc: core: Prevent violation of specs while initializing cardsUlf Hansson2013-10-304-37/+13
| * | | mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson2013-10-306-35/+41
| * | | mmc: core: Cleanup code for setting ocr mask for SDIOUlf Hansson2013-10-301-16/+10
| * | | mmc: core: Remove unnecessary retry mechanism at SDIO attachUlf Hansson2013-10-301-11/+3
| * | | mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson2013-10-304-5/+7
| * | | mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson2013-10-305-24/+16
| * | | mmc: core: Do not poll for busy with status cmd for all switch cmdsUlf Hansson2013-10-304-10/+24
| * | | mmc: sdhci-pci: Add SDIO/MMC device ID support for Intel ClovertrailEric Ernst2013-10-301-0/+46
| * | | mmc: omap_hsmmc: remove unused no_offBalaji T K2013-10-301-7/+0
| * | | mmc: omap_hsmmc: correct max value of clkdBalaji T K2013-10-301-2/+3
| * | | mmc: omap_hsmmc: fix timeout for cmd and data soft resetJianpeng Ma2013-10-301-5/+5
| * | | mmc: omap_hsmmc: context save and restore for DTTony Lindgren2013-10-301-32/+20
| * | | mmc: omap_hsmmc: Fix pbias_disable for omap4Balaji T K2013-10-301-1/+1
| * | | mmc: sdhci: remove unneeded call when have preset value quirkDong Aisheng2013-10-211-1/+2
| * | | mmc: sdhci-esdhc-imx: add preset value quirk for mx6Dong Aisheng2013-10-211-1/+3
| * | | mmc: sdhci-esdhc-imx: enable SDR50 tuning for imx6q/dlDong Aisheng2013-10-211-1/+2
| * | | mmc: sdhci-esdhc-imx: add delay line setting supportDong Aisheng2013-10-213-0/+24
| * | | mmc: sdhci-esdhc-imx: add DDR mode support for mx6Dong Aisheng2013-10-211-3/+14
| * | | mmc: sdhci: report error once the maximum tuning loops exhausted or timeoutDong Aisheng2013-10-211-0/+1
| * | | mmc: sdhci-esdhc-imx: fix reading cap_1 register value for mx6slDong Aisheng2013-10-211-0/+4
| * | | mmc: sdhci-esdhc-imx: add std tuning support for mx6slDong Aisheng2013-10-211-17/+73
| * | | mmc: sdhci-esdhc-imx: create struct esdhc_soc_dataShawn Guo2013-10-211-45/+41
| * | | mmc: sdhci-esdhc-imx: pdev->id_entry should be immutableShawn Guo2013-10-211-14/+7
| * | | mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_USDHCShawn Guo2013-10-211-12/+25
| * | | mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_ENGCM07207Shawn Guo2013-10-211-2/+10
| * | | mmc: bfin_sdh: Forgot to write SDH_CFG register in function set_ios.Sonic Zhang2013-10-211-2/+1
| * | | mmc: wmt-sdmmc: Simplify wmt_set_sd_power implementationAxel Lin2013-10-211-22/+8
| * | | mmc: sdhci-pci: add Intel Merrifield supportDavid Cohen2013-10-211-0/+30
| * | | mmc: sdhci-esdhc-imx: set actual_clock in clock settingDong Aisheng2013-09-272-2/+3
| * | | mmc: sdhci-esdhc-imx: correct pre_div for imx6qDong Aisheng2013-09-261-0/+3
| * | | mmc: sdhci-esdhc-imx: change pinctrl state according to uhs modeDong Aisheng2013-09-262-1/+99
| * | | mmc: sdhci-esdhc-imx: add sd3.0 SDR clock tuning supportDong Aisheng2013-09-261-1/+195
| * | | mmc: sdhci-esdhc-imx: support real clock on and off for imx6qDong Aisheng2013-09-261-2/+17
| * | | mmc: sdhci-esdhc: move common esdhc_set_clock to platform driverDong Aisheng2013-09-263-41/+66
| * | | mmc: sdhci: allow platform access of sdhci_send_commandDong Aisheng2013-09-262-2/+4
| * | | mmc: sdhci: add hooks for platform specific tuningDong Aisheng2013-09-262-0/+9
OpenPOWER on IntegriCloud