aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2023-01-24Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/24Jan2023Tom Rini1-90/+62
2023-01-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass1-2/+2
2023-01-23bootstd: Add an MMC hunterSimon Glass1-0/+6
2023-01-23bootstd: Add a default method to get bootflowsSimon Glass1-25/+0
2023-01-23dm: mmc: Use bootdev_setup_sibling_blk()Simon Glass1-1/+1
2023-01-23sandbox: 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-05global: 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-24Merge 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-17dm: 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
2022-09-19Merge branch 'master' into nextTom Rini1-9/+34
2022-09-19mmc: atmel_sdhci: re-enable sdhci after SD Card re-insertionSergiu Moga1-0/+12
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese3-10/+10
2022-09-16mmc: fsl_esdhc_spl: Add support for builds without CONFIG_SYS_MMC_U_BOOT_OFFSPali Rohár1-0/+8
2022-09-16mmc: fsl_esdhc_spl: Add support for loading proper U-Boot from unaligned loca...Pali Rohár1-9/+26
2022-09-16blk: Switch over to using uclass IDsSimon Glass3-10/+10
2022-09-16blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass1-1/+0
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass1-1/+1
2022-08-12Convert CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE to KconfigTom Rini1-0/+4
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-08-10mmc: Do not send status of send_status is falseMarek Vasut1-0/+3
2022-07-27mmc: pci_mmc.c should build with ACPIGEN=nHeinrich Schuchardt1-0/+3
2022-07-27drivers: mmc: write protect single boot areaYing-Chun Liu (PaulLiu)1-0/+27
2022-07-27mmc: nuvoton: Add NPCM7xx mmc driverJim Liu3-0/+99
2022-07-27mmc: fsl_esdhc: Fix 'Internal clock never stabilised.' errorPali Rohár1-0/+17
2022-07-26Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+1
2022-07-26mmc: fsl_esdhc_imx: Support i.MX9Peng Fan1-1/+1
2022-07-26mmc: zynq_sdhci: Fix timing macros for MMC High speedAshok Reddy Soma1-2/+2