summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)Author
2021-09-10mmc: merge upstream __mmc_switch fixesOleksii Bidnichenko
2020-06-24mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is readyHaibo Chen
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-04-22mmc: Add option to adjust b_max before long readMarek Vasut
2020-04-22cmd: mmc: provide boot area protection commandHeinrich Schuchardt
2020-04-22mmc: export mmc_send_ext_csd()Heinrich Schuchardt
2020-03-09mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas
2020-03-09mmc: Add a deferred_probe() APIFaiz Abbas
2020-02-17mmc: remove unneeded forward declarationsMasahiro Yamada
2020-02-17mmc: check the return value of mmc_select_mode_and_width()Masahiro Yamada
2020-02-17mmc: fix the build error when MMC_WRITE is disabledJaehoon Chung
2020-01-16mmc: add additional quirk for APP_CMD retryJoel Johnson
2019-10-10mmc: add a driver callback for power-cycleYann Gautier
2019-10-10spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass
2019-09-05mmc: Rename timeout parameters for clarificationSam Protsenko
2019-09-05mmc: Fix timeout values passed to mmc_wait_dat0()Sam Protsenko
2019-07-31mmc: relocate code commentBaruch Siach
2019-07-15mmc: support hs400 enhanced strobe modePeng Fan
2019-07-15mmc: skip select_mode_and_width for MMC SPI hostAnup Patel
2019-07-15mmc: retry a few times if a partition switch failedJean-Jacques Hiblot
2019-07-15mmc: do not change mode when accessing a boot partitionJean-Jacques Hiblot
2019-07-15mmc: During a switch, poll on dat0 if available and check the final statusJean-Jacques Hiblot
2019-07-15mmc: When switching partition, use the timeout specified in the ext_csdJean-Jacques Hiblot
2019-07-15mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csdJean-Jacques Hiblot
2019-07-15mmc: if possible, poll the busy state using DAT0Jean-Jacques Hiblot
2019-07-15mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()Jean-Jacques Hiblot
2019-07-15Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque...Jean-Jacques Hiblot
2019-06-19mmc: Avoid HS400 mode when accessing boot partitionsMarek Vasut
2019-03-29mmc: correct the HS400 initialization processBOUGH CHEN
2019-03-25mmc: Align MMC_TRACE with tiny printfMarek Vasut
2019-02-16mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before bootMarek Vasut
2019-02-09mmc: Do not poll using CMD13 when changing timingMarek Vasut
2019-01-15mmc: Add support for downgrading HS200/HS400 to HS modeMarek Vasut
2019-01-09mmc: bring back partition init for non-DM MMC driversAndre Przywara
2018-12-04mmc: Do not issue CMD 6 on SD 1.00 and SD 1.01Marek Vasut
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng
2018-09-10mmc: add HS400 supportPeng Fan
2018-07-23mmc: break out get_op_cond code to its own functionJon Nettleton
2018-05-13mmc: Improve tinificationMarek Vasut
2018-05-11mmc: Changed the datatype of the variable to handle 64-bit archVipul Kumar
2018-05-08mmc: add the debug message in mmc_set_clockJaehoon Chung
2018-05-08mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.hJaehoon Chung
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-05-02mmc: fix return value check conditionPeng Fan
2018-04-23mmc: Staticize sd_select_bus_widthMarek Vasut
2018-02-23mmc: fix off-by-one bug in mmc_startup_v4()Alexander Kochetkov