]> Git Repo - u-boot.git/commit - cmd/Kconfig
mmc: Add support for enumerating MMC card in a given mode using mmc command
authorAswath Govindraju <[email protected]>
Fri, 13 Aug 2021 17:34:41 +0000 (23:04 +0530)
committerPeng Fan <[email protected]>
Fri, 10 Sep 2021 10:17:04 +0000 (18:17 +0800)
commit19f7a34a4642e25aa8b80c6d75129fe7848a158d
tree74c326eca33b00ff58048c052749f9452725fc13
parent4a3ea75de4c5b3053eac326bf1c753ed65df8cb9
mmc: Add support for enumerating MMC card in a given mode using mmc command

Add support for enumerating MMC card in a given mode using mmc rescan and
mmc dev commands. The speed mode is provided as the last argument in these
commands and is indicated using the index from enum bus_mode in
include/mmc.h. A speed mode can be set only if it has already been enabled
in the device tree.

Signed-off-by: Aswath Govindraju <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
Tested-by: Jaehoon Chung <[email protected]>
cmd/Kconfig
cmd/mmc.c
drivers/mmc/mmc-uclass.c
drivers/mmc/mmc.c
include/mmc.h
This page took 0.038105 seconds and 4 git commands to generate.