summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-esdhc-imx.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-esdhc-imx: Convert the driver to DT-onlyFabio Estevam2020-11-231-89/+2
* mmc: sdhci: fix indentation mistakesKrzysztof Kozlowski2020-09-251-1/+1
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson2020-09-071-0/+1
* mmc: sdhci-esdhc-imx: remove unused codeHaibo Chen2020-09-071-3/+1
* mmc: sdhci-esdhc-imx: Reset before sending tuning command for manual tuningHaibo Chen2020-09-071-0/+10
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* mmc: sdhci-esdhc-imx: dump internal IC debug status during errorHaibo Chen2020-07-131-0/+39
* mmc: sdhci-esdhc-imx: disable the CMD CRC check for standard tuningHaibo Chen2020-05-291-2/+13
* mmc: sdhci-esdhc-imx: fix the mask for tuning start pointHaibo Chen2020-05-291-1/+1
* mmc: host: sdhci-esdhc-imx: add wakeup feature for GPIO CD pinHaibo Chen2020-05-291-2/+15
* mmc: sdhci-esdhc-imx: Add HS400 support for i.MX6SLLHaibo Chen2020-05-281-0/+1
* mmc: sdhci: use FIELD_GET/PREP for current capabilities bit masksMasahiro Yamada2020-05-281-3/+3
* mmc: sdhci: use FIELD_GET/PREP for capabilities bit masksMasahiro Yamada2020-05-281-1/+3
* Merge tag 'mmc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-03-311-21/+146
|\
| * mmc: sdhci-esdhc-imx: restore pin state when resume backHaibo Chen2020-03-241-1/+9
| * mmc: sdhci-esdhc-imx: clear DMA_SEL when disable DMA modeHaibo Chen2020-03-241-2/+16
| * mmc: sdhci-esdhc-imx: clear pending interrupt and halt cqhciHaibo Chen2020-03-241-0/+16
| * mmc: sdhci-esdhc-imx: Add an new esdhc_soc_data for i.MX8MMHaibo Chen2020-03-241-0/+9
| * mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_BROKEN_AUTO_CMD23Haibo Chen2020-03-241-4/+30
| * mmc: sdhci-esdhc-imx: optimize the strobe dll settingHaibo Chen2020-03-241-8/+7
| * mmc: sdhci-esdhc-imx: optimize the clock settingHaibo Chen2020-03-241-1/+23
| * mmc: sdhci-esdhc-imx: add strobe-dll-delay-target supportHaibo Chen2020-03-241-1/+11
| * mmc: sdhci-esdhc-imx: restore the per_clk rate in PM_RUNTIMEHaibo Chen2020-03-241-1/+7
| * mmc: sdhci-esdhci-imx: retune needed for Mega/Mix enabled SoCsHaibo Chen2020-03-241-5/+20
| * mmc: sdhci-esdhc-imx: no fail when no pinctrl availableHaibo Chen2020-03-241-1/+1
* | drivers: mmc: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki2020-02-141-8/+6
|/
* mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław2019-12-181-2/+2
* mmc: core: Rework wp-gpio handlingMichał Mirosław2019-12-181-1/+2
* mmc: sdhci-esdhc-imx: Convert to pinctrl_select_default_state()Ulf Hansson2019-12-161-9/+2
* mmc: sdhci: Drop redundant code for SDIO IRQsUlf Hansson2019-09-111-19/+15
* mmc: sdhci-sprd: Fix the incorrect soft reset operation when runtime resumingBaolin Wang2019-08-061-1/+1
* mmc: sdhci-esdhc-imx: Add HS400 support for iMX7ULPBOUGH CHEN2019-05-061-3/+8
* mmc: sdhci-esdhc-imx: add pm_qos to interact with cpuidleBOUGH CHEN2019-05-061-1/+31
* Merge branch 'fixes' into nextUlf Hansson2019-02-281-4/+5
|\
| * mmc: sdhci-esdhc-imx: correct the fix of ERR004536BOUGH CHEN2019-02-281-4/+5
* | mmc: sdhci-esdhc-imx: clear the HALT bit when enable CQEBOUGH CHEN2019-02-281-0/+13
* | mmc: slot-gpio: Remove override_active_level on WPLinus Walleij2019-02-251-1/+1
* | mmc: sdhci-esdhc-imx: fix return value check in sdhci_esdhc_imx_probe()Wei Yongjun2019-02-251-2/+2
* | mmc: sdhci-esdhc-imx: add DCMD support for CMDQBOUGH CHEN2019-02-251-1/+21
* | mmc: sdhci-esdhc-imx: add CMDQ supportBOUGH CHEN2019-02-251-3/+114
* | mmc: sdhci-esdhc-imx: add HS400_ES support for i.MX8QXPBOUGH CHEN2019-02-251-0/+29
* | mmc: sdhci-esdhc-imx: remove the 100MHz limitation for Strobe DLLBOUGH CHEN2019-02-251-29/+23
* | mmc: sdhci-esdhc-imx: add delay between tuning cyclesBOUGH CHEN2019-02-251-0/+2
* | mmc: sdhci-esdhc-imx: add SD clock limitation for imx6ullBOUGH CHEN2019-02-251-1/+21
* | mmc: sdhci-esdhc-imx: fix HS400 timing issueBOUGH CHEN2019-02-251-0/+1
* | mmc: sdhci: usdhc: do not do tuning for DDR50 mode.BOUGH CHEN2019-02-251-0/+20
* | mmc: sdhci-esdhc-imx: clear ESDHC_STD_TUNING_EN for manual tuning methodBOUGH CHEN2019-02-251-0/+9
* | mmc: sdhci-esdhc-imx: Constify driver dataAndrey Smirnov2019-02-251-8/+8
|/
* mmc: sdhci: imx: Use the slot GPIO descriptorLinus Walleij2018-12-171-6/+8
* mmc: sdhci: Rename SDHCI_ACMD12_ERR and SDHCI_INT_ACMD12ERRAdrian Hunter2018-12-171-6/+6