summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2020-10-16mmc: octeontx_hsmmc.c: Remove test debug messageStefan Roese
2020-10-15Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini
2020-10-14mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse
2020-10-14mmc: fsl_esdhc: add ADMA2 supportMichael Walle
2020-10-14mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED()Michael Walle
2020-10-12mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32Haibo Chen
2020-10-12mmc: do not check argument of free() beforehandHeinrich Schuchardt
2020-10-12mmc: sdhci: move the ADMA2 table handling into own moduleMichael Walle
2020-10-12mmc: fsl_esdhc: simplify esdhc_setup_data()Michael Walle
2020-10-12mmc: fsl_esdhc: use dma-mapping APIMichael Walle
2020-10-12mmc: fsl_esdhc: simplify 64bit check for SDMA transfersMichael Walle
2020-10-12mmc: fsl_esdhc_imx: remove the 1ms delay before sending commandHaibo Chen
2020-10-12mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switchHaibo Chen
2020-10-12mmc: fsl_esdhc: fix eMMC HS400 stability issueYangbo Lu
2020-10-12mmc: fsl_esdhc: fix mmc->clock with actual clockYangbo Lu
2020-10-12mmc: fsl_esdhc: support eMMC HS400 modeYangbo Lu
2020-10-12mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu
2020-10-12mmc: add a hs400_tuning flagYangbo Lu
2020-10-12mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during initYangbo Lu
2020-10-12mmc: fsl_esdhc: support tuning for eMMC HS200Yangbo Lu
2020-10-12mmc: fsl_esdhc: add a reinit() callbackYangbo Lu
2020-10-12mmc: add a reinit() APIYangbo Lu
2020-10-05Merge branch 'next'Tom Rini
2020-10-05Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2020-09-30mmc: mtk-sd: Fix not calling dev_err with a deviceSean Anderson
2020-09-30mmc: bcm2835-host: Fix not calling dev_dbg with a deviceSean Anderson
2020-09-25mmc: atmel-sdhci: use mmc_of_parse to get the DT propertiesEugen Hristev
2020-09-25mmc: atmel-sdhci: enable the required generic clockEugen Hristev
2020-09-25mmc: atmel-sdhci: do not check clk_set_rate return valueEugen Hristev
2020-09-25mmc: atmel-sdhci: add sama7g5-sdhci compatibility stringEugen Hristev
2020-09-23mmc: zynq: Fix incorrect indentationMichal Simek
2020-09-23mmc: pic32: Refresh PIC32 MMC driverJohn Robertson
2020-09-17mmc: fsl_esdhc_imx: check the clock stable status after config the clock rate.Haibo Chen
2020-09-15mmc: xenon_sdhci: Add missing common host capabilitiesAndre Heider
2020-09-15mmc: msm_sdhci: Use mmc_of_parse for setting host_capsManivannan Sadhasivam
2020-08-31mmc: xenon: set signal voltage and max base clockEvan Wang
2020-08-25mmc: Add MMC controller driver for OcteonTX / TX2Suneel Garapati
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada
2020-08-20mmc: sdhci: Use upper/lower_32_bits macrosMichal Simek
2020-08-20mmc: sdhci: Enable high speed conditional on the corresponding bitFaiz Abbas
2020-08-20mmc: zynq: Fix default value for xlnx,mio-bankMichal Simek
2020-08-20xilinx: Fix xlnx,mio_bank propertyMichal Simek
2020-08-20xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek
2020-08-11mmc: am654_sdhci: Use MMC_MODES_END value instead of hardcoded valueFaiz Abbas
2020-08-04Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-08-03mmc: Drop duplicate dm.h inclusionSimon Glass
2020-08-02mmc: fsl_esdhc_imx: add CD support when OF_PLATDATA is enabledWalter Lozano
2020-08-02mmc: fsl_esdhc_imx: add OF_PLATDATA supportWalter Lozano
2020-08-02mmc: fsl_esdhc_imx: rename driver name to match ll_entryWalter Lozano
2020-07-29Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmTom Rini