summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: correct the HS400 initialization processBOUGH CHEN2019-03-291-2/+1
* mmc: Align MMC_TRACE with tiny printfMarek Vasut2019-03-251-10/+10
* mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before bootMarek Vasut2019-02-161-0/+26
* mmc: Do not poll using CMD13 when changing timingMarek Vasut2019-02-091-8/+20
* mmc: Add support for downgrading HS200/HS400 to HS modeMarek Vasut2019-01-151-6/+33
* mmc: bring back partition init for non-DM MMC driversAndre Przywara2019-01-091-0/+4
* mmc: Do not issue CMD 6 on SD 1.00 and SD 1.01Marek Vasut2018-12-041-0/+4
* blk: Call part_init() in the post_probe() methodBin Meng2018-11-141-3/+0
* mmc: add HS400 supportPeng Fan2018-09-101-27/+110
* mmc: break out get_op_cond code to its own functionJon Nettleton2018-07-231-26/+35
* mmc: Improve tinificationMarek Vasut2018-05-131-25/+37
* mmc: Changed the datatype of the variable to handle 64-bit archVipul Kumar2018-05-111-2/+2
* mmc: add the debug message in mmc_set_clockJaehoon Chung2018-05-081-0/+2
* mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.hJaehoon Chung2018-05-081-8/+10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* mmc: fix return value check conditionPeng Fan2018-05-021-1/+1
* mmc: Staticize sd_select_bus_widthMarek Vasut2018-04-231-1/+1
* mmc: fix off-by-one bug in mmc_startup_v4()Alexander Kochetkov2018-02-231-1/+1
* mmc: Drop unnecessary case for mmc_probe()Faiz Abbas2018-02-231-6/+1
* mmc: synchronize the sequence with enum bus_mode in mmc.hJaehoon Chung2018-02-211-8/+3
* mmc: fix bug in mmc_startup_v4()Jean-Jacques Hiblot2018-02-191-0/+1
* mmc: Fix bug in sd_set_card_speed()Jean-Jacques Hiblot2018-02-191-1/+1
* mmc: use pr_* log functionsMasahiro Yamada2018-02-191-34/+34
* mmc: Poll for broken card detection caseJun Nie2018-01-241-0/+4
* mmc: fix to assign to correct clock value when clock is enablingJaehoon Chung2018-01-241-1/+1
* mmc: fix the wrong disabling clockJaehoon Chung2018-01-221-5/+7
* 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-2/+14
* mmc: read ssr only if MMC write support is enabledJean-Jacques Hiblot2018-01-121-11/+14
* mmc: reworked version lookup in mmc_startup_v4Jean-Jacques Hiblot2018-01-121-25/+17
* mmc: compile out more code if support for UHS and HS200 is not enabledJean-Jacques Hiblot2018-01-121-1/+11
* mmc: make optional the support for eMMC hardware partitioningJean-Jacques Hiblot2018-01-121-0/+2
* mmc: make UHS and HS200 optionalJean-Jacques Hiblot2018-01-121-1/+62
* mmc: convert most of printf() to pr_err() and pr_warn()Jean-Jacques Hiblot2018-01-121-22/+22
* mmc: don't use malloc_cache_aligned()Jean-Jacques Hiblot2018-01-121-9/+17
* mmc: fix for old MMCs (below version 4)Jean-Jacques Hiblot2018-01-121-0/+3
* mmc: all hosts support 1-bit bus width and legacy timingsJean-Jacques Hiblot2018-01-121-5/+10
* mmc: Fixed a problem with old sd or mmc that do not support High speedJean-Jacques Hiblot2018-01-121-2/+2
* mmc: dump card and host capabilities if debug is enabledJean-Jacques Hiblot2018-01-121-0/+9
* mmc: add a library function to send tuning commandJean-Jacques Hiblot2018-01-121-0/+68
* mmc: use the right voltage level for MMC DDR and HS200 modesJean-Jacques Hiblot2018-01-121-1/+67
* mmc: Retry some MMC cmds on failureKishon Vijay Abraham I2018-01-121-2/+39
* mmc: Change mode when switching to a boot partitionJean-Jacques Hiblot2018-01-121-17/+49
* mmc: disable UHS modes if Vcc cannot be switched on and offJean-Jacques Hiblot2018-01-121-3/+16
* mmc: Add support for UHS modesJean-Jacques Hiblot2018-01-121-8/+168
* mmc: add HS200 support in MMC coreKishon Vijay Abraham I2018-01-121-2/+20
* mmc: Add a execute_tuning() callback to the mmc operations.Kishon Vijay Abraham I2018-01-121-0/+5
* mmc: disable the mmc clock during power offKishon Vijay Abraham I2018-01-121-0/+1
* mmc: add a new mmc parameter to disable mmc clockKishon Vijay Abraham I2018-01-121-5/+6