summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-31mmc: tmio: sdhi: Configure internal DMA bus widthMarek Vasut3-0/+8
2021-01-28mmc: pci_mmc: Set the removable flagSimon Glass1-0/+8
2021-01-28mmc: pci_mmc: Only generate ACPI code for the SD cardSimon Glass1-1/+10
2021-01-27arm: mvebu: Espressobin: Disable slot when emmc is not presentPali Rohár1-0/+19
2021-01-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-67/+29
2021-01-26mmc: sunxi: Refactor mod clock register offsetAndre Przywara1-61/+23
2021-01-26mmc: sunxi: Replace H6 ifdefs with H6 gen macroJernej Skrabec1-6/+6
2021-01-25Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini1-12/+124
2021-01-25Merge tag 'u-boot-imx-20210125' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+2
2021-01-24mmc: mtk-sd: assign plat->cfg.f_max with a correct valueWeijie Gao1-0/+2
2021-01-24mmc: mtk-sd: add pad control settings for MediaTek MT7620/MT76x8 SoCsWeijie Gao1-3/+118
2021-01-24mmc: mtk-sd: fix sclk cycles shift valueWeijie Gao1-9/+4
2021-01-23mmc: fsl_esdhc_imx.c: fix compiler warningHeiko Schocher1-0/+2
2021-01-23Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.gitTom Rini1-56/+0
2021-01-20mmc: xenon_sdhci: Remove duplicated macrosMichal Simek1-12/+0
2021-01-18mmc: fsl_esdhc_spl: remove superfluous free()Heinrich Schuchardt1-3/+0
2021-01-18mmc: Only retrieve cd pin when GPIO is enabledHarm Berntsen1-2/+4
2021-01-15mmc: dwmmc: socfpga: Add ATF support for MMC driverChee Hong Ang1-0/+14
2021-01-15mmc: dwmmc: Change designware MMC 'clksel' callback function to return statusSiew Chin Lim5-6/+19
2021-01-13mmc: stm32_sdmmc2: migrate trace to dev and log macroPatrick Delaunay1-40/+44
2021-01-13mmc: exynos_dw_mmc: remove unused functionJaehoon Chung1-56/+0
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini6-25/+35
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini4-11/+43
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass3-4/+4
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-10/+13
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+1