All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for the USB OTG function of Allwinner V3s
@ 2017-01-03 15:25 ` Icenowy Zheng
  0 siblings, 0 replies; 50+ messages in thread
From: Icenowy Zheng @ 2017-01-03 15:25 UTC (permalink / raw)
  To: Maxime Ripard, Chen-Yu Tsai, Kishon Vijay Abraham I, Bin Liu
  Cc: devicetree, linux-usb, linux-kernel, linux-arm-kernel, Icenowy Zheng

Allwinner V3s SoC come with a USB OTG controller, which is a bind of a Mentor
Graphics MUSB Dual-role controller and a private USB PHY.

Both the MUSB and the USB PHY slightly changed. (The MUSB is similar to the
one in the popular SBC SoC H3).

Add support for them.

The device tree patches depends on my preivous patchset, but the phy and musb
patches are independent (the device tree patches depend on them).

The MUSB patch may be picked for use on H3.

The clock of the USB part seems to need some hack in the U-Boot, they are at
my WIP u-boot repo:
https://github.com/Icenowy/u-boot-1/tree/v3s .

Icenowy Zheng (4):
  phy: sun4i-usb: add support for V3s USB PHY
  musb: sunxi: add support for the variant in H3/V3s SoC
  ARM: dts: sunxi: add usb_otg and usbphy node for V3s SoC
  ARM: dts: sun8i: add OTG function to Lichee Pi Zero

 .../devicetree/bindings/phy/sun4i-usb-phy.txt      |  1 +
 .../bindings/usb/allwinner,sun4i-a10-musb.txt      |  4 +--
 arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts      | 10 +++++++
 arch/arm/boot/dts/sun8i-v3s.dtsi                   | 27 +++++++++++++++++
 drivers/phy/phy-sun4i-usb.c                        | 14 ++++++++-
 drivers/usb/musb/sunxi.c                           | 35 ++++++++++++++++++++--
 6 files changed, 86 insertions(+), 5 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-01-17 14:38 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-03 15:25 [PATCH 0/4] Add support for the USB OTG function of Allwinner V3s Icenowy Zheng
2017-01-03 15:25 ` Icenowy Zheng
2017-01-03 15:25 ` [PATCH 1/4] phy: sun4i-usb: add support for V3s USB PHY Icenowy Zheng
2017-01-03 15:25   ` Icenowy Zheng
2017-01-06 13:56   ` Maxime Ripard
2017-01-06 13:56     ` Maxime Ripard
2017-01-06 13:56     ` Maxime Ripard
2017-01-16  9:06     ` Kishon Vijay Abraham I
2017-01-16  9:06       ` Kishon Vijay Abraham I
2017-01-16  9:06       ` Kishon Vijay Abraham I
2017-01-03 15:25 ` [PATCH 2/4] musb: sunxi: add support for the variant in H3/V3s SoC Icenowy Zheng
2017-01-03 15:25   ` Icenowy Zheng
2017-01-06 13:57   ` Maxime Ripard
2017-01-06 13:57     ` Maxime Ripard
2017-01-06 13:57     ` Maxime Ripard
2017-01-17 14:38     ` Bin Liu
2017-01-17 14:38       ` Bin Liu
2017-01-17 14:38       ` Bin Liu
2017-01-03 15:25 ` [PATCH 3/4] ARM: dts: sunxi: add usb_otg and usbphy node for V3s SoC Icenowy Zheng
2017-01-03 15:25   ` Icenowy Zheng
2017-01-06 14:19   ` Maxime Ripard
2017-01-06 14:19     ` Maxime Ripard
2017-01-06 14:19     ` Maxime Ripard
2017-01-03 15:25 ` [PATCH 4/4] ARM: dts: sun8i: add OTG function to Lichee Pi Zero Icenowy Zheng
2017-01-03 15:25   ` Icenowy Zheng
2017-01-10 20:24   ` Bin Liu
2017-01-10 20:24     ` Bin Liu
2017-01-10 20:24     ` Bin Liu
2017-01-11 19:55     ` Icenowy Zheng
2017-01-11 19:55       ` Icenowy Zheng
2017-01-11 20:08       ` Bin Liu
2017-01-11 20:08         ` Bin Liu
2017-01-11 20:08         ` Bin Liu
2017-01-11 20:13         ` Icenowy Zheng
2017-01-11 20:13           ` Icenowy Zheng
2017-01-11 20:33           ` Bin Liu
2017-01-11 20:33             ` Bin Liu
2017-01-11 20:33             ` Bin Liu
2017-01-11 21:06         ` Maxime Ripard
2017-01-11 21:06           ` Maxime Ripard
2017-01-11 21:06           ` Maxime Ripard
2017-01-12 14:50           ` Bin Liu
2017-01-12 14:50             ` Bin Liu
2017-01-12 14:50             ` Bin Liu
2017-01-12 17:39             ` Maxime Ripard
2017-01-12 17:39               ` Maxime Ripard
2017-01-12 17:39               ` Maxime Ripard
2017-01-13 21:00               ` Bin Liu
2017-01-13 21:00                 ` Bin Liu
2017-01-13 21:00                 ` Bin Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.