aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini6-25/+35
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini4-11/+43
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass3-4/+4
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-10/+13
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+1
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass1-1/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass3-9/+16
2020-12-22spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait1-1/+0
2020-12-18octeon: Don't attempt to set the sequence numberSimon Glass1-2/+0
2020-12-18dm: Avoid accessing seq directlySimon Glass1-2/+2
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass3-16/+16
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass22-44/+44
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass46-131/+131
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass48-52/+52
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass48-91/+91
2020-12-11Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/cus...WIP/11Dec2020Tom Rini1-1/+2
2020-12-09Merge tag 'u-boot-stm32-20201209' of https://gitlab.denx.de/u-boot/custodians...WIP/09Dec2020Tom Rini2-2/+2
2020-12-09treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard2-2/+2
2020-12-06mmc: fsl_esdhc_imx: optimize the timing settingHaibo Chen1-8/+24
2020-12-06mmc: fsl_esdhc_imx: add wait_dat0() supportHaibo Chen1-0/+15
2020-11-28mmc: check a return value about regulator's always-onJaehoon Chung1-2/+2
2020-11-28mmc: display an error number to debugJaehoon Chung1-5/+5
2020-11-28mmc: fsl_esdhc: make sure delay chain locked for HS400Yangbo Lu1-3/+25
2020-11-28mmc: fsl_esdhc: set sysctl register for clock initializationYangbo Lu1-1/+1
2020-11-28mmc: Add some helper functions for retrying on errorSean Anderson1-83/+58
2020-11-26mmc: atmel-sdhci: fix the clk_enable call in case of no opsEugen Hristev1-1/+2
2020-11-12mmc: meson-gx: change clock phase value on SM1 SoCsNeil Armstrong2-4/+28
2020-11-12mmc: meson-gx: move arch header to local headerNeil Armstrong2-1/+90
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-5/+2
2020-10-29dm: Use driver_info index instead of pointerSimon Glass1-5/+2
2020-10-29mmc: zynq_sdhci: Extend UHS timings till hs200Ashok Reddy Soma1-1/+1
2020-10-27mmc: zynq_sdhci: Add clock phase delays for VersalAshok Reddy Soma1-4/+156
2020-10-27mmc: zynq_sdhci: Set tapdelays based on clk phase delaysAshok Reddy Soma1-5/+123
2020-10-27mmc: zynq_sdhci: Read clock phase delays from dtMichal Simek1-0/+85
2020-10-27mmc: zynq_sdhci: Move macro to the topMichal Simek1-2/+2
2020-10-27mmc: Define timing macro'sAshok Reddy Soma1-13/+11
2020-10-27Revert "mmc: zynq: parse dt when probing"Ashok Reddy Soma2-1/+7
2020-10-22mmc: mtk-sd: change some dev_err into dev_dbgFabien Parent1-3/+3
2020-10-22mmc: Fix comment typoNaoki Hayama1-1/+1
2020-10-21mmc: stm32_sdmmc2: Use mmc_of_parse() to read host capabilitiesAlexandru Gagniuc1-16/+2
2020-10-21mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed"Alexandru Gagniuc1-1/+1
2020-10-16mmc: octeontx_hsmmc.c: Remove test debug messageStefan Roese1-1/+0
2020-10-15Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini9-229/+482
2020-10-14mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse1-0/+9
2020-10-14mmc: fsl_esdhc: add ADMA2 supportMichael Walle2-5/+53
2020-10-14mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED()Michael Walle1-73/+65
2020-10-12mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32Haibo Chen1-32/+32
2020-10-12mmc: do not check argument of free() beforehandHeinrich Schuchardt1-2/+1
2020-10-12mmc: sdhci: move the ADMA2 table handling into own moduleMichael Walle4-55/+87
2020-10-12mmc: fsl_esdhc: simplify esdhc_setup_data()Michael Walle1-27/+42