summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-12mmc: fsl_esdhc: use dma-mapping APIMichael Walle1-35/+14
2020-10-12mmc: fsl_esdhc: simplify 64bit check for SDMA transfersMichael Walle1-23/+6
2020-10-12mmc: fsl_esdhc_imx: remove the 1ms delay before sending commandHaibo Chen1-7/+0
2020-10-12mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switchHaibo Chen1-1/+3
2020-10-12mmc: fsl_esdhc: fix eMMC HS400 stability issueYangbo Lu1-1/+4
2020-10-12mmc: fsl_esdhc: fix mmc->clock with actual clockYangbo Lu1-0/+3
2020-10-12mmc: fsl_esdhc: support eMMC HS400 modeYangbo Lu1-34/+86
2020-10-12mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu2-0/+19
2020-10-12mmc: add a hs400_tuning flagYangbo Lu1-0/+2
2020-10-12mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during initYangbo Lu1-0/+3
2020-10-12mmc: fsl_esdhc: support tuning for eMMC HS200Yangbo Lu1-3/+103
2020-10-12mmc: fsl_esdhc: add a reinit() callbackYangbo Lu1-0/+9
2020-10-12mmc: add a reinit() APIYangbo Lu2-2/+21
2020-10-05Merge branch 'next'Tom Rini4-32/+41
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini1-3/+10
2020-09-30mmc: mtk-sd: Fix not calling dev_err with a deviceSean Anderson1-11/+13
2020-09-30mmc: bcm2835-host: Fix not calling dev_dbg with a deviceSean Anderson1-17/+17
2020-09-25mmc: atmel-sdhci: use mmc_of_parse to get the DT propertiesEugen Hristev1-0/+4
2020-09-25mmc: atmel-sdhci: enable the required generic clockEugen Hristev1-0/+4
2020-09-25mmc: atmel-sdhci: do not check clk_set_rate return valueEugen Hristev1-3/+1
2020-09-25mmc: atmel-sdhci: add sama7g5-sdhci compatibility stringEugen Hristev1-0/+1
2020-09-23mmc: zynq: Fix incorrect indentationMichal Simek1-1/+1
2020-09-23mmc: pic32: Refresh PIC32 MMC driverJohn Robertson1-36/+50
2020-09-17mmc: fsl_esdhc_imx: check the clock stable status after config the clock rate.Haibo Chen1-1/+6
2020-09-15mmc: xenon_sdhci: Add missing common host capabilitiesAndre Heider1-14/+4
2020-09-15mmc: msm_sdhci: Use mmc_of_parse for setting host_capsManivannan Sadhasivam1-0/+4
2020-08-31mmc: xenon: set signal voltage and max base clockEvan Wang1-1/+78
2020-08-25mmc: Add MMC controller driver for OcteonTX / TX2Suneel Garapati4-0/+4114
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada2-2/+2
2020-08-20mmc: sdhci: Use upper/lower_32_bits macrosMichal Simek1-4/+4
2020-08-20mmc: sdhci: Enable high speed conditional on the corresponding bitFaiz Abbas1-1/+4
2020-08-20mmc: zynq: Fix default value for xlnx,mio-bankMichal Simek1-1/+1
2020-08-20xilinx: Fix xlnx,mio_bank propertyMichal Simek1-1/+1
2020-08-20xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek1-1/+0
2020-08-11mmc: am654_sdhci: Use MMC_MODES_END value instead of hardcoded valueFaiz Abbas1-1/+1
2020-08-04Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-15/+77
2020-08-04mmc: Drop duplicate dm.h inclusionSimon Glass1-1/+0
2020-08-02mmc: fsl_esdhc_imx: add CD support when OF_PLATDATA is enabledWalter Lozano1-1/+24
2020-08-02mmc: fsl_esdhc_imx: add OF_PLATDATA supportWalter Lozano1-14/+53
2020-08-02mmc: fsl_esdhc_imx: rename driver name to match ll_entryWalter Lozano1-1/+1
2020-07-30Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmTom Rini1-8/+2
2020-07-29mmc: add nexell driverStefan Bosch3-0/+246