index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
mmc.c
Age
Commit message (
Expand
)
Author
2024-04-15
mmc: Unconditionally call mmc_deinit()
Marek Vasut
2024-04-15
mmc: Convert hs400_tuning flag from u8 to bool
Marek Vasut
2024-04-15
mmc: Drop unused mmc_send_tuning() cmd_error parameter
Marek Vasut
2024-04-15
mmc: Avoid buffer overrun in mmc_startup()
Heinrich Schuchardt
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2023-08-14
mmc: Use regulator_set_enable_if_allowed
Jonas Karlman
2023-07-18
mmc: Set clock when reverting to safe bus mode
Valentine Barshak
2023-07-18
mmc: Introduce mmc_send_stop_transmission()
Hai Pham
2023-07-18
mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add comment
Marek Vasut
2023-05-31
mmc: fix improper use of memset
Sam Edwards
2023-04-10
mmc: Check support for TRIM operations
Loic Poulain
2023-02-09
Correct SPL use of MMC_QUIRKS
Simon Glass
2023-01-31
cmd: mmc: Expand bkops handling
Marek Vasut
2022-10-24
mmc: Fix static checker warnings
Venkatesh Yadav Abbarapu
2022-08-10
mmc: Do not send status of send_status is false
Marek Vasut
2022-07-27
drivers: mmc: write protect single boot area
Ying-Chun Liu (PaulLiu)
2022-06-15
mmc: Add support for wait_dat0 callback
Loic Poulain
2022-04-26
mmc: mmc_mode_name() is used also when LOGLEVEL >= LOGL_DEBUG
Pali Rohár
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-10-29
mmc: Fix mmc_switch excessive timeout
Kirill Kapranov
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
[next]