summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-133-16/+16
* | | dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-1322-44/+44
* | | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-1346-131/+131
* | | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-1348-52/+52
* | | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1348-91/+91
|/ /
* | mmc: check a return value about regulator's always-onJaehoon Chung2020-11-281-2/+2
* | mmc: display an error number to debugJaehoon Chung2020-11-281-5/+5
* | mmc: fsl_esdhc: make sure delay chain locked for HS400Yangbo Lu2020-11-281-3/+25
* | mmc: fsl_esdhc: set sysctl register for clock initializationYangbo Lu2020-11-281-1/+1
* | mmc: Add some helper functions for retrying on errorSean Anderson2020-11-281-83/+58
* | mmc: meson-gx: change clock phase value on SM1 SoCsNeil Armstrong2020-11-122-4/+28
* | mmc: meson-gx: move arch header to local headerNeil Armstrong2020-11-122-1/+90
|/
* Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-301-5/+2
|\
| * dm: Use driver_info index instead of pointerSimon Glass2020-10-291-5/+2