aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-25mmc: msm_sdhci: Add SDCC version 5.0.0 supportSumit Garg1-32/+64
2022-07-21arch: mvebu: Disable by default unused peripherals in SPLPali Rohár1-0/+1
2022-07-13mmc: mediatek: add support for MediaTek MT7621 SoCWeijie Gao1-0/+13
2022-07-12mmc: stm32_sdmmc2: introduce of_to_plat opsPatrick Delaunay1-45/+50
2022-07-12mmc: stm32_sdmmc2: remove privdataPatrick Delaunay1-75/+70
2022-07-12mmc: stm32_sdmmc2: cosmetic: rename stm32_sdmmc_bindPatrick Delaunay1-2/+2
2022-07-07arm: Remove PXA architecture supportTom Rini3-540/+0
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini1-1/+5
2022-07-06mmc/aspeed: Enable controller clocksJoel Stanley1-0/+15
2022-07-06mmc/aspeed: Probe from controllerJoel Stanley2-0/+22
2022-07-06mmc/aspeed: Add debuging for clock probe failuresJoel Stanley1-2/+7
2022-07-05Convert CONFIG_ESDHC_DETECT_QUIRK to KconfigTom Rini2-1/+6
2022-06-20Merge branch 'master' into nextTom Rini3-18/+37
2022-06-20Merge tag 'u-boot-stm32-20220620' of https://source.denx.de/u-boot/custodians...Tom Rini1-7/+7
2022-06-20mmc: fsl_esdhc: Add new config option for default fallback modePali Rohár2-0/+6
2022-06-20mmc: fsl_esdhc: Set fallback mode to 1-bitPali Rohár1-3/+2
2022-06-17mmc: stm32_sdmmc2: make reset property optionalPatrick Delaunay1-7/+7
2022-06-15mmc: fsl_esdhc_imx: Implement wait_dat0 mmc opsLoic Poulain1-17/+33
2022-06-15mmc: Add support for wait_dat0 callbackLoic Poulain1-0/+3
2022-06-15mmc: fix error message for unaligned erase requestPatrick Delaunay1-1/+1
2022-06-10drivers: mmc: am654_sdhci: Add new compatible for AM62 SoCAswath Govindraju1-0/+4
2022-06-06Convert CONFIG_FIXED_SDHCI_ALIGNED_BUFFER to KconfigChris Packham1-0/+13
2022-06-06arm: pxa: Remove CONFIG_CPU_PXA25XTom Rini1-6/+1
2022-05-25Merge tag 'xilinx-for-v2022.07-rc4' of https://source.denx.de/u-boot/custodia...WIP/25May2022Tom Rini1-0/+5
2022-05-24Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/24May2022Tom Rini1-1/+1
2022-05-24mmc: sunxi: Remove unnecessary pinmux option dependencySamuel Holland1-1/+1
2022-05-23mmc: fsl_esdhc_spl: Fix checking for number of read sectorsPali Rohár1-1/+1
2022-05-13mmc: zynq_sdhci: Add weak function prototypeT Karthik Reddy1-0/+5
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull2-2/+2
2022-05-03pci: Map bars with offset and lengthAndrew Scull2-2/+2
2022-04-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxWIP/27Apr2022Tom Rini3-20/+51
2022-04-26mmc: fsl_esdhc_spl: pre-PBL: implement redundancy supportPali Rohár1-7/+18
2022-04-26mmc: fsl_esdhc: Define macro ESDHCCTL_SNOOP for Snoop attributePali Rohár1-1/+1
2022-04-26mmc: mmc_mode_name() is used also when LOGLEVEL >= LOGL_DEBUGPali Rohár1-1/+1
2022-04-26mmc: fsl_esdhc_spl: Call mmc_init() before booting from SD cardPali Rohár1-0/+5
2022-04-26mmc: fsl_esdhc_spl: pre-PBL: fix determining U-Boot sizePali Rohár1-10/+2
2022-04-26mmc: fsl_esdhc_spl: pre-PBL: check for BOOT signature instead of MBR/DBRPali Rohár1-2/+25
2022-04-25bootstd: mmc: Add a bootdev driverSimon Glass3-0/+90