aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2020-08-11mmc: am654_sdhci: Use MMC_MODES_END value instead of hardcoded valueFaiz Abbas
2020-08-04Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-08-03mmc: Drop duplicate dm.h inclusionSimon Glass
2020-08-02mmc: fsl_esdhc_imx: add CD support when OF_PLATDATA is enabledWalter Lozano
2020-08-02mmc: fsl_esdhc_imx: add OF_PLATDATA supportWalter Lozano
2020-08-02mmc: fsl_esdhc_imx: rename driver name to match ll_entryWalter Lozano
2020-07-29Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmTom Rini
2020-07-29mmc: add nexell driverStefan Bosch
2020-07-28drivers: avoid using aliases on drivers when OF_PLATDATA is enabledWalter Lozano
2020-07-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini
2020-07-27Merge tag 'dm-pull-20jul20-take2a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2020-07-27Move eSDHC adapter card identification to board filesYangbo Lu
2020-07-27Drop global data sdhc_adapter for powerpcYangbo Lu
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada
2020-07-25mmc: renesas-sdhi: Enable support for R8A774A1Adam Ford
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-07-17acpi: mmc: Generate ACPI info for the PCI SD CardSimon Glass
2020-07-15Merge tag 'mmc-7-24-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2020-07-14mmc_spi: generate R1b response for erase and stop transmission commandPragnesh Patel
2020-07-14mmc: mmc_spi: Generate R1 response for erase block start and end addressPragnesh Patel
2020-07-14mmc: mmc_spi: Read R2 response for send status command - CMD13Pragnesh Patel
2020-07-14mmc: read ssr for SD spiPragnesh Patel
2020-07-14mmc: mmc_spi: generate R1 response for different mmc SPI commandsPragnesh Patel
2020-07-14mmc: mmc_spi: correct the while conditionPragnesh Patel
2020-07-13mmc: omap_hsmmc: Set 3.3V for IO voltage on all placesPali Rohár
2020-07-10Merge tag 'dm-pull-10jul20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-07-10mmc: bcm283x: fix int to pointer castSeung-Woo Kim
2020-07-09dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano
2020-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2020-06-30arm: pxa: mmc: add driver model supportMarcel Ziswiler
2020-06-30kconfig: mmc: move pxa_mmc_generic to kconfigMarcel Ziswiler
2020-06-30mmc: add missing space before comment delimiterMarcel Ziswiler
2020-06-26Convert CONFIG_ARM_PL180_MMCI to KconfigTom Rini
2020-06-25Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-06-24mmc: zynq_sdhci: Remove global pointerMichal Simek
2020-06-24mmc: sdhci: Fix HISPD bit handlingJagan Teki
2020-06-24mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is readyHaibo Chen
2020-06-24mmc: fsl_esdhc_imx: disable the CMD CRC check for standard tuningHaibo Chen
2020-06-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini
2020-06-16mmc: omap_hsmmc: Add guards around omap_hsmmc_get_cfg()Tom Rini
2020-06-15mmc: fsl_esdhc: Gracefully fail on unsupported voltage switchMarek Vasut
2020-06-15mmc: fsl_esdhc: Fix SDR104 and HS200 supportMarek Vasut
2020-06-15mmc: ca_dw_mmc: Misc cleanup of driverArthur Li
2020-06-15mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issueYangbo Lu