summaryrefslogtreecommitdiff
path: root/include/mmc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: disable UHS modes if Vcc cannot be switched on and offJean-Jacques Hiblot2018-01-121-0/+1
* mmc: Add support for UHS modesJean-Jacques Hiblot2018-01-121-1/+39
* mmc: add HS200 support in MMC coreKishon Vijay Abraham I2018-01-121-0/+18
* mmc: Add a execute_tuning() callback to the mmc operations.Kishon Vijay Abraham I2018-01-121-0/+11
* mmc: add a new mmc parameter to disable mmc clockKishon Vijay Abraham I2018-01-121-1/+11
* mmc: Add a new callback function to perform the 74 clocks cycle sequenceJean-Jacques Hiblot2018-01-121-0/+10
* mmc: Enable signal voltage to be selected from mmc coreKishon Vijay Abraham I2018-01-121-0/+8
* mmc: make mmc_set_ios() return statusKishon Vijay Abraham I2018-01-121-1/+1
* mmc: refactor MMC startup to make it easier to support new modesJean-Jacques Hiblot2018-01-121-0/+11
* mmc: refactor SD startup to make it easier to support new modesJean-Jacques Hiblot2018-01-121-0/+1
* mmc: Add a function to dump the mmc capabilitiesJean-Jacques Hiblot2018-01-121-0/+1
* mmc: introduce mmc modesJean-Jacques Hiblot2018-01-121-6/+29
* mmc: make ext_csd part of struct mmcJean-Jacques Hiblot2018-01-121-0/+1
* mmc: dm: get the IO-line and main voltage regulators from the dtsJean-Jacques Hiblot2018-01-121-0/+4
* cmd: mmc: add mmc partconf read capabilityAngelo Dureghello2017-08-171-0/+4
* dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass2017-08-171-3/+3
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-08-011-12/+0
|\
| * x86: Convert MMC to driver modelSimon Glass2017-08-011-12/+0
* | dm: mmc: Allow disabling driver model in SPLSimon Glass2017-08-011-6/+6
|/
* Revert "x86: Convert MMC to driver model"Bin Meng2017-06-271-0/+12
* mmc: Change 'part_config' to be a u8 not char.Tom Rini2017-05-291-1/+1
* x86: Convert MMC to driver modelSimon Glass2017-05-171-12/+0
* mmc: change the set_ios return type from void to intJaehoon Chung2017-01-111-1/+1
* mmc: Tinification of the mmc codeMarek Vasut2016-12-011-0/+1
* mmc: add bkops-enable commandTomas Melin2016-12-011-0/+6
* mmc: sd: extracting erase related information from sd statusPeng Fan2016-09-201-0/+9
* mmc: use the generic error numberJaehoon Chung2016-08-051-6/+0
* mmc-uclass: correct the device numberKever Yang2016-07-311-0/+6
* dm: mmc: Add a way to use driver model for MMC operationsSimon Glass2016-07-111-1/+65
* mmc: add MMC_VERSION_5_1Stefan Wahren2016-06-201-0/+1