summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2021-06-28mmc: sdhci_am654: Read ti,strobe-sel property from device treeAswath Govindraju
2021-04-14mmc: mmc-uclass: Use req_seq field in struct udevice to read aliases node's i...Aswath Govindraju
2021-04-14mmc: Check for device with a seq number equal to num before checking against ...Aswath Govindraju
2021-04-09mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed modeFaiz Abbas
2021-03-23mmc: sdhci_am654: Add Support for TI's AM642 SoCDave Gerlach
2021-03-16mmc: am654_sdhci: Use sdhci_set_control_reg()Faiz Abbas
2021-03-16mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modesFaiz Abbas
2021-03-16mmc: am654_sdhci: Add support for software tuningFaiz Abbas
2021-03-16mmc: am654_sdhci: Add support for writing to clkbuf_selFaiz Abbas
2021-03-16mmc: am654_sdhci: Add support for input tap delayFaiz Abbas
2021-03-16mmc: am654_sdhci: Add support for AM65x SR2.0Faiz Abbas
2021-03-16mmc: am654_sdhci: Add flag for PHY calibrationFaiz Abbas
2021-03-16mmc: am654_sdhci: Convert flag fields to BIT macroFaiz Abbas
2021-03-16mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post()Faiz Abbas
2021-03-16mmc: sdhci: Add helper functions for UHS modesFaiz Abbas
2020-12-11Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/cus...Tom Rini
2020-12-09Merge tag 'u-boot-stm32-20201209' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2020-12-09treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard
2020-12-06mmc: fsl_esdhc_imx: optimize the timing settingHaibo Chen
2020-12-06mmc: fsl_esdhc_imx: add wait_dat0() supportHaibo Chen
2020-11-28mmc: check a return value about regulator's always-onJaehoon Chung
2020-11-28mmc: display an error number to debugJaehoon Chung
2020-11-28mmc: fsl_esdhc: make sure delay chain locked for HS400Yangbo Lu
2020-11-28mmc: fsl_esdhc: set sysctl register for clock initializationYangbo Lu
2020-11-28mmc: Add some helper functions for retrying on errorSean Anderson
2020-11-26mmc: atmel-sdhci: fix the clk_enable call in case of no opsEugen Hristev
2020-11-12mmc: meson-gx: change clock phase value on SM1 SoCsNeil Armstrong
2020-11-12mmc: meson-gx: move arch header to local headerNeil Armstrong
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-10-29dm: Use driver_info index instead of pointerSimon Glass
2020-10-29mmc: zynq_sdhci: Extend UHS timings till hs200Ashok Reddy Soma
2020-10-27mmc: zynq_sdhci: Add clock phase delays for VersalAshok Reddy Soma
2020-10-27mmc: zynq_sdhci: Set tapdelays based on clk phase delaysAshok Reddy Soma
2020-10-27mmc: zynq_sdhci: Read clock phase delays from dtMichal Simek
2020-10-27mmc: zynq_sdhci: Move macro to the topMichal Simek
2020-10-27mmc: Define timing macro'sAshok Reddy Soma
2020-10-27Revert "mmc: zynq: parse dt when probing"Ashok Reddy Soma
2020-10-22mmc: mtk-sd: change some dev_err into dev_dbgFabien Parent
2020-10-22mmc: Fix comment typoNaoki Hayama
2020-10-21mmc: stm32_sdmmc2: Use mmc_of_parse() to read host capabilitiesAlexandru Gagniuc
2020-10-21mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed"Alexandru Gagniuc
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