[PATCH] cmd: Add a 'misc' command to access miscellaneous devices
Bin Meng
bmeng.cn at gmail.com
Fri Oct 23 18:33:53 CEST 2020
On Wed, Oct 14, 2020 at 2:35 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> From: Bin Meng <bin.meng at windriver.com>
>
> 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 at windriver.com>
> ---
> 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?
More information about the U-Boot
mailing list