[U-Boot] [PATCH v3 1/7] usb: xhci-rockchip: add rockchip dwc3 controller driver

Simon Glass sjg at chromium.org
Thu Aug 25 14:04:06 CEST 2016


On 23 August 2016 at 22:02, Kever Yang <kever.yang at rock-chips.com> wrote:
> From: MengDongyang <daniel.meng at rock-chips.com>
>
> This patch add support for rockchip dwc3 controller, which corresponding
> to the two type-C port on rk3399 evb.
> Only support usb2.0 currently for we have not enable the usb3.0 phy
> driver and PD(fusb302) driver.
>
> Signed-off-by: MengDongyang <daniel.meng at rock-chips.com>
> Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
> ---
>
> Changes in v3:
> - using fdtdec_get_bool and fdtdec_get_int instead of fdt_get_property
> - other update by follow comments from Marek and Simon
>
> Changes in v2:
> - update for comments from Marek
>
>  drivers/usb/host/Makefile        |   1 +
>  drivers/usb/host/xhci-rockchip.c | 211 +++++++++++++++++++++++++++++++++++++++
>  include/linux/usb/dwc3.h         |  14 +++
>  3 files changed, 226 insertions(+)
>  create mode 100644 drivers/usb/host/xhci-rockchip.c

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


More information about the U-Boot mailing list