summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* rockchip: sdhci: Fix RK3399 eMMC PHY power cyclingAlper Nebi Yasak2022-03-141-10/+66
* mmc: fsl_esdhc_imx: correct the actual card clockHaibo Chen2022-02-191-1/+2
* mmc: fsl_esdhc_imx: remove redundant ARCH_MXCHaibo Chen2022-02-191-12/+3
* mmc: fsl_esdhc_imx: Use esdhc_soc_data flags to set host capsAdam Ford2022-02-191-1/+22
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2022-02-091-3/+2
|\
| * mmc: fsl_esdhc_imx: fix watermark level in dmaMarcel Ziswiler2022-02-091-3/+2
* | mmc: fsl: Use brackets around if()Simon Glass2022-02-081-1/+1
|/
* mmc: sunxi: Use DM_GPIO flags to set pull-upSamuel Holland2022-01-301-6/+2
* doc: replace @return by Return:Heinrich Schuchardt2022-01-195-27/+27
* mmc: actions: add MMC driver for Actions OWL S700/S900Amit Singh Tomar2022-01-183-0/+416
* mmc: dwmmc: return a proper error code when busyJohn Keeping2022-01-121-1/+1
* mmc: fsl_esdhc_imx: set sysctl register for clock initializationSean Anderson2022-01-121-1/+1
* mmc: fsl_esdhc_imx: Replace more #ifdefs by ifSean Anderson2022-01-121-83/+69
* mmc: fsl_esdhc_imx: replace most #ifdefs by IS_ENABLED()Sean Anderson2022-01-121-106/+97
* mmc: fsl_esdhc_imx: simplify esdhc_setup_data()Sean Anderson2022-01-121-33/+48
* mmc: fsl_esdhc_imx: use dma-mapping APISean Anderson2022-01-121-35/+15
* mmc: fsl_esdhc_imx: simplify 64bit check for SDMA transfersSean Anderson2022-01-121-27/+6
* mmc: fsl_esdhc_imx: fix mmc->clock with actual clockSean Anderson2022-01-121-0/+1
* mmc: fsl_esdhc_imx: drop redundant code for non-removable featureSean Anderson2022-01-121-21/+13
* mmc: fsl_esdhc_imx: clean up bus width configuration codeSean Anderson2022-01-121-57/+26
* mmc: fsl_esdhc_imx: fix voltage validationSean Anderson2022-01-121-22/+13
* mmc: fsl_esdhc_imx: remove redundant DM_MMC checkingSean Anderson2022-01-121-2/+0
* mmc: fsl_esdhc_imx: make BLK as hard requirement of DM_MMCSean Anderson2022-01-121-32/+1
* mmc: stm32_sdmmc2: Add support for probing bus voltage level translatorMarek Vasut2021-11-301-1/+62
* Merge tag 'v2022.01-rc3' into nextTom Rini2021-11-291-0/+6
|\
| * Merge tag 'xilinx-for-v2022.01-rc3' of https://source.denx.de/u-boot/custodia...Tom Rini2021-11-161-0/+6
| |\
| | * mmc: zynq_sdhci: Add xilinx_pm_request weak functionT Karthik Reddy2021-10-211-0/+6
* | | mmc: Allow for children other than the block deviceSimon Glass2021-11-281-2/+2
* | | sandbox: mmc: Support a backing fileSimon Glass2021-11-281-9/+51
* | | mmc: mtk-sd: implement waiting for DAT0 line stateJulien Masson2021-11-171-0/+15
|/ /
* | mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCIUsama Arif2021-10-292-0/+15
* | mmc: Fix mmc_switch excessive timeoutKirill Kapranov2021-10-291-2/+2
* | drivers: mmc: Add wait_dat0 support for sdhci driverStephen Carlson2021-10-291-0/+20
* | drivers: mmc: Add wait_dat0 support for Freescale eSDHC driverStephen Carlson2021-10-291-0/+16
* | mmc: sunxi: conditionally include MMC2 initialization codeIcenowy Zheng2021-10-251-0/+2
* | Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...Tom Rini2021-10-201-4/+13
|\ \ | |/ |/|
| * mmc: sdhci-esdhc-imx: Add HS400 support for iMX7ULPOleksandr Suvorov2021-10-071-3/+7
| * mmc: fsl_esdhc_imx: initialize data for imx7ulpJorge Ramirez-Ortiz2021-10-071-1/+6
| * mmc: fsl_esdhc_imx: Fix clock disable issueYe Li2021-10-071-1/+1
* | mmc: rockchip_sdhci: enable strobe line for HS400Yifeng Zhao2021-10-151-0/+3
* | sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland2021-10-111-2/+1
|/
* arm: Remove aspenite boardTom Rini2021-10-011-24/+0
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-302-2/+2
* ti: keystone: Move away from CONFIG_SOC_KEYSTONETom Rini2021-09-271-2/+2
* clk: Rename clk_get_by_driver_info()Simon Glass2021-09-252-2/+2
* treewide: Try to avoid the preprocessor with OF_REALSimon Glass2021-09-253-26/+30
* mmc: nds32: ftsdc010: Convert to livetreeSimon Glass2021-09-251-15/+7
* treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-253-4/+4
* treewide: Simply conditions with the new OF_REALSimon Glass2021-09-252-5/+5
* Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-165-18/+39
|\