summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci-esdhc-imx.c
AgeCommit message (Expand)Author
2021-07-07Merge tag 'v4.4.274' into toradex_vf_4.4-nextMarcel Ziswiler
2021-03-07mmc: sdhci-esdhc-imx: fix kernel panic when remove moduleFrank Li
2017-06-17Merge tag 'v4.4.73' into toradex_vf_4.4-nextColibri-VF_LXDE-Image_2.7b3-20170630Marcel Ziswiler
2017-04-27mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 cardHaibo Chen
2017-01-11sdhci-esdhc-imx: fix bus-width for 1-bit operation.Leonardo Graboski Veiga
2016-02-10mmc: sdhci: fix abort due to missing runtime PMStefan Agner
2015-10-27mmc: mmc: extend the mmc_send_tuning()Chaotian Jing
2015-08-27mmc: sdhci-esdhc-imx: change default watermark level and burst lengthHaibo Chen
2015-08-27mmc: sdhci-esdhc-imx: set back the burst_length_enable bit to 1Haibo Chen
2015-08-27mmc: sdhci-esdhc-imx: add tuning-step setting supportHaibo Chen
2015-08-27mmc: sdhci-esdhc-imx: add imx7d support and support HS400Haibo Chen
2015-07-24mmc: sdhci-esdhc-imx: clear f_max in boarddataDong Aisheng
2015-07-24mmc: sdhci-esdhc-imx: remove duplicated dts parsingDong Aisheng
2015-07-24mmc: sdhci-esdhc-imx: move all non dt probe code into one functionDong Aisheng
2015-07-24mmc: sdhci-esdhc-imx: fix cd regression for dt platformDong Aisheng
2015-06-01mmc: sdhci-esdhc-imx: add quirk SDHCI_QUIRK2_BROKEN_HS200 for imx6qdlDong Aisheng
2015-06-01mmc: sdhci-esdhc-imx: add imx6sx supportDong Aisheng
2015-06-01mmc: sdhci-esdhc-imx: add ADMA Length Mismatch errata fixDong Aisheng
2015-06-01mmc: sdhci-esdhc-imx: usdhc does not have missing card interrupt issueDong Aisheng
2015-06-01mmc: sdhci-esdhc-imx: merge the same register check into one placeDong Aisheng
2015-06-01mmc: sdhci-esdhc-imx: Do not break platform data boardsFabio Estevam
2015-06-01mmc: sdhci-esdhc-imx: Move mmc_of_parse() to the dt probeFabio Estevam
2015-06-01mmc: sdhci-imx: Constify platform_device_idKrzysztof Kozlowski
2015-05-25mmc: host: sdhci-esdhc-imx: fix broken email addressWolfram Sang
2015-04-09mmc: sdhci-esdhc-imx: Call mmc_of_parse()Fabio Estevam
2015-03-25mmc: sdhci-esdhc-imx: support voltage-range propertySascha Hauer
2015-03-23mmc: sdhci-esdhc-imx: silence a false curly braces warningDan Carpenter
2015-01-19mmc: sdhci-esdhc-imx: Fixup runtime PM conditions during ->probe()Ulf Hansson
2015-01-19mmc: sdhci-esdhc-imx: Fixup ->remove()Ulf Hansson
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-12-08mmc: sdhci-esdhc-imx: Convert to mmc_send_tuning()Ulf Hansson
2014-12-05MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-11-10mmc: sdhci-esdhc-imx: don't exit in case of no pinctrl statesDirk Behme
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