summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-2421-22/+22
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-2011-12/+12
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-2010-10/+10
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-177-16/+17
* acpi: mmc: Generate ACPI info for the PCI SD CardSimon Glass2020-07-171-1/+77
* Merge tag 'mmc-7-24-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2020-07-152-8/+49
|\
| * mmc_spi: generate R1b response for erase and stop transmission commandPragnesh Patel2020-07-141-4/+28
| * mmc: mmc_spi: Generate R1 response for erase block start and end addressPragnesh Patel2020-07-141-0/+2
| * mmc: mmc_spi: Read R2 response for send status command - CMD13Pragnesh Patel2020-07-141-3/+8
| * mmc: read ssr for SD spiPragnesh Patel2020-07-142-0/+6
| * mmc: mmc_spi: generate R1 response for different mmc SPI commandsPragnesh Patel2020-07-141-0/+2
| * mmc: mmc_spi: correct the while conditionPragnesh Patel2020-07-141-1/+3
* | mmc: omap_hsmmc: Set 3.3V for IO voltage on all placesPali Rohár2020-07-131-1/+1
|/
* Merge tag 'dm-pull-10jul20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-07-105-10/+10
|\
| * dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano2020-07-093-3/+3
| * core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2020-07-092-0/+4
| * drivers: rename drivers to match compatible stringWalter Lozano2020-07-093-7/+3
* | mmc: bcm283x: fix int to pointer castSeung-Woo Kim2020-07-101-1/+1
|/
* Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-06-303-17/+39
|\
| * mmc: sdhci: Fix HISPD bit handlingJagan Teki2020-06-241-6/+19
| * mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is readyHaibo Chen2020-06-241-1/+8
| * mmc: fsl_esdhc_imx: disable the CMD CRC check for standard tuningHaibo Chen2020-06-241-10/+12
* | arm: pxa: mmc: add driver model supportMarcel Ziswiler2020-06-301-28/+132
* | kconfig: mmc: move pxa_mmc_generic to kconfigMarcel Ziswiler2020-06-301-0/+8
* | mmc: add missing space before comment delimiterMarcel Ziswiler2020-06-301-1/+1
* | Convert CONFIG_ARM_PL180_MMCI to KconfigTom Rini2020-06-261-1/+0
* | Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-06-251-2/+0
|\ \
| * | mmc: zynq_sdhci: Remove global pointerMichal Simek2020-06-241-2/+0
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini2020-06-194-31/+71
|\|
| * mmc: fsl_esdhc: Gracefully fail on unsupported voltage switchMarek Vasut2020-06-151-2/+3
| * mmc: fsl_esdhc: Fix SDR104 and HS200 supportMarek Vasut2020-06-151-0/+1
| * mmc: ca_dw_mmc: Misc cleanup of driverArthur Li2020-06-151-22/+12
| * mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issueYangbo Lu2020-06-152-2/+51
| * mmc: fsl_esdhc: read register once for card inserted statusYangbo Lu2020-06-151-5/+4
* | mmc: omap_hsmmc: Add guards around omap_hsmmc_get_cfg()Tom Rini2020-06-161-0/+3
* | mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPLFaiz Abbas2020-06-131-37/+26
|/
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-1819-0/+20
* common: Drop linux/delay.h from common headerSimon Glass2020-05-1826-0/+26
* common: Drop linux/bug.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-1828-0/+28
* common: Drop part.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop net.h from common headerSimon Glass2020-05-186-0/+6
* rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner2020-05-151-1/+1
* Merge tag 'u-boot-stm32-20200514' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-05-141-1/+1
|\
| * mmc: stm32_sdmmc2: change the displayed config namePatrick Delaunay2020-05-141-1/+1
* | mmc: sdhci: Use debug for not supported SDMA info messageMatthias Brugger2020-05-131-2/+2
* | mmc: sdhci: not return error when SDMA is not supportedJaehoon Chung2020-05-121-4/+3
* | mmc: sdhci: use phys2bus macro when dma address is accessedJaehoon Chung2020-05-121-2/+4
|/
* mmc: zynq: parse dt when probingBenedikt Grassl2020-04-272-11/+7
* dm: mmc: Update mmc_get_mmc_dev() to use const *Simon Glass2020-04-241-1/+1