summaryrefslogtreecommitdiff
path: root/include/mmc.h
AgeCommit message (Expand)Author
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
2020-03-09mmc: Add a saved_clock memberFaiz Abbas
2020-03-09mmc: make <mmc.h> self-containedMasahiro Yamada
2020-02-20mmc: add mmc_get_dma_dir() helperMasahiro Yamada
2020-01-16mmc: add additional quirk for APP_CMD retryJoel Johnson
2019-10-10mmc: add a driver callback for power-cycleYann Gautier
2019-10-10spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla
2019-09-05mmc: Rename timeout parameters for clarificationSam Protsenko
2019-07-15mmc: support hs400 enhanced strobe modePeng Fan
2019-07-15cmd: Remove mmc_spi commandAnup Patel
2019-07-15mmc: When switching partition, use the timeout specified in the ext_csdJean-Jacques Hiblot
2019-07-15mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csdJean-Jacques Hiblot
2019-07-15mmc: if possible, poll the busy state using DAT0Jean-Jacques Hiblot
2019-07-15Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque...Jean-Jacques Hiblot
2019-07-15mmc: Read sd card detect properties from DTT Karthik Reddy
2019-02-16mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before bootMarek Vasut
2019-01-17env: fix allow to build multiple environmentsRajesh Bhagat
2018-10-07mmc: rpmb: add mmc_rpmb_route_frames()Jens Wiklander
2018-09-10mmc: add HS400 supportPeng Fan
2018-07-23mmc: break out get_op_cond code to its own functionJon Nettleton
2018-07-23mmc: drop mention of IN_PROGRESS statusBaruch Siach
2018-05-08mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.hJaehoon Chung
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-19mmc: fix bug in mmc_startup_v4()Jean-Jacques Hiblot
2018-01-12mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot
2018-01-12mmc: don't read the size of eMMC enhanced user data area in SPLJean-Jacques Hiblot