]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitaf7cc2a3b02ba11bff19ca8f493aecd619c347ff
treeca9faa11afaa8c63886773c7e4d801411cc22d41
parent57b352c23e8b65d271f284047005bf36d09efee9
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]