The following series of patches, - add support enumerating MMC card in user specified speed mode - add documentation for the usage of above feature
changes since v3: - split the patch in two, seperating the documentation changes Aswath Govindraju (2): mmc: Add support for enumerating MMC card in a given mode using mmc command doc: usage: mmc: Document usage of speed mode in "mmc dev" and "mmc rescan" cmd/Kconfig | 10 ++++++++ cmd/mmc.c | 52 +++++++++++++++++++++++++++++++++------- doc/usage/mmc.rst | 49 +++++++++++++++++++++++++++++++++++-- drivers/mmc/mmc-uclass.c | 5 +++- drivers/mmc/mmc.c | 22 ++++++++++++++++- include/mmc.h | 2 ++ 6 files changed, 128 insertions(+), 12 deletions(-) -- 2.17.1