aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2020-08-31mmc: xenon: set signal voltage and max base clockEvan Wang1-1/+78
2020-08-25mmc: Add MMC controller driver for OcteonTX / TX2Suneel Garapati4-0/+4114
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada2-2/+2
2020-08-20mmc: sdhci: Use upper/lower_32_bits macrosMichal Simek1-4/+4
2020-08-20mmc: sdhci: Enable high speed conditional on the corresponding bitFaiz Abbas1-1/+4
2020-08-20mmc: zynq: Fix default value for xlnx,mio-bankMichal Simek1-1/+1
2020-08-20xilinx: Fix xlnx,mio_bank propertyMichal Simek1-1/+1
2020-08-20xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek1-1/+0
2020-08-11mmc: am654_sdhci: Use MMC_MODES_END value instead of hardcoded valueFaiz Abbas1-1/+1
2020-08-04Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-15/+77
2020-08-03mmc: Drop duplicate dm.h inclusionSimon Glass1-1/+0
2020-08-02mmc: fsl_esdhc_imx: add CD support when OF_PLATDATA is enabledWalter Lozano1-1/+24
2020-08-02mmc: fsl_esdhc_imx: add OF_PLATDATA supportWalter Lozano1-14/+53
2020-08-02mmc: fsl_esdhc_imx: rename driver name to match ll_entryWalter Lozano1-1/+1
2020-07-29Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmTom Rini1-8/+2
2020-07-29mmc: add nexell driverStefan Bosch3-0/+246
2020-07-28drivers: avoid using aliases on drivers when OF_PLATDATA is enabledWalter Lozano1-8/+2
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