aboutsummaryrefslogtreecommitdiff
path: root/include/mmc.h
AgeCommit message (Expand)AuthorFilesLines
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-17env: fix allow to build multiple environmentsRajesh Bhagat1-0/+3
2018-10-07mmc: rpmb: add mmc_rpmb_route_frames()Jens Wiklander1-0/+19
2018-09-10mmc: 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
2018-01-12mmc: add a library function to send tuning commandJean-Jacques Hiblot1-0/+1
2018-01-12mmc: use the right voltage level for MMC DDR and HS200 modesJean-Jacques Hiblot1-3/+17
2018-01-12mmc: Retry some MMC cmds on failureKishon Vijay Abraham I1-0/+4
2018-01-12mmc: Change mode when switching to a boot partitionJean-Jacques Hiblot1-1/+6
2018-01-12mmc: disable UHS modes if Vcc cannot be switched on and offJean-Jacques Hiblot1-0/+1
2018-01-12mmc: Add support for UHS modesJean-Jacques Hiblot1-1/+39
2018-01-12mmc: add HS200 support in MMC coreKishon Vijay Abraham I1-0/+18
2018-01-12mmc: Add a execute_tuning() callback to the mmc operations.Kishon Vijay Abraham I1-0/+11
2018-01-12mmc: add a new mmc parameter to disable mmc clockKishon Vijay Abraham I1-1/+11
2018-01-12mmc: Add a new callback function to perform the 74 clocks cycle sequenceJean-Jacques Hiblot1-0/+10
2018-01-12mmc: Enable signal voltage to be selected from mmc coreKishon Vijay Abraham I1-0/+8
2018-01-12mmc: make mmc_set_ios() return statusKishon Vijay Abraham I1-1/+1
2018-01-12mmc: refactor MMC startup to make it easier to support new modesJean-Jacques Hiblot1-0/+11
2018-01-12mmc: refactor SD startup to make it easier to support new modesJean-Jacques Hiblot1-0/+1
2018-01-12mmc: Add a function to dump the mmc capabilitiesJean-Jacques Hiblot1-0/+1
2018-01-12mmc: introduce mmc modesJean-Jacques Hiblot1-6/+29
2018-01-12mmc: make ext_csd part of struct mmcJean-Jacques Hiblot1-0/+1
2018-01-12mmc: dm: get the IO-line and main voltage regulators from the dtsJean-Jacques Hiblot1-0/+4