On Wed, Oct 14, 2020 at 2:35 PM Bin Meng <[email protected]> wrote: > > From: Bin Meng <[email protected]> > > 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 <[email protected]> > --- > This patch depends on > http://patchwork.ozlabs.org/project/uboot/list/?series=207559 > > cmd/Kconfig | 8 ++++ > cmd/Makefile | 1 + > cmd/misc.c | 134 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 143 insertions(+) > create mode 100644 cmd/misc.c >
ping?

