summaryrefslogtreecommitdiff
path: root/drivers/mmc/fsl_esdhc_imx.c
AgeCommit message (Expand)Author
2025-03-13mmc: fsl_esdhc: Migrate ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE to KconfigTom Rini
2024-10-25mmc: fsl_esdhc: Convert to use livetree API for fdt accessTim Harvey
2024-10-04mmc: fsl_esdhc_imx: Reset tuning logicPeng Fan
2024-10-04mmc: fsl_esdhc_imx: Avoid resource leakYe Li
2024-10-04mmc: fsl_esdhc_imx: Fix host_caps issue for non-DM driverYe Li
2024-10-04mmc: fsl_esdhc_imx: Send 80 clocks before IDLE commandYe Li
2024-10-04mmc: fsl_esdhc_imx: Enable AHB/IPG clk with clk bulk APIPeng Fan
2024-07-06mmc: fsl_esdhc_imx: Fix error messageAlexander Stein
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07mmc: Remove <common.h> and add needed includesTom Rini
2024-05-07mmc: Migrate MMC_SUPPORTS_TUNING to KconfigTom Rini
2024-04-15mmc: Drop unused mmc_send_tuning() cmd_error parameterMarek Vasut
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2022-12-22Convert CONFIG_FSL_ESDHC_PIN_MUX to KconfigTom Rini
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini
2022-10-21mmc: fsl_esdhc: fix problem when using clk driverYe Li
2022-06-15mmc: fsl_esdhc_imx: Implement wait_dat0 mmc opsLoic Poulain
2022-04-12mmc: fsl_esdhc_imx: Add i.MX8MP compatible stringMarek Vasut
2022-03-16mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON when necessaryHaibo Chen
2022-02-19mmc: fsl_esdhc_imx: correct the actual card clockHaibo Chen
2022-02-19mmc: fsl_esdhc_imx: remove redundant ARCH_MXCHaibo Chen
2022-02-19mmc: fsl_esdhc_imx: Use esdhc_soc_data flags to set host capsAdam Ford
2022-02-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2022-02-08mmc: fsl: Use brackets around if()Simon Glass
2022-02-09mmc: fsl_esdhc_imx: fix watermark level in dmaMarcel Ziswiler
2022-01-12mmc: fsl_esdhc_imx: set sysctl register for clock initializationSean Anderson
2022-01-12mmc: fsl_esdhc_imx: Replace more #ifdefs by ifSean Anderson
2022-01-12mmc: fsl_esdhc_imx: replace most #ifdefs by IS_ENABLED()Sean Anderson
2022-01-12mmc: fsl_esdhc_imx: simplify esdhc_setup_data()Sean Anderson
2022-01-12mmc: fsl_esdhc_imx: use dma-mapping APISean Anderson
2022-01-12mmc: fsl_esdhc_imx: simplify 64bit check for SDMA transfersSean Anderson
2022-01-12mmc: fsl_esdhc_imx: fix mmc->clock with actual clockSean Anderson
2022-01-12mmc: fsl_esdhc_imx: drop redundant code for non-removable featureSean Anderson
2022-01-12mmc: fsl_esdhc_imx: clean up bus width configuration codeSean Anderson
2022-01-12mmc: fsl_esdhc_imx: fix voltage validationSean Anderson
2022-01-12mmc: fsl_esdhc_imx: remove redundant DM_MMC checkingSean Anderson
2022-01-12mmc: fsl_esdhc_imx: make BLK as hard requirement of DM_MMCSean Anderson
2021-10-07mmc: sdhci-esdhc-imx: Add HS400 support for iMX7ULPOleksandr Suvorov
2021-10-07mmc: fsl_esdhc_imx: initialize data for imx7ulpJorge Ramirez-Ortiz
2021-10-07mmc: fsl_esdhc_imx: Fix clock disable issueYe Li
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-08-09drivers: mmc: fsl_esdhc_imx: support i.MX8ULPPeng Fan
2021-06-22Revert "mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock...Fabio Estevam
2021-06-22mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmdJaehoon Chung
2021-06-17mmc: fsl_esdhc_imx: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33Yangbo Lu
2021-04-08mmc: fsl_esdhc_imx: add extra delay for IO voltage switch if necessaryHaibo Chen
2021-04-08mmc: fsl_esdhc_imx: remove redundant cmd11 related code.Haibo Chen
2021-04-08mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock outputHaibo Chen