summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2023-07-24atmel_sdhci: Force card-detect if MMC_CAP_NONREMOVABLE.Zixun LI1-2/+37
2023-07-21mmc: zynq_sdhci: Dll reset only for ZynqMP platformAshok Reddy Soma1-2/+5
2023-07-18mmc: Set clock when reverting to safe bus modeValentine Barshak1-0/+1
2023-07-18mmc: renesas-sdhi: Send stop when MMC tuning command failsHai Pham1-0/+11
2023-07-18mmc: Introduce mmc_send_stop_transmission()Hai Pham1-13/+21
2023-07-18mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add commentMarek Vasut1-1/+10
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass1-1/+1
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-5/+5
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini8-10/+20
2023-06-12mmc: zynq: Sync with upstream DT bindingMichal Simek1-5/+5
2023-06-01mmc: fix improper use of memsetSam Edwards1-1/+1
2023-05-18mmc: rockchip_sdhci: Disable DMA mode using a device tree propertyJonas Karlman1-0/+8
2023-05-18mmc: rockchip_sdhci: Skip blocks read workaround on RK3399Jonas Karlman1-1/+3
2023-05-16Revert "mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B"Henrik Grimler1-1/+1
2023-05-06drivers: use devfdt_get_addr_index_ptr when cast to pointerJohan Jonker1-1/+1
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker5-7/+7
2023-05-03mmc: hi6220_dw_mmc: add compatible for HC2910 supportYang Xiwen1-0/+2
2023-04-21mmc: rockchip_sdhci: Limit number of blocks read in a single commandJonas Karlman1-0/+8
2023-04-21mmc: sdhci: Allow disabling of SDMA in SPLPeter Geis2-4/+12
2023-04-21mmc: rockchip_sdhci: Add support for RK3588Jonas Karlman1-4/+53
2023-04-21mmc: rockchip_sdhci: Fix HS400 and HS400ES mode on RK3568Jonas Karlman1-3/+3
2023-04-21mmc: rockchip_sdhci: Rearrange and simplify used regs and flagsJonas Karlman1-27/+13
2023-04-21mmc: rockchip_sdhci: Remove empty get_phy and set_enhanced_strobe opsJonas Karlman1-13/+1
2023-04-21mmc: rockchip_sdhci: Update speed mode controls in set_ios_postJonas Karlman1-26/+42
2023-04-21mmc: rockchip_sdhci: Refactor execute tuning error handlingJonas Karlman1-24/+11
2023-04-21mmc: rockchip_sdhci: Use set_clock and config_dll sdhci_opsJonas Karlman1-13/+15
2023-04-21mmc: rockchip_sdhci: Add set_clock and config_dll sdhci_opsJonas Karlman1-2/+27
2023-04-21mmc: rockchip_sdhci: Remove unneeded emmc_phy_initJonas Karlman1-26/+0
2023-04-21mmc: rockchip_sdhci: Fix use of device private dataJonas Karlman1-7/+9
2023-04-21mmc: sdhci: Set UHS Mode Select field for UHS SDR25 modeJonas Karlman1-0/+4
2023-04-21mmc: sdhci: Fix HISPD bit handling for MMC HS 52MHz modeJonas Karlman1-0/+1
2023-04-21rockchip: sdhci: rk3568: fix clock setting logicVasily Khoruzhick1-3/+3
2023-04-16mmc: tmio: Use IS_ENABLED() to check for CONFIG_ optionMarek Vasut1-1/+1
2023-04-10mmc: mv_sdhci: Depend on DM_MMCStefan Roese2-32/+8
2023-04-10mmc: mv_sdhci: Remove CONFIG_MMC_SDHCI_IO_ACCESSORS supportStefan Roese1-8/+0
2023-04-10mmc: mv_sdhci: Simplify call to sdhci_mvebu_mbus_config()Stefan Roese1-8/+4
2023-04-10mmc: erase: Use TRIM erase when availableLoic Poulain1-11/+23
2023-04-10mmc: Check support for TRIM operationsLoic Poulain1-0/+3
2023-04-08Merge branch 'master_regulator/fixes' of https://source.denx.de/u-boot/custod...Tom Rini1-1/+1
2023-04-08mmc: npcm_sdhci: Fix use of CONFIG_IS_ENABLED on DM_REGULATORMarek Vasut1-1/+1
2023-04-07mmc: renesas-sdhi: Add R-Car Gen4 supportHai Pham2-1/+2
2023-04-07mmc: tmio: Replace ifdeffery with IS_ENABLED/CONFIG_IS_ENABLED macrosMarek Vasut2-32/+29
2023-04-07mmc: tmio: Check 'addr' width before checking for 64bit limitationMarek Vasut1-1/+1
2023-03-27Merge branch 'master' into nextTom Rini3-26/+44
2023-03-25Merge branch 'rpi-2023.04' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini1-21/+32
2023-03-24mmc: bcm2835-host: let firmware manage the clock divisorVincent Fazio1-21/+32
2023-03-19rockchip: sdhci: rk3568: bypass DLL when clk <= 52 MHzVasily Khoruzhick1-4/+11
2023-03-19mmc: rockchip_dw_mmc: Fix get_mmc_clk return valueJonas Karlman1-1/+1
2023-03-16Merge tag 'xilinx-for-v2023.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-2/+3
2023-03-14Merge tag 'v2023.04-rc4' into nextTom Rini2-7/+31