index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
mmc.c
Age
Commit message (
Expand
)
Author
2020-07-27
Move eSDHC adapter card identification to board files
Yangbo Lu
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-07-14
mmc: read ssr for SD spi
Pragnesh Patel
2020-06-30
Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...
Tom Rini
2020-06-30
mmc: add missing space before comment delimiter
Marcel Ziswiler
2020-06-24
mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is ready
Haibo Chen
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop part.h from common header
Simon Glass
2020-04-22
mmc: Add option to adjust b_max before long read
Marek Vasut
2020-04-22
cmd: mmc: provide boot area protection command
Heinrich Schuchardt
2020-04-22
mmc: export mmc_send_ext_csd()
Heinrich Schuchardt
2020-03-09
mmc: Merge SD_LEGACY and MMC_LEGACY bus modes
Faiz Abbas
2020-03-09
mmc: Add a deferred_probe() API
Faiz Abbas
2020-02-17
mmc: remove unneeded forward declarations
Masahiro Yamada
2020-02-17
mmc: check the return value of mmc_select_mode_and_width()
Masahiro Yamada
2020-02-17
mmc: fix the build error when MMC_WRITE is disabled
Jaehoon Chung
2020-01-16
mmc: add additional quirk for APP_CMD retry
Joel Johnson
2019-10-10
mmc: add a driver callback for power-cycle
Yann Gautier
2019-10-10
spl: dm_mmc: Initialize only the required mmc device
Lokesh Vutla
2019-10-08
spl: Allow tiny printf() to be controlled in SPL and TPL
Simon Glass
2019-09-05
mmc: Rename timeout parameters for clarification
Sam Protsenko
2019-09-05
mmc: Fix timeout values passed to mmc_wait_dat0()
Sam Protsenko
2019-07-31
mmc: relocate code comment
Baruch Siach
2019-07-15
mmc: support hs400 enhanced strobe mode
Peng Fan
2019-07-15
mmc: skip select_mode_and_width for MMC SPI host
Anup Patel
2019-07-15
mmc: retry a few times if a partition switch failed
Jean-Jacques Hiblot
2019-07-15
mmc: do not change mode when accessing a boot partition
Jean-Jacques Hiblot
2019-07-15
mmc: During a switch, poll on dat0 if available and check the final status
Jean-Jacques Hiblot
2019-07-15
mmc: When switching partition, use the timeout specified in the ext_csd
Jean-Jacques Hiblot
2019-07-15
mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd
Jean-Jacques Hiblot
2019-07-15
mmc: if possible, poll the busy state using DAT0
Jean-Jacques Hiblot
2019-07-15
mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()
Jean-Jacques Hiblot
2019-07-15
Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque...
Jean-Jacques Hiblot
2019-06-19
mmc: Avoid HS400 mode when accessing boot partitions
Marek Vasut
2019-03-29
mmc: correct the HS400 initialization process
BOUGH CHEN
2019-03-25
mmc: Align MMC_TRACE with tiny printf
Marek Vasut
2019-02-16
mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot
Marek Vasut
2019-02-09
mmc: Do not poll using CMD13 when changing timing
Marek Vasut
2019-01-15
mmc: Add support for downgrading HS200/HS400 to HS mode
Marek Vasut
2019-01-09
mmc: bring back partition init for non-DM MMC drivers
Andre Przywara
2018-12-04
mmc: Do not issue CMD 6 on SD 1.00 and SD 1.01
Marek Vasut
2018-11-14
blk: Call part_init() in the post_probe() method
Bin Meng
2018-09-10
mmc: add HS400 support
Peng Fan
2018-07-23
mmc: break out get_op_cond code to its own function
Jon Nettleton
2018-05-13
mmc: Improve tinification
Marek Vasut
2018-05-11
mmc: Changed the datatype of the variable to handle 64-bit arch
Vipul Kumar
2018-05-08
mmc: add the debug message in mmc_set_clock
Jaehoon Chung
2018-05-08
mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h
Jaehoon Chung
[next]