commit | e1dae5057a844ad8c1833e8306c5fbb10ee89b25 | [log] [tgz] |
---|---|---|
author | Bin Meng <bin.meng@windriver.com> | Wed Oct 14 14:34:52 2020 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 23 13:33:07 2020 -0400 |
tree | ca9faa11afaa8c63886773c7e4d801411cc22d41 | |
parent | 9ad0417060dadea4f3b08405222fa03f5f1d0a09 [diff] |
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>