aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2020-07-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini5-57/+4
2020-07-27Merge tag 'dm-pull-20jul20-take2a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini21-22/+22
2020-07-27Move eSDHC adapter card identification to board filesYangbo Lu5-56/+4
2020-07-27Drop global data sdhc_adapter for powerpcYangbo Lu1-1/+0
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada11-12/+12
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada10-10/+10
2020-07-25mmc: renesas-sdhi: Enable support for R8A774A1Adam Ford1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini21-22/+22
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada11-12/+12
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada10-10/+10
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada7-16/+17
2020-07-17acpi: mmc: Generate ACPI info for the PCI SD CardSimon Glass1-1/+77
2020-07-15Merge tag 'mmc-7-24-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2-8/+49
2020-07-14mmc_spi: generate R1b response for erase and stop transmission commandPragnesh Patel1-4/+28
2020-07-14mmc: mmc_spi: Generate R1 response for erase block start and end addressPragnesh Patel1-0/+2
2020-07-14mmc: mmc_spi: Read R2 response for send status command - CMD13Pragnesh Patel1-3/+8
2020-07-14mmc: read ssr for SD spiPragnesh Patel2-0/+6
2020-07-14mmc: mmc_spi: generate R1 response for different mmc SPI commandsPragnesh Patel1-0/+2
2020-07-14mmc: mmc_spi: correct the while conditionPragnesh Patel1-1/+3
2020-07-13mmc: omap_hsmmc: Set 3.3V for IO voltage on all placesPali Rohár1-1/+1
2020-07-10Merge tag 'dm-pull-10jul20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini5-10/+10
2020-07-10mmc: bcm283x: fix int to pointer castSeung-Woo Kim1-1/+1
2020-07-09dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano3-3/+3
2020-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2-0/+4
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano3-7/+3
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini3-17/+39
2020-06-30arm: pxa: mmc: add driver model supportMarcel Ziswiler1-28/+132
2020-06-30kconfig: mmc: move pxa_mmc_generic to kconfigMarcel Ziswiler1-0/+8
2020-06-30mmc: add missing space before comment delimiterMarcel Ziswiler1-1/+1
2020-06-26Convert CONFIG_ARM_PL180_MMCI to KconfigTom Rini1-1/+0
2020-06-25Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-2/+0
2020-06-24mmc: zynq_sdhci: Remove global pointerMichal Simek1-2/+0
2020-06-24mmc: sdhci: Fix HISPD bit handlingJagan Teki1-6/+19
2020-06-24mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is readyHaibo Chen1-1/+8
2020-06-24mmc: fsl_esdhc_imx: disable the CMD CRC check for standard tuningHaibo Chen1-10/+12
2020-06-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini4-31/+71
2020-06-16mmc: omap_hsmmc: Add guards around omap_hsmmc_get_cfg()Tom Rini1-0/+3
2020-06-15mmc: fsl_esdhc: Gracefully fail on unsupported voltage switchMarek Vasut1-2/+3
2020-06-15mmc: fsl_esdhc: Fix SDR104 and HS200 supportMarek Vasut1-0/+1
2020-06-15mmc: ca_dw_mmc: Misc cleanup of driverArthur Li1-22/+12
2020-06-15mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issueYangbo Lu2-2/+51
2020-06-15mmc: fsl_esdhc: read register once for card inserted statusYangbo Lu1-5/+4
2020-06-13mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPLFaiz Abbas1-37/+26
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass19-0/+20
2020-05-18common: Drop linux/delay.h from common headerSimon Glass26-0/+26
2020-05-18common: Drop linux/bug.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop log.h from common headerSimon Glass28-0/+28
2020-05-18common: Drop part.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop net.h from common headerSimon Glass6-0/+6
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner1-1/+1