summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* mmc: Add option to adjust b_max before long readMarek Vasut2020-04-221-2/+14
* cmd: mmc: provide boot area protection commandHeinrich Schuchardt2020-04-221-0/+5
* mmc: export mmc_send_ext_csd()Heinrich Schuchardt2020-04-221-1/+1
* mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas2020-03-091-9/+7
* mmc: Add a deferred_probe() APIFaiz Abbas2020-03-091-1/+3
* mmc: remove unneeded forward declarationsMasahiro Yamada2020-02-171-4/+0
* mmc: check the return value of mmc_select_mode_and_width()Masahiro Yamada2020-02-171-1/+1
* mmc: fix the build error when MMC_WRITE is disabledJaehoon Chung2020-02-171-0/+2
* mmc: add additional quirk for APP_CMD retryJoel Johnson2020-01-161-1/+16
* mmc: add a driver callback for power-cycleYann Gautier2019-10-101-0/+15
* spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla2019-10-101-0/+24
* spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass2019-10-081-1/+1
* mmc: Rename timeout parameters for clarificationSam Protsenko2019-09-051-12/+12
* mmc: Fix timeout values passed to mmc_wait_dat0()Sam Protsenko2019-09-051-2/+2
* mmc: relocate code commentBaruch Siach2019-07-311-1/+1
* mmc: support hs400 enhanced strobe modePeng Fan2019-07-151-1/+71
* mmc: skip select_mode_and_width for MMC SPI hostAnup Patel2019-07-151-0/+14
* mmc: retry a few times if a partition switch failedJean-Jacques Hiblot2019-07-151-3/+7
* mmc: do not change mode when accessing a boot partitionJean-Jacques Hiblot2019-07-151-36/+0
* mmc: During a switch, poll on dat0 if available and check the final statusJean-Jacques Hiblot2019-07-151-13/+36
* mmc: When switching partition, use the timeout specified in the ext_csdJean-Jacques Hiblot2019-07-151-0/+10
* mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csdJean-Jacques Hiblot2019-07-151-1/+9
* mmc: if possible, poll the busy state using DAT0Jean-Jacques Hiblot2019-07-151-2/+4
* mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()Jean-Jacques Hiblot2019-07-151-15/+30
* Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque...Jean-Jacques Hiblot2019-07-151-5/+0
* mmc: Avoid HS400 mode when accessing boot partitionsMarek Vasut2019-06-191-2/+2
* 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