summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci-esdhc-imx.c
AgeCommit message (Expand)Author
2014-09-09mmc: sdhci-esdhc-imx: set the correct max timeout value for uSDHCAisheng Dong
2014-09-09mmc: sdhci-esdhc-imx: fix incorrect max timeout cout for uSDHCAisheng Dong
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin
2014-05-22mmc: sdhci-esdhc-imx: fix mmc ddr mode regression issueAisheng Dong
2014-05-22mmc: sdhci-esdhc-imx: remove emulation of uhs_modeRussell King
2014-05-22mmc: sdhci: set_uhs_signaling() need not return a valueRussell King
2014-05-22mmc: sdhci-esdhc-imx: fix lockdep splat upon tuningRussell King
2014-05-22mmc: sdhci-esdhc-imx: comment runtime_pm_get_sync() in esdhc_prepare_tuning()Russell King
2014-05-22mmc: sdhci-esdhc-imx: avoid DMA to kernel stackRussell King
2014-05-22mmc: sdhci: move setting mmc->actual_clock into set_clock handlersRussell King
2014-05-22mmc: sdhci: move setting host->clock into sdhci_do_set_ios()Russell King
2014-05-22mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc codeRussell King
2014-05-22mmc: sdhci: convert reset into a library functionRussell King
2014-05-22mmc: sdhci: convert generic bus width setup to library functionRussell King
2014-05-22mmc: sdhci: allow sdio interrupts while sdhci runtime suspendedRussell King
2014-01-13mmc: sdhci-esdhc-imx: fix warning during module remove functionDong Aisheng
2014-01-13mmc: sdhci-esdhc-imx: fix access hardirq-unsafe lock in atomic contextDong Aisheng
2014-01-13mmc: sdhci-esdhc-imx: Use NULL instead of zeroFabio Estevam
2014-01-13mmc: sdhci-esdhc-imx: add runtime pm supportDong Aisheng
2014-01-13mmc: sdhci-esdhc-imx: fix runtime pm unbalance issueDong Aisheng
2014-01-13mmc: esdhc-imx: clearing SDHCI_CTRL_EXEC_TUNING should not affect other bitsDong Aisheng
2014-01-13mmc: sdhci-esdhc-imx: tuning bits should not be cleared during resetDong Aisheng
2014-01-13mmc: sdhci-esdhc-imx: add eMMC HS200 mode supportDong Aisheng
2014-01-13mmc: sdhci-esdhc-imx: add MMC_CAP_1_8V_DDR for mx6Dong Aisheng
2014-01-13mmc: sdhci-esdhc-imx: fix cpas over write issueDong Aisheng
2013-11-26mmc: sdhci-esdhc-imx: add SDHCI_TRANSFER_MODE read functionDong Aisheng
2013-10-21mmc: sdhci-esdhc-imx: add preset value quirk for mx6Dong Aisheng
2013-10-21mmc: sdhci-esdhc-imx: enable SDR50 tuning for imx6q/dlDong Aisheng
2013-10-21mmc: sdhci-esdhc-imx: add delay line setting supportDong Aisheng
2013-10-21mmc: sdhci-esdhc-imx: add DDR mode support for mx6Dong Aisheng
2013-10-21mmc: sdhci-esdhc-imx: fix reading cap_1 register value for mx6slDong Aisheng
2013-10-21mmc: sdhci-esdhc-imx: add std tuning support for mx6slDong Aisheng
2013-10-21mmc: sdhci-esdhc-imx: create struct esdhc_soc_dataShawn Guo
2013-10-21mmc: sdhci-esdhc-imx: pdev->id_entry should be immutableShawn Guo
2013-10-21mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_USDHCShawn Guo
2013-10-21mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_ENGCM07207Shawn Guo
2013-09-27mmc: sdhci-esdhc-imx: set actual_clock in clock settingDong Aisheng
2013-09-26mmc: sdhci-esdhc-imx: correct pre_div for imx6qDong Aisheng
2013-09-26mmc: sdhci-esdhc-imx: change pinctrl state according to uhs modeDong Aisheng
2013-09-26mmc: sdhci-esdhc-imx: add sd3.0 SDR clock tuning supportDong Aisheng
2013-09-26mmc: sdhci-esdhc-imx: support real clock on and off for imx6qDong Aisheng
2013-09-26mmc: sdhci-esdhc: move common esdhc_set_clock to platform driverDong Aisheng
2013-08-24mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart
2013-06-27mmc: esdhc-imx: parse max-frequency from devicetreeLucas Stach
2013-06-27mmc: sdhci-esdhc: calculate sdclk divider from controller clockLucas Stach
2013-05-31mmc: sdhci: Add size for caller in init+registerChristian Daudt
2013-05-26mmc: sdhci-esdhc-imx: fix multiblock reads on i.MX53Lucas Stach
2013-05-26mmc: sdhci-esdhc-imx: Fix SDIO interruptsMartin Fuzzey
2013-03-22mmc: sdhci: Constify sdhci_ops structs where possibleLars-Peter Clausen
2013-03-22mmc: sdhci_pltfm: Constify sdhci_pltfm_dataLars-Peter Clausen