summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * sunxi: mmc: A20: Fix MMC optimisationAndre Przywara2021-09-141-3/+7
| * mmc: fsl_esdhc: remove 1ms sleep in esdhc_send_cmd_common()Michael Walle2021-09-131-7/+0
| * mmc: fix device_remove when HS400_ES is enabledYe Li2021-09-101-3/+5
| * mmc: fix switch issue with send_status disabledYe Li2021-09-101-1/+1
| * mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju2021-09-102-2/+25
| * Revert "mmc: sdhci: set to INT_DATA_END when there are data"Yuezhang.Mo@sony.com2021-09-101-2/+1
* | Kconfig: Remove all default n/no optionsMichal Simek2021-08-311-5/+0
|/
* Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/27Aug2021Tom Rini2021-08-272-42/+212
|\
| * mmc: zynq_sdhci: Use set_control_reg from sdhci.cAshok Reddy Soma2021-08-261-20/+1
| * mmc: zynq_sdhci: Wait till sd card detect state is stableT Karthik Reddy2021-08-261-0/+19
| * mmc: zynq_sdhci: Move setting tapdelay code to driverAshok Reddy Soma2021-08-261-1/+107
| * mmc: zynq_sdhci: Add xilinx_pm_request() method to set tapdelaysAshok Reddy Soma2021-08-261-14/+59
| * mmc: sdhci: Change prototype of set_delay to return errorsAshok Reddy Soma2021-08-061-2/+8
| * mmc: zynq_sdhci: Return errors from arasan_sdhci_set_tapdelayAshok Reddy Soma2021-08-061-5/+18
* | mmc: rockchip_sdhci: Add support for RK3568Yifeng Zhao2021-08-111-0/+109