[Letux-kernel] [PATCH 0/5] MIPS: CI20: USB driver

H. Nikolaus Schaller hns at goldelico.com
Wed Sep 16 10:11:53 CEST 2020


This is an attempt to make the new USB PHY subsystem by 周琰杰 (Zhou Yanjie) <zhouyanjie at wanyeetech.com> work on the CI20. Drivers are loaded (lsmod) but there is no sign of activity.

Hints for further debugging are welcome.

H. Nikolaus Schaller (4):
  DTS: MIPS: JZ4780: add EHCI/OHCI
  DTS: MIPS: JZ4780: add USB PHY&OTG
  MIPS: CI20: config for DWC2 and INGENIC_PHY
  MIPS: letux_defconfig: configure for DWC2 and INGENIC_PHY

周琰杰 (Zhou Yanjie) (1):
  usb: phy: add driver for Ingenic XBurst SoCs.

 arch/mips/boot/dts/ingenic/jz4780.dtsi |  68 ++++++
 arch/mips/configs/ci20_defconfig       |   3 +
 arch/mips/configs/letux_defconfig      |  13 +-
 drivers/usb/dwc2/core.c                |   9 +
 drivers/usb/phy/Kconfig                |  10 +
 drivers/usb/phy/Makefile               |   1 +
 drivers/usb/phy/phy-ingenic-usb.c      | 297 +++++++++++++++++++++++++
 7 files changed, 400 insertions(+), 1 deletion(-)
 create mode 100644 drivers/usb/phy/phy-ingenic-usb.c

-- 
2.26.2



More information about the Letux-kernel mailing list