summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1523-0/+24
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-0223-0/+24
* | mmc: mv_sdhci: parse device-tree entryBaruch Siach2021-02-081-0/+4
* | mmc: am654_sdhci: Use sdhci_set_control_reg()Faiz Abbas2021-02-041-16/+2
* | mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modesFaiz Abbas2021-02-042-2/+24
* | mmc: am654_sdhci: Add support for software tuningFaiz Abbas2021-02-041-0/+45
* | mmc: am654_sdhci: Add support for writing to clkbuf_selFaiz Abbas2021-02-041-0/+11
* | mmc: am654_sdhci: Add support for input tap delayFaiz Abbas2021-02-041-80/+161
* | mmc: am654_sdhci: Add support for AM65x SR2.0Faiz Abbas2021-02-041-0/+30
* | mmc: am654_sdhci: Add flag for PHY calibrationFaiz Abbas2021-02-041-12/+14
* | mmc: am654_sdhci: Convert flag fields to BIT macroFaiz Abbas2021-02-041-4/+4
* | mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post()Faiz Abbas2021-02-041-9/+1
* | mmc: sdhci: Add helper functions for UHS modesFaiz Abbas2021-02-041-0/+95
|/
* mmc: tmio: sdhi: Configure internal DMA bus widthMarek Vasut2021-01-313-0/+8
* mmc: pci_mmc: Set the removable flagSimon Glass2021-01-271-0/+8
* mmc: pci_mmc: Only generate ACPI code for the SD cardSimon Glass2021-01-271-1/+10
* arm: mvebu: Espressobin: Disable slot when emmc is not presentPali Rohár2021-01-271-0/+19
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-01-251-67/+29
|\
| * mmc: sunxi: Refactor mod clock register offsetAndre Przywara2021-01-251-61/+23
| * mmc: sunxi: Replace H6 ifdefs with H6 gen macroJernej Skrabec2021-01-251-6/+6
* | Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2021-01-251-12/+124
|\ \ | |/ |/|
| * mmc: mtk-sd: assign plat->cfg.f_max with a correct valueWeijie Gao2021-01-241-0/+2
| * mmc: mtk-sd: add pad control settings for MediaTek MT7620/MT76x8 SoCsWeijie Gao2021-01-241-3/+118
| * mmc: mtk-sd: fix sclk cycles shift valueWeijie Gao2021-01-241-9/+4
* | Merge tag 'u-boot-imx-20210125' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-01-251-0/+2
|\ \ | |/ |/|
| * mmc: fsl_esdhc_imx.c: fix compiler warningHeiko Schocher2021-01-231-0/+2
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.gitTom Rini2021-01-221-56/+0
|\ \ | |/ |/|
| * mmc: exynos_dw_mmc: remove unused functionJaehoon Chung2021-01-131-56/+0
* | mmc: xenon_sdhci: Remove duplicated macrosMichal Simek2021-01-201-12/+0
* | mmc: fsl_esdhc_spl: remove superfluous free()Heinrich Schuchardt2021-01-181-3/+0
* | mmc: Only retrieve cd pin when GPIO is enabledHarm Berntsen2021-01-181-2/+4
* | mmc: dwmmc: socfpga: Add ATF support for MMC driverChee Hong Ang2021-01-151-0/+14
* | mmc: dwmmc: Change designware MMC 'clksel' callback function to return statusSiew Chin Lim2021-01-155-6/+19
* | mmc: stm32_sdmmc2: migrate trace to dev and log macroPatrick Delaunay2021-01-131-40/+44
|/
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-056-25/+35
|\
| * dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-053-4/+4
| * dm: core: Access device ofnode through functionsSimon Glass2021-01-051-10/+13
| * dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-1/+1
| * dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass2021-01-051-1/+1
| * dm: Use access methods for dev/uclass private dataSimon Glass2021-01-053-9/+16
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-054-11/+43
|\ \ | |/ |/|
| * Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/cus...Tom Rini2020-12-111-1/+2
| |\
| | * mmc: atmel-sdhci: fix the clk_enable call in case of no opsEugen Hristev2020-11-261-1/+2
| * | Merge tag 'u-boot-stm32-20201209' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-12-092-2/+2
| |\ \
| | * | treewide: Update email address Patrick Delaunay and Patrice ChotardPatrice Chotard2020-12-092-2/+2
| * | | mmc: fsl_esdhc_imx: optimize the timing settingHaibo Chen2020-12-061-8/+24
| * | | mmc: fsl_esdhc_imx: add wait_dat0() supportHaibo Chen2020-12-061-0/+15
| |/ /
* | | spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait2020-12-221-1/+0
* | | octeon: Don't attempt to set the sequence numberSimon Glass2020-12-181-2/+0
* | | dm: Avoid accessing seq directlySimon Glass2020-12-181-2/+2