summaryrefslogtreecommitdiff
path: root/include/mmc.h
AgeCommit message (Expand)Author
2025-06-20env: Rename SYS_MMC_ENV_PART to ENV_MMC_EMMC_HW_PARTITIONMarek Vasut
2025-06-02include/mmc.h: Audit include listTom Rini
2025-04-23mmc: Add a new callback function to perform the 74 clocks cycle sequenceJean-Jacques Hiblot
2025-04-11mmc: mmc_boot: Support Sandisk and Micron eMMC BOOT/RPMB hardware partition r...Luke Wang
2025-04-11mmc: Simplify poll CD logic in case cyclic framework is enabledMarek Vasut
2025-01-26mmc: Remove alignment hole for cmdidx in struct mmc_cmdJonas Karlman
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11include: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-09-21mmc: Poll CD in case cyclic framework is enabledMarek Vasut
2024-09-05Merge patch series "provide names for emmc hardware partitions"Tom Rini
2024-09-05mmc: allow use of hardware partition names for mmc partconfTim Harvey
2024-09-05mmc: use an enumerated type to represent PARTITION_CONFIG fieldsTim Harvey
2024-07-29include: Remove duplicate newlinesMarek Vasut
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07mmc: Migrate MMC_SUPPORTS_TUNING to KconfigTom Rini
2024-04-15mmc: Add generic tuning flagMarek Vasut
2024-04-15mmc: Convert hs400_tuning flag from u8 to boolMarek Vasut
2024-04-15mmc: Drop unused mmc_send_tuning() cmd_error parameterMarek Vasut
2024-04-15mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPLJonas Karlman
2023-07-18mmc: Introduce mmc_send_stop_transmission()Hai Pham
2023-04-10mmc: Check support for TRIM operationsLoic Poulain
2023-01-31cmd: mmc: Expand bkops handlingMarek Vasut
2022-11-10Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to KconfigTom Rini
2022-09-16blk: Switch over to using uclass IDsSimon Glass
2022-07-27drivers: mmc: write protect single boot areaYing-Chun Liu (PaulLiu)
2022-06-15mmc: Add support for wait_dat0 callbackLoic Poulain
2022-04-25bootstd: mmc: Add a bootdev driverSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-12mmc: unconditionally define mmc_deinit()Heinrich Schuchardt
2021-09-10mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju
2021-07-15mmc: mmc_get_op_cond: Allow quiet detection of eMMCPali Rohár
2021-06-22mmc: mmc-uclass: change to static about dm functionJaehoon Chung
2021-06-22mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmdJaehoon Chung
2021-02-19mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung
2021-02-19mmc: fix response timeout after switch commandStefan Bosch
2021-02-18mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne
2020-10-27mmc: Define timing macro'sAshok Reddy Soma
2020-10-12mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu
2020-10-12mmc: add a hs400_tuning flagYangbo Lu
2020-10-12mmc: add a reinit() APIYangbo Lu
2020-09-30mmc: Add mmc_dev()Sean Anderson
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-04-24dm: mmc: Update mmc_get_mmc_dev() to use const *Simon Glass
2020-04-22mmc: Add option to adjust b_max before long readMarek Vasut
2020-04-22cmd: mmc: provide boot area protection commandHeinrich Schuchardt
2020-04-22mmc: export mmc_send_ext_csd()Heinrich Schuchardt
2020-04-22mmc: EXT_CSD registers for write protectionHeinrich Schuchardt
2020-03-09mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas
2020-03-09mmc: Add a deferred_probe() APIFaiz Abbas