Marek Vasut
|
62d77cea31
mmc: Improve tinification
|
7 years ago |
Vipul Kumar
|
36332b6e4b
mmc: Changed the datatype of the variable to handle 64-bit arch
|
7 years ago |
Jaehoon Chung
|
d2faadb59c
mmc: add the debug message in mmc_set_clock
|
7 years ago |
Jaehoon Chung
|
6511718254
mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h
|
7 years ago |
Tom Rini
|
83d290c56f
SPDX: Convert all of our single license tags to Linux Kernel style
|
7 years ago |
Peng Fan
|
0a4c2b099e
mmc: fix return value check condition
|
7 years ago |
Marek Vasut
|
ec360e6486
mmc: Staticize sd_select_bus_width
|
7 years ago |
Alexander Kochetkov
|
76584e3398
mmc: fix off-by-one bug in mmc_startup_v4()
|
7 years ago |
Faiz Abbas
|
8a856db238
mmc: Drop unnecessary case for mmc_probe()
|
7 years ago |
Jaehoon Chung
|
1b313aa3e3
mmc: synchronize the sequence with enum bus_mode in mmc.h
|
7 years ago |
Jean-Jacques Hiblot
|
ace1bed327
mmc: fix bug in mmc_startup_v4()
|
7 years ago |
Jean-Jacques Hiblot
|
a0276f3eee
mmc: Fix bug in sd_set_card_speed()
|
7 years ago |
Masahiro Yamada
|
d4d64889b0
mmc: use pr_* log functions
|
7 years ago |
Jun Nie
|
2f516e4aa2
mmc: Poll for broken card detection case
|
7 years ago |
Jaehoon Chung
|
c0fafe64a5
mmc: fix to assign to correct clock value when clock is enabling
|
7 years ago |
Jaehoon Chung
|
9546eb92cb
mmc: fix the wrong disabling clock
|
7 years ago |
Jean-Jacques Hiblot
|
b7a6e2c9c3
mmc: remove hc_wp_grp_size from struct mmc if not needed
|
7 years ago |
Jean-Jacques Hiblot
|
173c06dfcc
mmc: don't read the size of eMMC enhanced user data area in SPL
|
7 years ago |
Jean-Jacques Hiblot
|
e6fa5a5461
mmc: compile out erase and write mmc commands if write operations are not enabled
|
7 years ago |
Jean-Jacques Hiblot
|
5b2e72f327
mmc: read ssr only if MMC write support is enabled
|
7 years ago |
Jean-Jacques Hiblot
|
58a6fb7b04
mmc: reworked version lookup in mmc_startup_v4
|
7 years ago |
Jean-Jacques Hiblot
|
baef2070a4
mmc: compile out more code if support for UHS and HS200 is not enabled
|
7 years ago |
Jean-Jacques Hiblot
|
cf17789e07
mmc: make optional the support for eMMC hardware partitioning
|
7 years ago |
Jean-Jacques Hiblot
|
f99c2efe56
mmc: make UHS and HS200 optional
|
7 years ago |
Jean-Jacques Hiblot
|
d8e3d42089
mmc: convert most of printf() to pr_err() and pr_warn()
|
7 years ago |
Jean-Jacques Hiblot
|
f7d5dffc65
mmc: don't use malloc_cache_aligned()
|
7 years ago |
Jean-Jacques Hiblot
|
1de06b9fa5
mmc: fix for old MMCs (below version 4)
|
7 years ago |
Jean-Jacques Hiblot
|
1da8eb598f
mmc: all hosts support 1-bit bus width and legacy timings
|
7 years ago |
Jean-Jacques Hiblot
|
00e446fa04
mmc: Fixed a problem with old sd or mmc that do not support High speed
|
7 years ago |
Jean-Jacques Hiblot
|
52d241dfba
mmc: dump card and host capabilities if debug is enabled
|
7 years ago |