index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
mmc.c
Age
Commit message (
Expand
)
Author
2021-09-30
WS cleanup: remove SPACE(s) followed by TAB
Wolfgang Denk
2021-09-10
mmc: fix device_remove when HS400_ES is enabled
Ye Li
2021-09-10
mmc: fix switch issue with send_status disabled
Ye Li
2021-09-10
mmc: Add support for enumerating MMC card in a given mode using mmc command
Aswath Govindraju
2021-07-15
mmc: mmc_get_op_cond: Allow quiet detection of eMMC
Pali Rohár
2021-04-06
mmc: Check for device with a seq number equal to num before checking against ...
Aswath Govindraju
2021-02-19
mmc: fix response timeout after switch command
Stefan Bosch
2021-02-19
mmc: initialize an err variable
Jaehoon Chung
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-11-28
mmc: check a return value about regulator's always-on
Jaehoon Chung
2020-11-28
mmc: display an error number to debug
Jaehoon Chung
2020-11-28
mmc: Add some helper functions for retrying on error
Sean Anderson
2020-10-22
mmc: Fix comment typo
Naoki Hayama
2020-10-15
Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot...
Tom Rini
2020-10-14
mmc: remove duplicate mmc_get_env_dev() implementations
David Woodhouse
2020-10-12
mmc: do not send cmd13 if the parameter 'send_status' is 0 for __mmc_switch
Haibo Chen
2020-10-12
mmc: add a mmc_hs400_prepare_ddr() interface
Yangbo Lu
2020-10-12
mmc: add a hs400_tuning flag
Yangbo Lu
2020-10-12
mmc: add a reinit() API
Yangbo Lu
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
[next]