summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Correct SPL use of SUPPORT_EMMC_RPMBSimon Glass1-1/+1
2023-02-10Correct SPL use of RENESAS_SDHISimon Glass1-1/+1
2023-02-09Correct SPL use of MMC_QUIRKSSimon Glass1-1/+1
2023-02-02clk: renesas: Switch to new SD clock handlingHai Pham2-4/+18
2023-02-02mmc: renesas-sdhi: Flag non-standard SDnH handling for V3MHai Pham2-0/+7
2023-02-02mmc: renesas-sdhi: Drop R-Car H3 ES3.0 HS400 calibration tableHai Pham1-16/+0
2023-02-02mmc: renesas-sdhi: Add R8A77961 M3-W+ supportHai Pham1-0/+6
2023-02-02mmc: renesas-sdhi: Adjust HS400 calibration offsets for M3-W r1.3Hai Pham1-1/+1
2023-02-02mmc: renesas-sdhi: Adjust HS400 calibration tablesHai Pham1-10/+10
2023-02-02mmc: renesas-sdhi: Filter out HS400 on M3-W r1.2, V3M, V3H r1.x, D3Hai Pham1-21/+8
2023-02-02mmc: renesas-sdhi: R-Car M3 r1.3 also uses 4 tuning tapsHai Pham1-2/+2
2023-01-31mmc: zynq_sdhci: Add support and quirk for HS400Ashok Reddy Soma1-0/+5
2023-01-31mmc: sdhci: Enable HS400 support if available in capsAshok Reddy Soma1-0/+4
2023-01-31mmc: sdhci: Check and call config_dll callback functionsAshok Reddy Soma1-0/+16
2023-01-31mmc: zynq_sdhci: Add support for eMMC5.1 for Versal NET platformAshok Reddy Soma1-3/+284
2023-01-31cmd: mmc: Expand bkops handlingMarek Vasut1-5/+9
2023-01-27Merge tag 'xilinx-for-v2023.04-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-1/+1
2023-01-27drivers: mmc: Change datatype of tuning_loop_counter to intAlgapally Santosh Sagar1-1/+1
2023-01-25Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-90/+62
2023-01-24bootstd: Add a new pre-scan priority for bootdevsSimon Glass1-2/+2
2023-01-24bootstd: Add an MMC hunterSimon Glass1-0/+6
2023-01-24bootstd: Add a default method to get bootflowsSimon Glass1-25/+0
2023-01-24dm: mmc: Use bootdev_setup_sibling_blk()Simon Glass1-1/+1
2023-01-24sandbox: mmc: Start off with a zeroed fileSimon Glass1-1/+1
2023-01-21sunxi: mmc: group non-DM specific functionsAndre Przywara1-56/+61
2023-01-21sunxi: mmc: ignore card detect in SPLAndre Przywara1-35/+2
2022-12-22Convert CONFIG_FSL_ESDHC_PIN_MUX to KconfigTom Rini2-1/+5
2022-12-22Convert CONFIG_FLASH_SPANSION_S29WS_N et al to KconfigTom Rini1-0/+5
2022-12-22Convert CONFIG_HSMMC2_8BIT to KconfigTom Rini1-0/+5
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini3-14/+14
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini2-2/+2
2022-11-10Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to KconfigTom Rini1-0/+7
2022-10-31dm: mmc: Allow sandbox emulator to build without writesSimon Glass1-2/+8
2022-10-31dm: blk: mmc: Tidy up some Makefile rules for SPLSimon Glass1-1/+1
2022-10-25Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini7-12/+97
2022-10-24mmc: Fix static checker warningsVenkatesh Yadav Abbarapu1-2/+4
2022-10-24mmc: dwmmc: only clear handled interruptsJohn Keeping1-1/+2
2022-10-24mmc: stm32_sdmmc2: manage vqmmcYann Gautier1-0/+13
2022-10-24mmc: stm32_sdmmc2: protect against unsupported modesYann Gautier1-0/+2
2022-10-24mmc: stm32_sdmmc2: add dual data rate supportYann Gautier1-1/+4
2022-10-24mmc: f_sdh30: Add support for F_SDH30_E51Kunihiko Hayashi2-4/+66
2022-10-24mmc: sdhci: Add new quirks for SUPPORT_SINGLEKunihiko Hayashi1-3/+5
2022-10-24mmc: ftsdc010: make command timeout 250 ms as in the commentSergei Antonov1-1/+1
2022-10-21mmc: fsl_esdhc: fix problem when using clk driverYe Li1-2/+2
2022-10-18dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek1-1/+1
2022-10-05mmc: zynq_sdhci: Read power-domains id from DT and useAshok Reddy Soma1-19/+20
2022-10-05mmc: zynq_sdhci: Change node_id prototype to u32Ashok Reddy Soma1-7/+7
2022-09-25blk: Rename if_type to uclass_idSimon Glass2-5/+5
2022-09-23mmc: mediatek: add support for MediaTek MT7891/MT7986 SoCsWeijie Gao1-15/+53
2022-09-20Merge tag 'u-boot-at91-2023.01-a' of https://source.denx.de/u-boot/custodians...Tom Rini1-0/+12