aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2021-05-12Merge tag 'ti-v2021.07-rc3' of https://source.denx.de/u-boot/custodians/u-boo...WIP/12May2021Tom Rini1-0/+18
2021-05-12mmc: sdhci_am654: Add Support for TI's AM642 SoCDave Gerlach1-0/+18
2021-05-11DM: DM_MMC migration is now mandatory for non-SPLWIP/finish-DM_MMC-migrationTom Rini1-0/+2
2021-04-22mmc: octeontx_hsmmc: Add support for MIPS OcteonStefan Roese2-56/+149
2021-04-10arm: Remove s32v234evb boardTom Rini1-1/+1
2021-04-09Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-17/+33
2021-04-08mmc: fsl_esdhc_imx: add extra delay for IO voltage switch if necessaryHaibo Chen1-0/+12
2021-04-08mmc: fsl_esdhc_imx: remove redundant cmd11 related code.Haibo Chen1-9/+0
2021-04-08mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock outputHaibo Chen1-8/+21
2021-04-08mmc: mvebu: convert to driver modelHarm Berntsen2-126/+190
2021-04-06mmc: mmc-uclass: Use dev_seq() to read aliases node's indexAswath Govindraju1-7/+5
2021-04-06mmc: Check for device with a seq number equal to num before checking against ...Aswath Govindraju1-3/+5
2021-04-06mmc: fsl_esdhc: add pulse width detection workaroundMichael Walle2-1/+8
2021-04-06mmc: fsl_esdhc: add workaround for erratum A-011334Michael Walle2-1/+27
2021-03-29Merge tag 'v2021.04-rc5' into nextWIP/29Mar2021-nextTom Rini1-1/+2
2021-03-27mmc: pci_mmc: Set up the card detectSimon Glass1-1/+5
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass1-2/+1
2021-03-22mmc: pci: Fix Kconfig dependencyBin Meng1-0/+1
2021-03-17mmc: mtk-sd: don't ignore max-frequency from device treeDaniel Golle1-1/+2
2021-03-03Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+7
2021-03-02drivers: mmc: iproc_sdhci: enable HS200 modeBharat Gooty1-9/+83
2021-03-01mmc: fsl_esdhc_imx: fix the DTOCV to 0xEHaibo Chen1-0/+6
2021-03-01mmc: fsl_esdhc_imx: Add a compatible for i.MX51Fabio Estevam1-0/+1
2021-02-26mmc: sandbox: Add support for writingSean Anderson1-6/+37
2021-02-23Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/23Feb2021Tom Rini1-1/+1
2021-02-23clk: zynq: Add dummy clock enable functionMichal Simek1-1/+1
2021-02-19mmc: rockchip_dw_mmc: use mmc_pwrseq instead of rockchip_mmc_pwrseqJaehoon Chung1-39/+3
2021-02-19mmc: meson_gx_mmc: use mmc_pwrseq instead of meson_mmc_pwrseqJaehoon Chung1-42/+3
2021-02-19mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung3-0/+59
2021-02-19mmc: mmc_spi: Document the 3 local functionsBin Meng1-1/+35
2021-02-19mmc: mmc_spi: Fix potential spec violation in receiving card responseBin Meng1-15/+17
2021-02-19mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd()Bin Meng1-3/+3
2021-02-19mmc: mmc_spi: Print verbose debug output when crc16 check failsBin Meng1-2/+4
2021-02-19mmc: fix response timeout after switch commandStefan Bosch1-1/+2
2021-02-19mmc: sdhci: skip cache invalidation if DMA is not usedYuezhang.Mo@sony.com1-0/+2
2021-02-19mmc: initialize an err variableJaehoon Chung1-1/+1
2021-02-18mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne1-4/+6
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini23-0/+24
2021-02-08mmc: mv_sdhci: parse device-tree entryBaruch Siach1-0/+4
2021-02-04mmc: am654_sdhci: Use sdhci_set_control_reg()Faiz Abbas1-16/+2
2021-02-04mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modesFaiz Abbas2-2/+24
2021-02-04mmc: am654_sdhci: Add support for software tuningFaiz Abbas1-0/+45
2021-02-04mmc: am654_sdhci: Add support for writing to clkbuf_selFaiz Abbas1-0/+11
2021-02-04mmc: am654_sdhci: Add support for input tap delayFaiz Abbas1-80/+161
2021-02-04mmc: am654_sdhci: Add support for AM65x SR2.0Faiz Abbas1-0/+30
2021-02-04mmc: am654_sdhci: Add flag for PHY calibrationFaiz Abbas1-12/+14
2021-02-04mmc: am654_sdhci: Convert flag fields to BIT macroFaiz Abbas1-4/+4
2021-02-04mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post()Faiz Abbas1-9/+1
2021-02-04mmc: sdhci: Add helper functions for UHS modesFaiz Abbas1-0/+95
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass23-0/+24