]> Git Repo - J-u-boot.git/commit - include/mmc.h
mmc: add HS400 support
authorPeng Fan <[email protected]>
Fri, 10 Aug 2018 06:07:54 +0000 (14:07 +0800)
committerTom Rini <[email protected]>
Tue, 11 Sep 2018 00:48:19 +0000 (20:48 -0400)
commit3dd2626f48af6f459b8bfb9ce7c6832b0606e813
tree830a2fc08b8891760a3ae60f0c39674a360c70ad
parent51330c72f048e03cfbf7f7d614b259dda4bca469
mmc: add HS400 support

Add HS400 support.
Selecting HS400 needs first select HS200 according to spec, so use
a dedicated function for HS400.
Add HS400 related macros.
Remove the restriction of only using the low 6 bits of
EXT_CSD_CARD_TYPE, using all the 8 bits.

Signed-off-by: Peng Fan <[email protected]>
Cc: Jaehoon Chung <[email protected]>
Cc: Jean-Jacques Hiblot <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Kishon Vijay Abraham I <[email protected]>
Cc: Faiz Abbas <[email protected]>
Cc: Marek Vasut <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
drivers/mmc/Kconfig
drivers/mmc/mmc.c
include/mmc.h
This page took 0.037139 seconds and 4 git commands to generate.