aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-14Merge tag 'u-boot-stm32-20200514' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-1/+1
2020-05-14mmc: stm32_sdmmc2: change the displayed config namePatrick Delaunay1-1/+1
2020-05-13mmc: sdhci: Use debug for not supported SDMA info messageMatthias Brugger1-2/+2
2020-05-12mmc: sdhci: not return error when SDMA is not supportedJaehoon Chung1-4/+3
2020-05-12mmc: sdhci: use phys2bus macro when dma address is accessedJaehoon Chung1-2/+4
2020-04-27mmc: zynq: parse dt when probingBenedikt Grassl2-11/+7
2020-04-24dm: mmc: Update mmc_get_mmc_dev() to use const *Simon Glass1-1/+1
2020-04-22drivers: mmc: rpmb: do not build for SPLHeinrich Schuchardt1-1/+1
2020-04-22mmc: tmio: sdhi: Implement get_b_max functionMarek Vasut2-10/+37
2020-04-22mmc: Add option to adjust b_max before long readMarek Vasut2-2/+30
2020-04-22mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitationsMarek Vasut2-0/+78
2020-04-22drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfgRayagonda Kokatanur1-5/+5
2020-04-22drivers: mmc: iproc_sdhci: fix compilation warningRayagonda Kokatanur1-1/+3
2020-04-22drivers: mmc: iproc_sdhci: enable broken R1B response quirkBharat Kumar Reddy Gooty1-1/+1
2020-04-22drivers: mmc: iproc_sdhci: fix possible memory leakBharat Kumar Reddy Gooty1-3/+5
2020-04-22cmd: mmc: provide boot area protection commandHeinrich Schuchardt1-0/+5
2020-04-22mmc: export mmc_send_ext_csd()Heinrich Schuchardt1-1/+1
2020-04-21mmc: tmio: sdhi: Add DMA transfer address alignment check at writingHiroyuki Yokoyama1-3/+5
2020-04-06mmc: meson-gx: enable input clocksJerome Brunet1-1/+13
2020-04-02mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detectTom Warren1-0/+19
2020-04-02mmc: t210: Add autocal and tap/trim updates for SDMMC1/3Tom Warren1-8/+76
2020-03-09mmc: am654_sdhci: Implement workaround for card detectFaiz Abbas1-41/+68
2020-03-09mmc: am654_sdhci: Update output tap delay writesFaiz Abbas1-9/+61
2020-03-09mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas4-12/+7
2020-03-09sdhci: Add sdhci_deferred_probe() APIFaiz Abbas1-0/+15