summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* dm: Use driver_info index instead of pointerSimon Glass2020-10-291-5/+2
* 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
| * 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...WIP/05Oct2020-nextTom Rini2020-10-051-3/+10
| |\
| | * mmc: atmel-sdhci: use mmc_of_parse to get the DT propertiesEugen Hristev2020-09-251-0/+4
| | * mmc: atmel-sdhci: enable the required generic clockEugen Hristev2020-09-251-0/+4
| | * mmc: atmel-sdhci: do not check clk_set_rate return valueEugen Hristev2020-09-251-3/+1
| | * mmc: atmel-sdhci: add sama7g5-sdhci compatibility stringEugen Hristev2020-09-251-0/+1
| * | mmc: mtk-sd: Fix not calling dev_err with a deviceSean Anderson2020-09-301-11/+13
| * | mmc: bcm2835-host: Fix not calling dev_dbg with a deviceSean Anderson2020-09-301-17/+17
| * | mmc: zynq: Fix incorrect indentationMichal Simek2020-09-231-1/+1
| |/
* | mmc: pic32: Refresh PIC32 MMC driverJohn Robertson2020-09-231-36/+50
|/
* mmc: fsl_esdhc_imx: check the clock stable status after config the clock rate.Haibo Chen2020-09-171-1/+6
* mmc: xenon_sdhci: Add missing common host capabilitiesAndre Heider2020-09-151-14/+4
* mmc: msm_sdhci: Use mmc_of_parse for setting host_capsManivannan Sadhasivam2020-09-151-0/+4
* mmc: xenon: set signal voltage and max base clockEvan Wang2020-08-311-1/+78
* mmc: Add MMC controller driver for OcteonTX / TX2Suneel Garapati2020-08-254-0/+4114
* treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada2020-08-222-2/+2
* mmc: sdhci: Use upper/lower_32_bits macrosMichal Simek2020-08-201-4/+4
* mmc: sdhci: Enable high speed conditional on the corresponding bitFaiz Abbas2020-08-201-1/+4
* mmc: zynq: Fix default value for xlnx,mio-bankMichal Simek2020-08-201-1/+1
* xilinx: Fix xlnx,mio_bank propertyMichal Simek2020-08-201-1/+1
* xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek2020-08-201-1/+0
* mmc: am654_sdhci: Use MMC_MODES_END value instead of hardcoded valueFaiz Abbas2020-08-111-1/+1
* Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...WIP/04Aug2020Tom Rini2020-08-041-15/+77
|\