aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2023-10-10blk: Use a macro for the typical block sizeBin Meng
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini
2023-08-14mmc: dw_mmc: Keep vqmmc-supply enable count in balanceJonas Karlman
2023-08-14mmc: Use regulator_set_enable_if_allowedJonas Karlman
2023-08-09bootstd: Rename bootdev_setup_sibling_blk()Simon Glass
2023-07-24atmel_sdhci: Force card-detect if MMC_CAP_NONREMOVABLE.Zixun LI
2023-07-21mmc: zynq_sdhci: Dll reset only for ZynqMP platformAshok Reddy Soma
2023-07-18mmc: Set clock when reverting to safe bus modeValentine Barshak
2023-07-18mmc: renesas-sdhi: Send stop when MMC tuning command failsHai Pham
2023-07-18mmc: Introduce mmc_send_stop_transmission()Hai Pham
2023-07-18mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add commentMarek Vasut
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini
2023-06-12mmc: zynq: Sync with upstream DT bindingMichal Simek
2023-05-31mmc: fix improper use of memsetSam Edwards
2023-05-18mmc: rockchip_sdhci: Disable DMA mode using a device tree propertyJonas Karlman
2023-05-18mmc: rockchip_sdhci: Skip blocks read workaround on RK3399Jonas Karlman
2023-05-15Revert "mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B"Henrik Grimler
2023-05-06drivers: use devfdt_get_addr_index_ptr when cast to pointerJohan Jonker
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker
2023-05-03mmc: hi6220_dw_mmc: add compatible for HC2910 supportYang Xiwen
2023-04-21mmc: rockchip_sdhci: Limit number of blocks read in a single commandJonas Karlman
2023-04-21mmc: sdhci: Allow disabling of SDMA in SPLPeter Geis
2023-04-21mmc: rockchip_sdhci: Add support for RK3588Jonas Karlman
2023-04-21mmc: rockchip_sdhci: Fix HS400 and HS400ES mode on RK3568Jonas Karlman
2023-04-21mmc: rockchip_sdhci: Rearrange and simplify used regs and flagsJonas Karlman
2023-04-21mmc: rockchip_sdhci: Remove empty get_phy and set_enhanced_strobe opsJonas Karlman
2023-04-21mmc: rockchip_sdhci: Update speed mode controls in set_ios_postJonas Karlman
2023-04-21mmc: rockchip_sdhci: Refactor execute tuning error handlingJonas Karlman
2023-04-21mmc: rockchip_sdhci: Use set_clock and config_dll sdhci_opsJonas Karlman
2023-04-21mmc: rockchip_sdhci: Add set_clock and config_dll sdhci_opsJonas Karlman
2023-04-21mmc: rockchip_sdhci: Remove unneeded emmc_phy_initJonas Karlman
2023-04-21mmc: rockchip_sdhci: Fix use of device private dataJonas Karlman
2023-04-21mmc: sdhci: Set UHS Mode Select field for UHS SDR25 modeJonas Karlman
2023-04-21mmc: sdhci: Fix HISPD bit handling for MMC HS 52MHz modeJonas Karlman
2023-04-21rockchip: sdhci: rk3568: fix clock setting logicVasily Khoruzhick
2023-04-16mmc: tmio: Use IS_ENABLED() to check for CONFIG_ optionMarek Vasut
2023-04-10mmc: mv_sdhci: Depend on DM_MMCStefan Roese
2023-04-10mmc: mv_sdhci: Remove CONFIG_MMC_SDHCI_IO_ACCESSORS supportStefan Roese
2023-04-10mmc: mv_sdhci: Simplify call to sdhci_mvebu_mbus_config()Stefan Roese
2023-04-10mmc: erase: Use TRIM erase when availableLoic Poulain
2023-04-10mmc: Check support for TRIM operationsLoic Poulain
2023-04-08Merge branch 'master_regulator/fixes' of https://source.denx.de/u-boot/custod...Tom Rini
2023-04-08mmc: npcm_sdhci: Fix use of CONFIG_IS_ENABLED on DM_REGULATORMarek Vasut
2023-04-07mmc: renesas-sdhi: Add R-Car Gen4 supportHai Pham
2023-04-07mmc: tmio: Replace ifdeffery with IS_ENABLED/CONFIG_IS_ENABLED macrosMarek Vasut
2023-04-07mmc: tmio: Check 'addr' width before checking for 64bit limitationMarek Vasut
2023-03-27Merge branch 'master' into nextTom Rini