aboutsummaryrefslogtreecommitdiffstats
path: root/include/mmc.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-1/+8
* mmc: Migrate MMC_SUPPORTS_TUNING to KconfigTom Rini2024-05-071-8/+1
* mmc: Add generic tuning flagMarek Vasut2024-04-151-0/+1
* mmc: Convert hs400_tuning flag from u8 to boolMarek Vasut2024-04-151-1/+1
* mmc: Drop unused mmc_send_tuning() cmd_error parameterMarek Vasut2024-04-151-1/+1
* mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPLJonas Karlman2024-04-151-2/+2
* mmc: Introduce mmc_send_stop_transmission()Hai Pham2023-07-181-0/+2
* mmc: Check support for TRIM operationsLoic Poulain2023-04-101-0/+4
* cmd: mmc: Expand bkops handlingMarek Vasut2023-01-311-3/+11
* Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to KconfigTom Rini2022-11-101-5/+0
* blk: Switch over to using uclass IDsSimon Glass2022-09-161-1/+1
* drivers: mmc: write protect single boot areaYing-Chun Liu (PaulLiu)2022-07-271-0/+16
* mmc: Add support for wait_dat0 callbackLoic Poulain2022-06-151-0/+1
* bootstd: mmc: Add a bootdev driverSimon Glass2022-04-251-1/+11
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-11/+11
* mmc: unconditionally define mmc_deinit()Heinrich Schuchardt2022-01-121-5/+0
* mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju2021-09-101-0/+2
* mmc: mmc_get_op_cond: Allow quiet detection of eMMCPali Rohár2021-07-151-1/+2
* mmc: mmc-uclass: change to static about dm functionJaehoon Chung2021-06-221-12/+0
* mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmdJaehoon Chung2021-06-221-0/+1
* mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung2021-02-191-0/+14
* mmc: fix response timeout after switch commandStefan Bosch2021-02-191-0/+1
* mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne2021-02-181-0/+6
* mmc: Define timing macro'sAshok Reddy Soma2020-10-271-0/+13
* mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu2020-10-121-1/+14
* mmc: add a hs400_tuning flagYangbo Lu2020-10-121-0/+1
* mmc: add a reinit() APIYangbo Lu2020-10-121-0/+10
* mmc: Add mmc_dev()Sean Anderson2020-09-301-0/+2
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* dm: mmc: Update mmc_get_mmc_dev() to use const *Simon Glass2020-04-241-1/+1
* mmc: Add option to adjust b_max before long readMarek Vasut2020-04-221-0/+16
* cmd: mmc: provide boot area protection commandHeinrich Schuchardt2020-04-221-0/+9
* mmc: export mmc_send_ext_csd()Heinrich Schuchardt2020-04-221-0/+11
* mmc: EXT_CSD registers for write protectionHeinrich Schuchardt2020-04-221-0/+3
* mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas2020-03-091-1/+0
* mmc: Add a deferred_probe() APIFaiz Abbas2020-03-091-0/+10
* mmc: Add a saved_clock memberFaiz Abbas2020-03-091-0/+1
* mmc: make <mmc.h> self-containedMasahiro Yamada2020-03-091-3/+5
* mmc: add mmc_get_dma_dir() helperMasahiro Yamada2020-02-201-0/+6
* mmc: add additional quirk for APP_CMD retryJoel Johnson2020-01-161-0/+1
* mmc: add a driver callback for power-cycleYann Gautier2019-10-101-0/+13
* spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla2019-10-101-0/+1
* mmc: Rename timeout parameters for clarificationSam Protsenko2019-09-051-6/+6
* mmc: support hs400 enhanced strobe modePeng Fan2019-07-151-0/+15
* cmd: Remove mmc_spi commandAnup Patel2019-07-151-1/+0
* mmc: When switching partition, use the timeout specified in the ext_csdJean-Jacques Hiblot2019-07-151-0/+5
* mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csdJean-Jacques Hiblot2019-07-151-0/+2
* mmc: if possible, poll the busy state using DAT0Jean-Jacques Hiblot2019-07-151-2/+0
* Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque...Jean-Jacques Hiblot2019-07-151-10/+0
* mmc: Read sd card detect properties from DTT Karthik Reddy2019-07-151-0/+4