Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
009d4a7d52baf64ccda52a2bca1273c135edf9ad
/
drivers
/
mmc
/
mmc.c
bd9bb2b
mmc: remove unneeded forward declarations
by Masahiro Yamada
· 4 years, 10 months ago
bf1f25c
mmc: check the return value of mmc_select_mode_and_width()
by Masahiro Yamada
· 4 years, 10 months ago
58b9eb8
mmc: fix the build error when MMC_WRITE is disabled
by Jaehoon Chung
· 4 years, 11 months ago
5ea041b
mmc: add additional quirk for APP_CMD retry
by Joel Johnson
· 4 years, 11 months ago
6f55833
mmc: add a driver callback for power-cycle
by Yann Gautier
· 5 years ago
c59b41c
spl: dm_mmc: Initialize only the required mmc device
by Lokesh Vutla
· 5 years ago
7611ac6
spl: Allow tiny printf() to be controlled in SPL and TPL
by Simon Glass
· 5 years ago
db174c6
mmc: Rename timeout parameters for clarification
by Sam Protsenko
· 5 years ago
6962be8
mmc: Fix timeout values passed to mmc_wait_dat0()
by Sam Protsenko
· 5 years ago
0448ce6
mmc: relocate code comment
by Baruch Siach
· 5 years ago
eede83b
mmc: support hs400 enhanced strobe mode
by Peng Fan
· 5 years ago
d9c92c7
mmc: skip select_mode_and_width for MMC SPI host
by Anup Patel
· 5 years ago
faf5c95
mmc: retry a few times if a partition switch failed
by Jean-Jacques Hiblot
· 5 years ago
e8a626d
mmc: do not change mode when accessing a boot partition
by Jean-Jacques Hiblot
· 5 years ago
5a7cf40
mmc: During a switch, poll on dat0 if available and check the final status
by Jean-Jacques Hiblot
· 5 years ago
7f5b169
mmc: When switching partition, use the timeout specified in the ext_csd
by Jean-Jacques Hiblot
· 5 years ago
201559c
mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd
by Jean-Jacques Hiblot
· 5 years ago
4f04a32
mmc: if possible, poll the busy state using DAT0
by Jean-Jacques Hiblot
· 5 years ago
443edbe
mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()
by Jean-Jacques Hiblot
· 5 years ago
a26ed26
Revert "mmc: Add a new callback function to perform the 74 clocks cycle sequence"
by Jean-Jacques Hiblot
· 5 years ago
9e3d7b6
mmc: Avoid HS400 mode when accessing boot partitions
by Marek Vasut
· 6 years ago
8702bbc
mmc: correct the HS400 initialization process
by BOUGH CHEN
· 6 years ago
6eeee30
mmc: Align MMC_TRACE with tiny printf
by Marek Vasut
· 6 years ago
a4773fc
mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before boot
by Marek Vasut
· 6 years ago
8a96647
mmc: Do not poll using CMD13 when changing timing
by Marek Vasut
· 6 years ago
111572f
mmc: Add support for downgrading HS200/HS400 to HS mode
by Marek Vasut
· 6 years ago
1779804
mmc: bring back partition init for non-DM MMC drivers
by Andre Przywara
· 6 years ago
4105e97
mmc: Do not issue CMD 6 on SD 1.00 and SD 1.01
by Marek Vasut
· 6 years ago
cbc3da8
blk: Call part_init() in the post_probe() method
by Bin Meng
· 6 years ago
4680125
mmc: add HS400 support
by Peng Fan
· 6 years ago
2663fe4
mmc: break out get_op_cond code to its own function
by Jon Nettleton
· 6 years ago
a318a7a
mmc: Improve tinification
by Marek Vasut
· 7 years ago
dbad7b4
mmc: Changed the datatype of the variable to handle 64-bit arch
by Vipul Kumar
· 7 years ago
c8477d6
mmc: add the debug message in mmc_set_clock
by Jaehoon Chung
· 7 years ago
239cb2f
mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h
by Jaehoon Chung
· 7 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
2d2fe8e
mmc: fix return value check condition
by Peng Fan
· 7 years ago
8ff55fb
mmc: Staticize sd_select_bus_width
by Marek Vasut
· 7 years ago
f1133c9
mmc: fix off-by-one bug in mmc_startup_v4()
by Alexander Kochetkov
· 7 years ago
b3857fd
mmc: Drop unnecessary case for mmc_probe()
by Faiz Abbas
· 7 years ago
7c5c730
mmc: synchronize the sequence with enum bus_mode in mmc.h
by Jaehoon Chung
· 7 years ago
c64862b
mmc: fix bug in mmc_startup_v4()
by Jean-Jacques Hiblot
· 7 years ago
e7f664e
mmc: Fix bug in sd_set_card_speed()
by Jean-Jacques Hiblot
· 7 years ago
f97b148
mmc: use pr_* log functions
by Masahiro Yamada
· 7 years ago
b4f4f6e
mmc: Poll for broken card detection case
by Jun Nie
· 7 years ago
ab4d405
mmc: fix to assign to correct clock value when clock is enabling
by Jaehoon Chung
· 7 years ago
8a93329
mmc: fix the wrong disabling clock
by Jaehoon Chung
· 7 years ago
ba54ab8
mmc: remove hc_wp_grp_size from struct mmc if not needed
by Jean-Jacques Hiblot
· 7 years ago
c94c547
mmc: don't read the size of eMMC enhanced user data area in SPL
by Jean-Jacques Hiblot
· 7 years ago
27edffe
mmc: compile out erase and write mmc commands if write operations are not enabled
by Jean-Jacques Hiblot
· 7 years ago
cb534f0
mmc: read ssr only if MMC write support is enabled
by Jean-Jacques Hiblot
· 7 years ago
fa6c577
mmc: reworked version lookup in mmc_startup_v4
by Jean-Jacques Hiblot
· 7 years ago
74c98b2
mmc: compile out more code if support for UHS and HS200 is not enabled
by Jean-Jacques Hiblot
· 7 years ago
1d7769a
mmc: make optional the support for eMMC hardware partitioning
by Jean-Jacques Hiblot
· 7 years ago
6051e78
mmc: make UHS and HS200 optional
by Jean-Jacques Hiblot
· 7 years ago
678b608
mmc: convert most of printf() to pr_err() and pr_warn()
by Jean-Jacques Hiblot
· 7 years ago
06976eb
mmc: don't use malloc_cache_aligned()
by Jean-Jacques Hiblot
· 7 years ago
7ab1b62
mmc: fix for old MMCs (below version 4)
by Jean-Jacques Hiblot
· 7 years ago
d7e5e03
mmc: all hosts support 1-bit bus width and legacy timings
by Jean-Jacques Hiblot
· 7 years ago
3f2ffc2
mmc: Fixed a problem with old sd or mmc that do not support High speed
by Jean-Jacques Hiblot
· 7 years ago
93c31d1
mmc: dump card and host capabilities if debug is enabled
by Jean-Jacques Hiblot
· 7 years ago
71264bb
mmc: add a library function to send tuning command
by Jean-Jacques Hiblot
· 7 years ago
b6937d6
mmc: use the right voltage level for MMC DDR and HS200 modes
by Jean-Jacques Hiblot
· 7 years ago
07baaa6
mmc: Retry some MMC cmds on failure
by Kishon Vijay Abraham I
· 7 years ago
3d30972b
mmc: Change mode when switching to a boot partition
by Jean-Jacques Hiblot
· 7 years ago
dc030fb
mmc: disable UHS modes if Vcc cannot be switched on and off
by Jean-Jacques Hiblot
· 7 years ago
f4d5b3e
mmc: Add support for UHS modes
by Jean-Jacques Hiblot
· 7 years ago
210369f
mmc: add HS200 support in MMC core
by Kishon Vijay Abraham I
· 7 years ago
ae7174f
mmc: Add a execute_tuning() callback to the mmc operations.
by Kishon Vijay Abraham I
· 7 years ago
aa434c5
mmc: disable the mmc clock during power off
by Kishon Vijay Abraham I
· 7 years ago
d6246bf
mmc: add a new mmc parameter to disable mmc clock
by Kishon Vijay Abraham I
· 7 years ago
80b87e1
mmc: add power cyle support in mmc core
by Kishon Vijay Abraham I
· 7 years ago
5f23d87
mmc: Add a new callback function to perform the 74 clocks cycle sequence
by Jean-Jacques Hiblot
· 7 years ago
4afb12b
mmc: Enable signal voltage to be selected from mmc core
by Kishon Vijay Abraham I
· 7 years ago
e178c11
mmc: make mmc_set_ios() return status
by Kishon Vijay Abraham I
· 7 years ago
ec34683
mmc: refactor MMC startup to make it easier to support new modes
by Jean-Jacques Hiblot
· 7 years ago
5b1a4d9
mmc: refactor SD startup to make it easier to support new modes
by Jean-Jacques Hiblot
· 7 years ago
7842231
mmc: use mmc modes to select the correct bus speed
by Jean-Jacques Hiblot
· 7 years ago
00de504
mmc: Add a function to dump the mmc capabilities
by Jean-Jacques Hiblot
· 7 years ago
a94fb41
mmc: introduce mmc modes
by Jean-Jacques Hiblot
· 7 years ago
933d126
mmc: add a function to read and test the ext csd (mmc >= 4)
by Jean-Jacques Hiblot
· 7 years ago
ed9506b
mmc: make ext_csd part of struct mmc
by Jean-Jacques Hiblot
· 7 years ago
e84459c
mmc: move the MMC startup for version above v4.0 in a separate function
by Jean-Jacques Hiblot
· 7 years ago
31e7cf3
mmc: split mmc_startup()
by Jean-Jacques Hiblot
· 7 years ago
a49ffa1
mmc: dm: get the IO-line and main voltage regulators from the dts
by Jean-Jacques Hiblot
· 7 years ago
2f423da
drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro
by Suniel Mahesh
· 7 years ago
eba48f9
dm: mmc: Drop CONFIG_DM_MMC_OPS
by Simon Glass
· 7 years ago
5f4bd8c
dm: mmc: Allow disabling driver model in SPL
by Simon Glass
· 7 years ago
833b80d
dm: mmc: Don't call board_mmc_power_init() with driver model
by Simon Glass
· 8 years ago
66702b5
mmc: drop unnecessary send_status request
by Xu Ziyuan
· 8 years ago
9bee2b5
mmc: Print error code for mmc_complete_init failure
by Jagan Teki
· 8 years ago
f537e39
mmc: Tinification of the mmc code
by Marek Vasut
· 8 years ago
5eecff2
mmc: Fix warning if debug() is not used
by Marek Vasut
· 8 years ago
c17dae5
mmc: add bkops-enable command
by Tomas Melin
· 8 years ago
e7462aa
mmc: Retry the switch command
by Maxime Ripard
· 8 years ago
4446250
mmc: add the device name in debugging message for supplying vmmc
by Jaehoon Chung
· 8 years ago
1530596
mmc: introduce mmc_power_init
by Peng Fan
· 8 years ago
b3fcf1e
mmc: sd: extracting erase related information from sd status
by Peng Fan
· 8 years ago
9c72061
mmc: send CMD0 before CMD1 for some MMC cards
by Yangbo Lu
· 8 years ago
7825d20
mmc: use the generic error number
by Jaehoon Chung
· 8 years ago
Next »