summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-5/+5
2020-07-14mmc: read ssr for SD spiPragnesh Patel1-0/+5
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini1-1/+8
2020-06-30mmc: add missing space before comment delimiterMarcel Ziswiler1-1/+1
2020-06-24mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is readyHaibo Chen1-1/+8
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-04-22mmc: Add option to adjust b_max before long readMarek Vasut1-2/+14
2020-04-22cmd: mmc: provide boot area protection commandHeinrich Schuchardt1-0/+5
2020-04-22mmc: export mmc_send_ext_csd()Heinrich Schuchardt1-1/+1
2020-03-09mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas1-9/+7
2020-03-09mmc: Add a deferred_probe() APIFaiz Abbas1-1/+3
2020-02-17mmc: remove unneeded forward declarationsMasahiro Yamada1-4/+0
2020-02-17mmc: check the return value of mmc_select_mode_and_width()Masahiro Yamada1-1/+1
2020-02-17mmc: fix the build error when MMC_WRITE is disabledJaehoon Chung1-0/+2
2020-01-16mmc: add additional quirk for APP_CMD retryJoel Johnson1-1/+16
2019-10-10mmc: add a driver callback for power-cycleYann Gautier1-0/+15
2019-10-10spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla1-0/+24
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass1-1/+1
2019-09-05mmc: Rename timeout parameters for clarificationSam Protsenko1-12/+12
2019-09-05mmc: Fix timeout values passed to mmc_wait_dat0()Sam Protsenko1-2/+2
2019-07-31mmc: relocate code commentBaruch Siach1-1/+1
2019-07-15mmc: support hs400 enhanced strobe modePeng Fan1-1/+71
2019-07-15mmc: skip select_mode_and_width for MMC SPI hostAnup Patel1-0/+14
2019-07-15mmc: retry a few times if a partition switch failedJean-Jacques Hiblot1-3/+7
2019-07-15mmc: do not change mode when accessing a boot partitionJean-Jacques Hiblot1-36/+0
2019-07-15mmc: During a switch, poll on dat0 if available and check the final statusJean-Jacques Hiblot1-13/+36
2019-07-15mmc: When switching partition, use the timeout specified in the ext_csdJean-Jacques Hiblot1-0/+10
2019-07-15mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csdJean-Jacques Hiblot1-1/+9
2019-07-15mmc: if possible, poll the busy state using DAT0Jean-Jacques Hiblot1-2/+4
2019-07-15mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()Jean-Jacques Hiblot1-15/+30
2019-07-15Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque...Jean-Jacques Hiblot1-5/+0
2019-06-19mmc: Avoid HS400 mode when accessing boot partitionsMarek Vasut1-2/+2
2019-03-29mmc: correct the HS400 initialization processBOUGH CHEN1-2/+1
2019-03-25mmc: Align MMC_TRACE with tiny printfMarek Vasut1-10/+10
2019-02-16mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before bootMarek Vasut1-0/+26
2019-02-09mmc: Do not poll using CMD13 when changing timingMarek Vasut1-8/+20
2019-01-15mmc: Add support for downgrading HS200/HS400 to HS modeMarek Vasut1-6/+33
2019-01-09mmc: bring back partition init for non-DM MMC driversAndre Przywara1-0/+4
2018-12-04mmc: Do not issue CMD 6 on SD 1.00 and SD 1.01Marek Vasut1-0/+4
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng1-3/+0
2018-09-11mmc: add HS400 supportPeng Fan1-27/+110
2018-07-23mmc: break out get_op_cond code to its own functionJon Nettleton1-26/+35
2018-05-13mmc: Improve tinificationMarek Vasut1-25/+37
2018-05-11mmc: Changed the datatype of the variable to handle 64-bit archVipul Kumar1-2/+2
2018-05-08mmc: add the debug message in mmc_set_clockJaehoon Chung1-0/+2
2018-05-08mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.hJaehoon Chung1-8/+10
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1