summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
* | mmc: dwmmc: Change designware MMC 'clksel' callback function to return statusSiew Chin Lim2021-01-155-6/+19
* | mmc: stm32_sdmmc2: migrate trace to dev and log macroPatrick Delaunay2021-01-131-40/+44
|/
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini2021-01-056-25/+35
|\
| * dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-053-4/+4
| * dm: core: Access device ofnode through functionsSimon Glass2021-01-051-10/+13
| * dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-1/+1
| * dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass2021-01-051-1/+1
| * dm: Use access methods for dev/uclass private dataSimon Glass2021-01-053-9/+16
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-054-11/+43
|\ \ | |/ |/|
| * Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/cus...WIP/11Dec2020Tom 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...WIP/09Dec2020Tom 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
| |/ /
* | | spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait2020-12-221-1/+0
* | | octeon: Don't attempt to set the sequence numberSimon Glass2020-12-181-2/+0
* | | dm: Avoid accessing seq directlySimon Glass2020-12-181-2/+2
* | | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-133-16/+16
* | | dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-1322-44/+44
* | | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-1346-131/+131
* | | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-1348-52/+52
* | | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1348-91/+91
|/ /
* | 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...WIP/15Oct2020Tom 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