summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2022-02-15starfive: Add JH7100 MMC driver supportWei Fu3-0/+176
2022-02-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini1-3/+2
2022-02-09mmc: fsl: Use brackets around if()Simon Glass1-1/+1
2022-02-09mmc: fsl_esdhc_imx: fix watermark level in dmaMarcel Ziswiler1-3/+2
2022-01-30mmc: sunxi: Use DM_GPIO flags to set pull-upSamuel Holland1-6/+2
2022-01-19doc: replace @return by Return:Heinrich Schuchardt5-27/+27
2022-01-18mmc: actions: add MMC driver for Actions OWL S700/S900Amit Singh Tomar3-0/+416
2022-01-12mmc: dwmmc: return a proper error code when busyJohn Keeping1-1/+1
2022-01-12mmc: fsl_esdhc_imx: set sysctl register for clock initializationSean Anderson1-1/+1
2022-01-12mmc: fsl_esdhc_imx: Replace more #ifdefs by ifSean Anderson1-83/+69
2022-01-12mmc: fsl_esdhc_imx: replace most #ifdefs by IS_ENABLED()Sean Anderson1-106/+97
2022-01-12mmc: fsl_esdhc_imx: simplify esdhc_setup_data()Sean Anderson1-33/+48
2022-01-12mmc: fsl_esdhc_imx: use dma-mapping APISean Anderson1-35/+15
2022-01-12mmc: fsl_esdhc_imx: simplify 64bit check for SDMA transfersSean Anderson1-27/+6
2022-01-12mmc: fsl_esdhc_imx: fix mmc->clock with actual clockSean Anderson1-0/+1
2022-01-12mmc: fsl_esdhc_imx: drop redundant code for non-removable featureSean Anderson1-21/+13
2022-01-12mmc: fsl_esdhc_imx: clean up bus width configuration codeSean Anderson1-57/+26
2022-01-12mmc: fsl_esdhc_imx: fix voltage validationSean Anderson1-22/+13
2022-01-12mmc: fsl_esdhc_imx: remove redundant DM_MMC checkingSean Anderson1-2/+0
2022-01-12mmc: fsl_esdhc_imx: make BLK as hard requirement of DM_MMCSean Anderson1-32/+1
2021-11-30mmc: stm32_sdmmc2: Add support for probing bus voltage level translatorMarek Vasut1-1/+62
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini1-0/+6
2021-11-29mmc: Allow for children other than the block deviceSimon Glass1-2/+2
2021-11-29sandbox: mmc: Support a backing fileSimon Glass1-9/+51
2021-11-18mmc: mtk-sd: implement waiting for DAT0 line stateJulien Masson1-0/+15
2021-11-16Merge tag 'xilinx-for-v2022.01-rc3' of https://source.denx.de/u-boot/custodia...Tom Rini1-0/+6
2021-10-29mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCIUsama Arif2-0/+15
2021-10-29mmc: Fix mmc_switch excessive timeoutKirill Kapranov1-2/+2
2021-10-29drivers: mmc: Add wait_dat0 support for sdhci driverStephen Carlson1-0/+20
2021-10-29drivers: mmc: Add wait_dat0 support for Freescale eSDHC driverStephen Carlson1-0/+16
2021-10-25mmc: sunxi: conditionally include MMC2 initialization codeIcenowy Zheng1-0/+2
2021-10-21mmc: zynq_sdhci: Add xilinx_pm_request weak functionT Karthik Reddy1-0/+6
2021-10-20Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-4/+13
2021-10-15mmc: rockchip_sdhci: enable strobe line for HS400Yifeng Zhao1-0/+3
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland1-2/+1
2021-10-07mmc: sdhci-esdhc-imx: Add HS400 support for iMX7ULPOleksandr Suvorov1-3/+7
2021-10-07mmc: fsl_esdhc_imx: initialize data for imx7ulpJorge Ramirez-Ortiz1-1/+6
2021-10-07mmc: fsl_esdhc_imx: Fix clock disable issueYe Li1-1/+1
2021-10-01arm: Remove aspenite boardTom Rini1-24/+0
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk2-2/+2
2021-09-28ti: keystone: Move away from CONFIG_SOC_KEYSTONETom Rini1-2/+2
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass2-2/+2
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass3-26/+30
2021-09-25mmc: nds32: ftsdc010: Convert to livetreeSimon Glass1-15/+7
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass3-4/+4
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass2-5/+5
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini5-18/+39
2021-09-14sunxi: mmc: A20: Fix MMC optimisationAndre Przywara1-3/+7
2021-09-13mmc: fsl_esdhc: remove 1ms sleep in esdhc_send_cmd_common()Michael Walle1-7/+0
2021-09-10mmc: fix device_remove when HS400_ES is enabledYe Li1-3/+5