summaryrefslogtreecommitdiffstats
path: root/include/mmc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before bootMarek Vasut2019-02-161-0/+6
* env: fix allow to build multiple environmentsRajesh Bhagat2019-01-171-0/+3
* mmc: rpmb: add mmc_rpmb_route_frames()Jens Wiklander2018-10-071-0/+19
* mmc: add HS400 supportPeng Fan2018-09-101-0/+11
* mmc: break out get_op_cond code to its own functionJon Nettleton2018-07-231-0/+10
* mmc: drop mention of IN_PROGRESS statusBaruch Siach2018-07-231-1/+1
* mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.hJaehoon Chung2018-05-081-0/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* mmc: fix bug in mmc_startup_v4()Jean-Jacques Hiblot2018-02-191-0/+1
* mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot2018-01-121-0/+2
* mmc: don't read the size of eMMC enhanced user data area in SPLJean-Jacques Hiblot2018-01-121-0/+2
* mmc: compile out erase and write mmc commands if write operations are not ena...Jean-Jacques Hiblot2018-01-121-0/+2
* mmc: read ssr only if MMC write support is enabledJean-Jacques Hiblot2018-01-121-0/+2
* mmc: make UHS and HS200 optionalJean-Jacques Hiblot2018-01-121-4/+23
* dm: mmc: update mmc_of_parse()Jean-Jacques Hiblot2018-01-121-1/+10
* dm: mmc: Add a library function to parse generic dt bindingKishon Vijay Abraham I2018-01-121-0/+1
* mmc: add a library function to send tuning commandJean-Jacques Hiblot2018-01-121-0/+1
* mmc: use the right voltage level for MMC DDR and HS200 modesJean-Jacques Hiblot2018-01-121-3/+17
* mmc: Retry some MMC cmds on failureKishon Vijay Abraham I2018-01-121-0/+4
* mmc: Change mode when switching to a boot partitionJean-Jacques Hiblot2018-01-121-1/+6