summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2024-05-02mmc: am654_sdhci: Fix ITAPDLY for HS400 timingJudith Mendez
2024-05-02mmc: am654_sdhci: Set ENDLL=1 for DDR52 modeJudith Mendez
2024-05-02mmc: am654_sdhci: Add itap_del_ena[] to store itapdlyena bitJudith Mendez
2024-05-02mmc: am654_sdhci: Fix OTAP/ITAP delay valuesNitin Yadav
2024-05-02mmc: am654_sdhci: Add tuning algorithm for delay chainJudith Mendez
2023-05-31drivers: mmc: am654_sdhci: Update OTAP/ITAP delayNitin Yadav
2023-03-24Merge branch 'rpi-2023.04' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2023-03-24mmc: bcm2835-host: let firmware manage the clock divisorVincent Fazio
2023-03-19rockchip: sdhci: rk3568: bypass DLL when clk <= 52 MHzVasily Khoruzhick
2023-03-19mmc: rockchip_dw_mmc: Fix get_mmc_clk return valueJonas Karlman
2023-03-10mmc: renesas-sdhi: Add proper probe error fail pathMarek Vasut
2023-03-10mmc: renesas-sdhi: Always configure default SDnH clock rate to 800 MHzMarek Vasut
2023-02-28mmc: rockchip_dw_mmc: fix DDR52 8-bit mode handlingJohn Keeping
2023-02-10Correct SPL use of SUPPORT_EMMC_RPMBSimon Glass
2023-02-10Correct SPL use of RENESAS_SDHISimon Glass
2023-02-09Correct SPL use of MMC_QUIRKSSimon Glass
2023-02-02clk: renesas: Switch to new SD clock handlingHai Pham
2023-02-02mmc: renesas-sdhi: Flag non-standard SDnH handling for V3MHai Pham
2023-02-02mmc: renesas-sdhi: Drop R-Car H3 ES3.0 HS400 calibration tableHai Pham
2023-02-02mmc: renesas-sdhi: Add R8A77961 M3-W+ supportHai Pham
2023-02-02mmc: renesas-sdhi: Adjust HS400 calibration offsets for M3-W r1.3Hai Pham
2023-02-02mmc: renesas-sdhi: Adjust HS400 calibration tablesHai Pham
2023-02-02mmc: renesas-sdhi: Filter out HS400 on M3-W r1.2, V3M, V3H r1.x, D3Hai Pham
2023-02-02mmc: renesas-sdhi: R-Car M3 r1.3 also uses 4 tuning tapsHai Pham
2023-01-31mmc: zynq_sdhci: Add support and quirk for HS400Ashok Reddy Soma
2023-01-31mmc: sdhci: Enable HS400 support if available in capsAshok Reddy Soma
2023-01-31mmc: sdhci: Check and call config_dll callback functionsAshok Reddy Soma
2023-01-31mmc: zynq_sdhci: Add support for eMMC5.1 for Versal NET platformAshok Reddy Soma
2023-01-31cmd: mmc: Expand bkops handlingMarek Vasut
2023-01-27Merge tag 'xilinx-for-v2023.04-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2023-01-27drivers: mmc: Change datatype of tuning_loop_counter to intAlgapally Santosh Sagar
2023-01-24Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2023-01-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass
2023-01-23bootstd: Add an MMC hunterSimon Glass
2023-01-23bootstd: Add a default method to get bootflowsSimon Glass
2023-01-23dm: mmc: Use bootdev_setup_sibling_blk()Simon Glass
2023-01-23sandbox: mmc: Start off with a zeroed fileSimon Glass
2023-01-21sunxi: mmc: group non-DM specific functionsAndre Przywara
2023-01-21sunxi: mmc: ignore card detect in SPLAndre Przywara
2022-12-22Convert CONFIG_FSL_ESDHC_PIN_MUX to KconfigTom Rini
2022-12-22Convert CONFIG_FLASH_SPANSION_S29WS_N et al to KconfigTom Rini
2022-12-22Convert CONFIG_HSMMC2_8BIT to KconfigTom Rini
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini
2022-11-10Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to KconfigTom Rini
2022-10-31dm: mmc: Allow sandbox emulator to build without writesSimon Glass
2022-10-31dm: blk: mmc: Tidy up some Makefile rules for SPLSimon Glass
2022-10-24Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2022-10-24mmc: Fix static checker warningsVenkatesh Yadav Abbarapu
2022-10-24mmc: dwmmc: only clear handled interruptsJohn Keeping