
On 25 August 2016 at 06:04, Simon Glass sjg@chromium.org wrote:
On 23 August 2016 at 22:02, Kever Yang kever.yang@rock-chips.com wrote:
From: MengDongyang daniel.meng@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@rock-chips.com Signed-off-by: Kever Yang kever.yang@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@chromium.org
This series is in my queue so I will apply it.
Applied to u-boot-rockchip/next, thanks!