cmd: Add a 'misc' command to access miscellaneous devices
authorBin Meng <bin.meng@windriver.com>
Wed, 14 Oct 2020 06:34:52 +0000 (14:34 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 23 Oct 2020 17:33:07 +0000 (13:33 -0400)
commit3bc0db11bace657112f475ed6c93f3afbb012fcd
treeca9faa11afaa8c63886773c7e4d801411cc22d41
parent3c7bb897183fb0d5617c34030857c264efe503d3
cmd: Add a 'misc' command to access miscellaneous devices

Enable the command "misc" for accessing miscellaneous devices with
a MISC uclass driver. The command provides listing all MISC devices
as well as read and write functionalities via their drivers.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
cmd/Kconfig
cmd/Makefile
cmd/misc.c [new file with mode: 0644]