public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/8] Add Rockchip RK3399 USB3.0 Host support
@ 2020-04-28  6:27 Frank Wang
  2020-04-28  6:27 ` [PATCH 1/8] usb: dwc3: add dis_enblslpm_quirk Frank Wang
                   ` (8 more replies)
  0 siblings, 9 replies; 24+ messages in thread
From: Frank Wang @ 2020-04-28  6:27 UTC (permalink / raw)
  To: u-boot

This series add quirks for DWC3 and add Rockchip RK3399 USB3.0 host support.

Frank Wang (8):
  usb: dwc3: add dis_enblslpm_quirk
  usb: dwc3: add dis_u2_freeclk_exists_quirk
  usb: dwc3: amend UTMI/UTMIW phy interface setup
  usb: dwc3: add make compatible for rockchip platform
  phy: rockchip: add a new driver for type-c phy
  driver: usb: drop legacy rockchip xhci driver
  ARM: dts: rockchip: amend dwc3 nodes to keep in line with kernel
  configs: evb-rk3399: enable usb3.0 host support

 arch/arm/dts/rk3399-evb.dts            |  28 +-
 arch/arm/dts/rk3399-puma.dtsi          |  35 +-
 arch/arm/dts/rk3399-u-boot.dtsi        |  11 +
 arch/arm/dts/rk3399.dtsi               |  64 +--
 configs/evb-rk3399_defconfig           |   5 +
 drivers/phy/Kconfig                    |   6 +
 drivers/phy/Makefile                   |   1 +
 drivers/phy/phy-rockchip-typec.c       | 534 +++++++++++++++++++++++++
 drivers/usb/common/common.c            |  25 ++
 drivers/usb/dwc3/core.c                |  77 ++--
 drivers/usb/dwc3/core.h                |   8 +
 drivers/usb/dwc3/dwc3-generic.c        |  33 +-
 drivers/usb/host/Kconfig               |   9 -
 drivers/usb/host/Makefile              |   1 -
 drivers/usb/host/xhci-rockchip.c       | 196 ---------
 include/dwc3-uboot.h                   |   2 +
 include/linux/usb/phy.h                |  18 +
 include/linux/usb/rockchip_phy_typec.h |  52 +++
 18 files changed, 829 insertions(+), 276 deletions(-)
 create mode 100644 drivers/phy/phy-rockchip-typec.c
 delete mode 100644 drivers/usb/host/xhci-rockchip.c
 create mode 100644 include/linux/usb/rockchip_phy_typec.h

-- 
2.17.1

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

end of thread, other threads:[~2020-04-29  1:24 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-28  6:27 [PATCH 0/8] Add Rockchip RK3399 USB3.0 Host support Frank Wang
2020-04-28  6:27 ` [PATCH 1/8] usb: dwc3: add dis_enblslpm_quirk Frank Wang
2020-04-28 14:15   ` Kever Yang
2020-04-28  6:27 ` [PATCH 2/8] usb: dwc3: add dis_u2_freeclk_exists_quirk Frank Wang
2020-04-28 14:15   ` Kever Yang
2020-04-28  6:27 ` [PATCH 3/8] usb: dwc3: amend UTMI/UTMIW phy interface setup Frank Wang
2020-04-28 14:16   ` Kever Yang
2020-04-28  6:27 ` [PATCH 4/8] usb: dwc3: add make compatible for rockchip platform Frank Wang
2020-04-28  8:27   ` Marek Vasut
2020-04-28  9:05     ` Frank Wang
2020-04-28  9:21       ` Marek Vasut
2020-04-28  9:33         ` Frank Wang
2020-04-28  9:53         ` Heiko Stübner
2020-04-28 10:50           ` Marek Vasut
2020-04-28  6:31 ` [PATCH 5/8] phy: rockchip: add a new driver for type-c phy Frank Wang
2020-04-28  9:27   ` Jagan Teki
2020-04-29  1:24     ` Frank Wang
2020-04-28  6:34 ` [PATCH 6/8] driver: usb: drop legacy rockchip xhci driver Frank Wang
2020-04-28  6:34 ` [PATCH 7/8] ARM: dts: rockchip: amend dwc3 nodes to keep in line with kernel Frank Wang
2020-04-28  9:17   ` Jagan Teki
2020-04-28  9:48     ` Frank Wang
2020-04-28  6:35 ` [PATCH 8/8] configs: evb-rk3399: enable usb3.0 host support Frank Wang
2020-04-28  9:41   ` Jagan Teki
2020-04-28  8:27 ` [PATCH 0/8] Add Rockchip RK3399 USB3.0 Host support Marek Vasut

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