summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/cus...Tom Rini2020-12-111-1/+2
|\
| * mmc: atmel-sdhci: fix the clk_enable call in case of no opsEugen Hristev2020-11-261-1/+2
* | Merge tag 'u-boot-stm32-20201209' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-12-092-2/+2
|\ \
| * | treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard2020-12-092-2/+2
* | | mmc: fsl_esdhc_imx: optimize the timing settingHaibo Chen2020-12-061-8/+24
* | | mmc: fsl_esdhc_imx: add wait_dat0() supportHaibo Chen2020-12-061-0/+15
|/ /
* | mmc: check a return value about regulator's always-onJaehoon Chung2020-11-281-2/+2
* | mmc: display an error number to debugJaehoon Chung2020-11-281-5/+5
* | mmc: fsl_esdhc: make sure delay chain locked for HS400Yangbo Lu2020-11-281-3/+25
* | mmc: fsl_esdhc: set sysctl register for clock initializationYangbo Lu2020-11-281-1/+1
* | mmc: Add some helper functions for retrying on errorSean Anderson2020-11-281-83/+58
* | mmc: meson-gx: change clock phase value on SM1 SoCsNeil Armstrong2020-11-122-4/+28
* | mmc: meson-gx: move arch header to local headerNeil Armstrong2020-11-122-1/+90
|/
* Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-301-5/+2
|\
| * dm: Use driver_info index instead of pointerSimon Glass2020-10-291-5/+2
* | mmc: zynq_sdhci: Extend UHS timings till hs200Ashok Reddy Soma2020-10-291-1/+1
* | mmc: zynq_sdhci: Add clock phase delays for VersalAshok Reddy Soma2020-10-271-4/+156
* | mmc: zynq_sdhci: Set tapdelays based on clk phase delaysAshok Reddy Soma2020-10-271-5/+123
* | mmc: zynq_sdhci: Read clock phase delays from dtMichal Simek2020-10-271-0/+85
* | mmc: zynq_sdhci: Move macro to the topMichal Simek2020-10-271-2/+2
* | mmc: Define timing macro'sAshok Reddy Soma2020-10-271-13/+11
* | Revert "mmc: zynq: parse dt when probing"Ashok Reddy Soma2020-10-272-1/+7
|/
* mmc: mtk-sd: change some dev_err into dev_dbgFabien Parent2020-10-221-3/+3
* mmc: Fix comment typoNaoki Hayama2020-10-221-1/+1
* mmc: stm32_sdmmc2: Use mmc_of_parse() to read host capabilitiesAlexandru Gagniuc2020-10-211-16/+2
* mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed"Alexandru Gagniuc2020-10-211-1/+1
* mmc: octeontx_hsmmc.c: Remove test debug messageStefan Roese2020-10-161-1/+0
* Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini2020-10-159-229/+482
|\
| * mmc: fsl_esdhc: add ADMA2 supportMichael Walle2020-10-142-5/+53
| * mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED()Michael Walle2020-10-141-73/+65
| * mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32Haibo Chen2020-10-121-32/+32
| * mmc: do not check argument of free() beforehandHeinrich Schuchardt2020-10-121-2/+1
| * mmc: sdhci: move the ADMA2 table handling into own moduleMichael Walle2020-10-124-55/+87
| * mmc: fsl_esdhc: simplify esdhc_setup_data()Michael Walle2020-10-121-27/+42
| * mmc: fsl_esdhc: use dma-mapping APIMichael Walle2020-10-121-35/+14
| * mmc: fsl_esdhc: simplify 64bit check for SDMA transfersMichael Walle2020-10-121-23/+6
| * mmc: fsl_esdhc_imx: remove the 1ms delay before sending commandHaibo Chen2020-10-121-7/+0
| * mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switchHaibo Chen2020-10-121-1/+3
| * mmc: fsl_esdhc: fix eMMC HS400 stability issueYangbo Lu2020-10-121-1/+4
| * mmc: fsl_esdhc: fix mmc->clock with actual clockYangbo Lu2020-10-121-0/+3
| * mmc: fsl_esdhc: support eMMC HS400 modeYangbo Lu2020-10-121-34/+86
| * mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu2020-10-122-0/+19
| * mmc: add a hs400_tuning flagYangbo Lu2020-10-121-0/+2
| * mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during initYangbo Lu2020-10-121-0/+3
| * mmc: fsl_esdhc: support tuning for eMMC HS200Yangbo Lu2020-10-121-3/+103
| * mmc: fsl_esdhc: add a reinit() callbackYangbo Lu2020-10-121-0/+9
| * mmc: add a reinit() APIYangbo Lu2020-10-122-2/+21
* | mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse2020-10-141-0/+9
|/
* Merge branch 'next'Tom Rini2020-10-054-32/+41
|\
| * Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-10-051-3/+10
| |\