summaryrefslogtreecommitdiff
path: root/include/mmc.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-10mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju1-0/+2
2021-07-15mmc: mmc_get_op_cond: Allow quiet detection of eMMCPali Rohár1-1/+2
2021-06-22mmc: mmc-uclass: change to static about dm functionJaehoon Chung1-12/+0
2021-06-22mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmdJaehoon Chung1-0/+1
2021-02-19mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung1-0/+14
2021-02-19mmc: fix response timeout after switch commandStefan Bosch1-0/+1
2021-02-18mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne1-0/+6
2020-10-27mmc: Define timing macro'sAshok Reddy Soma1-0/+13
2020-10-12mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu1-1/+14
2020-10-12mmc: add a hs400_tuning flagYangbo Lu1-0/+1
2020-10-12mmc: add a reinit() APIYangbo Lu1-0/+10
2020-09-30mmc: Add mmc_dev()Sean Anderson1-0/+2
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-04-24dm: mmc: Update mmc_get_mmc_dev() to use const *Simon Glass1-1/+1
2020-04-22mmc: Add option to adjust b_max before long readMarek Vasut1-0/+16
2020-04-22cmd: mmc: provide boot area protection commandHeinrich Schuchardt1-0/+9
2020-04-22mmc: export mmc_send_ext_csd()Heinrich Schuchardt1-0/+11
2020-04-22mmc: EXT_CSD registers for write protectionHeinrich Schuchardt1-0/+3
2020-03-09mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas1-1/+0
2020-03-09mmc: Add a deferred_probe() APIFaiz Abbas1-0/+10
2020-03-09mmc: Add a saved_clock memberFaiz Abbas1-0/+1
2020-03-09mmc: make <mmc.h> self-containedMasahiro Yamada1-3/+5
2020-02-20mmc: add mmc_get_dma_dir() helperMasahiro Yamada1-0/+6
2020-01-16mmc: add additional quirk for APP_CMD retryJoel Johnson1-0/+1
2019-10-10mmc: add a driver callback for power-cycleYann Gautier1-0/+13
2019-10-10spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla1-0/+1
2019-09-05mmc: Rename timeout parameters for clarificationSam Protsenko1-6/+6
2019-07-15mmc: support hs400 enhanced strobe modePeng Fan1-0/+15
2019-07-15cmd: Remove mmc_spi commandAnup Patel1-1/+0
2019-07-15mmc: When switching partition, use the timeout specified in the ext_csdJean-Jacques Hiblot1-0/+5
2019-07-15mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csdJean-Jacques Hiblot1-0/+2
2019-07-15mmc: if possible, poll the busy state using DAT0Jean-Jacques Hiblot1-2/+0
2019-07-15Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque...Jean-Jacques Hiblot1-10/+0
2019-07-15mmc: Read sd card detect properties from DTT Karthik Reddy1-0/+4
2019-02-16mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before bootMarek Vasut1-0/+6
2019-01-18env: fix allow to build multiple environmentsRajesh Bhagat1-0/+3
2018-10-07mmc: rpmb: add mmc_rpmb_route_frames()Jens Wiklander1-0/+19
2018-09-11mmc: add HS400 supportPeng Fan1-0/+11
2018-07-23mmc: break out get_op_cond code to its own functionJon Nettleton1-0/+10
2018-07-23mmc: drop mention of IN_PROGRESS statusBaruch Siach1-1/+1
2018-05-08mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.hJaehoon Chung1-0/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-19mmc: fix bug in mmc_startup_v4()Jean-Jacques Hiblot1-0/+1
2018-01-12mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot1-0/+2
2018-01-12mmc: don't read the size of eMMC enhanced user data area in SPLJean-Jacques Hiblot1-0/+2
2018-01-12mmc: compile out erase and write mmc commands if write operations are not ena...Jean-Jacques Hiblot1-0/+2
2018-01-12mmc: read ssr only if MMC write support is enabledJean-Jacques Hiblot1-0/+2
2018-01-12mmc: make UHS and HS200 optionalJean-Jacques Hiblot1-4/+23
2018-01-12dm: mmc: update mmc_of_parse()Jean-Jacques Hiblot1-1/+10
2018-01-12dm: mmc: Add a library function to parse generic dt bindingKishon Vijay Abraham I1-0/+1