[U-Boot] [PATCH V5 2/4] usb: rockchip: add rockusb command

Simon Glass sjg at chromium.org
Sun May 14 09:32:15 UTC 2017


On 7 May 2017 at 20:38, Eddie Cai <eddie.cai.linux at gmail.com> wrote:
> this patch add rockusb command. the usage is
> rockusb <USB_controller> <devtype> <dev[:part]>
> e.g. rockusb 0 mmc 0
>
> Signed-off-by: Eddie Cai <eddie.cai.linux at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
>
> Changes in v5:
> -none
>
> Changes in v4:
> -move USB_FUNCTION_ROCKUSB to drivers/usb/gadget/Kconfig
> -modify the dependence
>
> Changes in v3:
> -fix comment from Simon and Lukasz
> -fix checkpactch error
>
> ---
>  cmd/Kconfig   |  9 ++++++++
>  cmd/Makefile  |  1 +
>  cmd/rockusb.c | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 84 insertions(+)
>  create mode 100644 cmd/rockusb.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list