aboutsummaryrefslogtreecommitdiff
path: root/include/mmc.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-17cmd: mmc: add mmc partconf read capabilityAngelo Dureghello1-0/+4
2017-08-17dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass1-3/+3
2017-08-01Merge git://git.denx.de/u-boot-x86Tom Rini1-12/+0
2017-08-01x86: Convert MMC to driver modelSimon Glass1-12/+0
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass1-6/+6
2017-06-27Revert "x86: Convert MMC to driver model"Bin Meng1-0/+12
2017-05-29mmc: Change 'part_config' to be a u8 not char.Tom Rini1-1/+1
2017-05-17x86: Convert MMC to driver modelSimon Glass1-12/+0
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung1-1/+1
2016-12-01mmc: Tinification of the mmc codeMarek Vasut1-0/+1
2016-12-01mmc: add bkops-enable commandTomas Melin1-0/+6
2016-09-20mmc: sd: extracting erase related information from sd statusPeng Fan1-0/+9
2016-08-05mmc: use the generic error numberJaehoon Chung1-6/+0
2016-07-31mmc-uclass: correct the device numberKever Yang1-0/+6
2016-07-11dm: mmc: Add a way to use driver model for MMC operationsSimon Glass1-1/+65
2016-06-20mmc: add MMC_VERSION_5_1Stefan Wahren1-0/+1