U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 00/10] rk3328: add support of usb host and gadget
@ 2017-06-06 10:31 Meng Dongyang
  2017-06-06 10:31 ` [U-Boot] [PATCH v3 01/10] configs: rk3328: add support for usb and config ehci and ohci driver Meng Dongyang
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Meng Dongyang @ 2017-06-06 10:31 UTC (permalink / raw)
  To: u-boot

Changes in v3:
- revert change of macro definition in dwc2 driver
- support host mode without HNP/SRP capability through DTS

Changes in v2:
- Add commit messages
- Split patch [U-boot,7/8] into two patches
- Use fixed regulator to control vbus instead of gpio

Meng Dongyang (10):
  configs: rk3328: add support for usb and config ehci and ohci driver
  rockchip: dts: rk3328: add ehci and ohci node and enable host0 port
  configs: rk3328: config xhci controller
  usb: host: xhci-rockchip: add support for rk3328
  rockchip: dts: rk3328: support and enable xhci
  configs: rk3328: enable dwc2 driver and config for fastboot
  usb: dwc2: force to host mode if HNP/SRP not support
  rk3328: board: add support of dwc2 gadget
  rockchip: dts: rk3328: support and enable dwc2
  rockchip: dts: rk3399: control vbus of typec by fixed regulator

 arch/arm/dts/rk3328-evb.dts            | 36 ++++++++++++++++++++++++++++
 arch/arm/dts/rk3328.dtsi               | 35 +++++++++++++++++++++++++++
 arch/arm/dts/rk3399-evb.dts            | 16 +++++++++++--
 board/rockchip/evb_rk3328/evb-rk3328.c | 43 +++++++++++++++++++++++++++++++---
 configs/evb-rk3328_defconfig           | 25 ++++++++++++++++++++
 drivers/usb/host/dwc2.c                | 13 +++++++++-
 drivers/usb/host/xhci-rockchip.c       | 31 +++++++++++++++++-------
 include/configs/rk3328_common.h        |  9 +++++++
 8 files changed, 193 insertions(+), 15 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-06-06 15:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-06 10:31 [U-Boot] [PATCH v3 00/10] rk3328: add support of usb host and gadget Meng Dongyang
2017-06-06 10:31 ` [U-Boot] [PATCH v3 01/10] configs: rk3328: add support for usb and config ehci and ohci driver Meng Dongyang
2017-06-06 10:31 ` [U-Boot] [PATCH v3 02/10] rockchip: dts: rk3328: add ehci and ohci node and enable host0 port Meng Dongyang
2017-06-06 10:31 ` [U-Boot] [PATCH v3 03/10] configs: rk3328: config xhci controller Meng Dongyang
2017-06-06 10:31 ` [U-Boot] [PATCH v3 04/10] usb: host: xhci-rockchip: add support for rk3328 Meng Dongyang
2017-06-06 15:03   ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox