[U-Boot] [PATCH 0/3] rockchip: rv1108: support USB OTG and Host ports on evb-rv1108

2017-08-09 Thread William Wu
This patch support USB OTG and Host ports on evb-rv1108 board. With this patch, we can use fastboot over USB and mount USB mass storage on OTG and Host ports. William Wu (3): configs: rockchip: add USB configs for evb-rv1108 board ARM: dts: rockchip: add USB nodes for evb-rv1108 rockchip

[U-Boot] [PATCH 1/3] configs: rockchip: add USB configs for evb-rv1108 board

2017-08-09 Thread William Wu
This patch adds USB configs to support the USB OTG port(consist of DWC2 controller) and the USB Host port(consist of EHCI and OHCI controllers) on evb-rv1108 board, and also support fastboot over USB and USB mass storage. Signed-off-by: William Wu --- configs/evb-rv1108_defconfig| 22

[U-Boot] [PATCH 2/3] ARM: dts: rockchip: add USB nodes for evb-rv1108

2017-08-09 Thread William Wu
This patch adds USB OTG/EHCI/OHCI nodes for evb-rv1108 USB ports. Signed-off-by: William Wu --- arch/arm/dts/rv1108-evb.dts | 22 ++ arch/arm/dts/rv1108.dtsi| 24 2 files changed, 46 insertions(+) diff --git a/arch/arm/dts/rv1108-evb.dts b/arch

[U-Boot] [PATCH 1/3] configs: rockchip: add USB configs for evb-rv1108 board

2017-08-09 Thread William Wu
This patch adds USB configs to support the USB OTG port(consist of DWC2 controller) and the USB Host port(consist of EHCI and OHCI controllers) on evb-rv1108 board, and also support fastboot over USB and USB mass storage. Signed-off-by: William Wu --- configs/evb-rv1108_defconfig| 22

[U-Boot] [PATCH 3/3] rockchip: evb-rv1108: add usb init function for dwc2 gadget

2017-08-09 Thread William Wu
This patch implements board_usb_init() for dwc2 gadget, it generally called from do_fastboot to do dwc2 udc probe and support fastboot over USB. Signed-off-by: William Wu --- board/rockchip/evb_rv1108/evb_rv1108.c | 47 ++ 1 file changed, 47 insertions(+) diff

[U-Boot] [PATCH 0/3] rockchip: rv1108: support USB OTG and Host ports on evb-rv1108

2017-08-09 Thread William Wu
This patch support USB OTG and Host ports on evb-rv1108 board. With this patch, we can use fastboot over USB and mount USB mass storage on OTG and Host ports. William Wu (3): configs: rockchip: add USB configs for evb-rv1108 board ARM: dts: rockchip: add USB nodes for evb-rv1108 rockchip

[U-Boot] [PATCH 2/3] ARM: dts: rockchip: add USB nodes for evb-rv1108

2017-08-09 Thread William Wu
This patch adds USB OTG/EHCI/OHCI nodes for evb-rv1108 USB ports. Signed-off-by: William Wu --- arch/arm/dts/rv1108-evb.dts | 22 ++ arch/arm/dts/rv1108.dtsi| 24 2 files changed, 46 insertions(+) diff --git a/arch/arm/dts/rv1108-evb.dts b/arch

[U-Boot] [PATCH 3/3] rockchip: evb-rv1108: add usb init function for dwc2 gadget

2017-08-09 Thread William Wu
This patch implements board_usb_init() for dwc2 gadget, it generally called from do_fastboot to do dwc2 udc probe and support fastboot over USB. Signed-off-by: William Wu --- board/rockchip/evb_rv1108/evb_rv1108.c | 47 ++ 1 file changed, 47 insertions(+) diff