aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2019-11-27mmc: tmio: sdhi: Adjust HS400 calibration offsetsMarek Vasut1-4/+4
2019-11-27mmc: tmio: sdhi: Adjust DT2FF settings for HS400 modeMarek Vasut1-3/+3
2019-11-27mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2Marek Vasut1-3/+6
2019-11-27mmc: tmio: sdhi: Track SMPCMP valu in private dataMarek Vasut2-8/+11
2019-11-27mmc: tmio: sdhi: Track current tap number in private dataMarek Vasut2-15/+17
2019-11-27mmc: fsl_esdhc: get clock directly from global dataYangbo Lu1-30/+4
2019-11-27mmc: sdhci: make sdhci_get_cd staticBaruch Siach1-1/+1
2019-11-23rockchip: dwmmc: add handling for u-boot, spl-fifo-modeHeiko Stuebner1-0/+5
2019-11-05mmc: fsl_esdhc_imx: Update compatible string for imx8mPeng Fan1-0/+3
2019-11-05mmc: fsl_esdhc_imx: drop redundant clock settingsPeng Fan1-5/+7
2019-11-05mmc: fsl_esdhc: clean up DM and non-DM codeYangbo Lu1-104/+100
2019-11-05mmc: fsl_esdhc: always check write protect stateYangbo Lu1-11/+4
2019-11-05mmc: fsl_esdhc: drop redundant code for non-removable featureYangbo Lu1-14/+4
2019-11-05mmc: fsl_esdhc: convert to use fsl_esdhc_get_cfg_common()Yangbo Lu1-35/+8
2019-11-05mmc: fsl_esdhc: clean up bus width configuration codeYangbo Lu1-48/+22
2019-11-05mmc: fsl_esdhc: fix voltage validationYangbo Lu1-26/+10
2019-11-05mmc: fsl_esdhc: drop controller initialization in fsl_esdhc_init()Yangbo Lu1-36/+0
2019-10-29mmc: fsl_esdhc: drop i.MX DDR support codeYangbo Lu1-6/+2
2019-10-29mmc: fsl_esdhc: remove redundant DM_MMC checkingYangbo Lu1-2/+0
2019-10-29mmc: fsl_esdhc: make BLK as hard requirement of DM_MMCYangbo Lu1-32/+1
2019-10-25mmc: mtk-sd: add a dts property cd-active-high for builtin-cd modeWeijie Gao1-1/+5
2019-10-25mmc: mtk-sd: add support for MediaTek MT7620/MT7628 SoCsWeijie Gao2-4/+21
2019-10-18mmc: meson-gx: add support for mmc-pwrseq-emmcNeil Armstrong1-0/+51
2019-10-14Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini6-2/+323
2019-10-11mmc: am654_sdhci: Drop a redundant power_domain_on in probeLokesh Vutla1-13/+0
2019-10-10mmc: stm32_sdmmc2: implement host_power_cycle callbackYann Gautier1-2/+11
2019-10-10mmc: add a driver callback for power-cycleYann Gautier2-0/+29
2019-10-10drivers: mmc: Add sdhci driver for Broadcom iProc platformArun Parameswaran3-0/+259
2019-10-10spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla1-0/+24
2019-10-09Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-2/+8
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-71/+374
2019-10-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2-1/+5
2019-10-08mmc: Replace printf with debug call for timeouts in the i.MX28 mxs driverLukasz Majewski1-2/+2
2019-10-08mmc: Convert mxsmmc eMMC driver for i.MX2{38} to DM/DTSLukasz Majewski1-70/+373
2019-10-08mmc: zynq_sdhci: Remove check for DM_MMC configSiva Durga Prasad Paladugu1-2/+2
2019-10-08mmc: sdhci: Move ZYNQ_HISPD_BROKEN to KconfigSiva Durga Prasad Paladugu1-0/+6
2019-10-08mmc: atmel_sdhci: Add sam9x60-sdhci compatibility stringSandeep Sheriker Mallikarjun1-0/+1
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass1-1/+1
2019-10-08sandbox: mmc: Fix up MMC emulator for valgrindSimon Glass1-0/+4
2019-09-12mmc: fsl_esdhc: Add emmc hs200 supportYinbo Zhu1-15/+19
2019-09-12mmc: Kconfig: Add FSL_ESDHC_USE_PERIPHERAL_CLK optionYinbo Zhu1-1/+9
2019-09-08Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini11-56/+166
2019-09-06Merge tag 'rpi-next-2019.10' of https://github.com/mbgg/u-bootTom Rini2-7/+17
2019-09-06mmc: bcm283x: Add support for bcm2711 device in bcm2835_sdhciMatthias Brugger1-2/+10
2019-09-06mmc: bcm2835-host: Fix wait_transfer_completeRaul Benet1-5/+7
2019-09-06mmc: sdhci: Add support for dt caps & caps maskT Karthik Reddy1-9/+14
2019-09-05dm: mmc_spi: Fix NULL pointer dereference in mmc_spi_bind()Bin Meng1-15/+20
2019-09-05mmc: dw_mmc: fix timeout calculate methodKever Yang1-2/+3
2019-09-05mmc: Add Aspeed SD controller driverEddie James3-0/+102
2019-09-05mmc: Rename timeout parameters for clarificationSam Protsenko5-26/+27