All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Add Allwinner A31 USB support
@ 2014-05-07  3:50 ` Maxime Ripard
  0 siblings, 0 replies; 42+ messages in thread
From: Maxime Ripard @ 2014-05-07  3:50 UTC (permalink / raw)
  To: Emilio Lopez, Mike Turquette, stern, kishon, hdegoede
  Cc: Boris Brezillon, linux-kernel, linux-arm-kernel, linux-usb,
	kevin.z.m.zh, sunny, shuge, zhuzhenhua, linux-sunxi,
	Maxime Ripard

Hi everyone,

This patchset adds support for the USB controllers found in the
Allwinner A31.

While the design is similar to the earlier Allwinner SoCs that are
already supported, a few details here and there change, like the fact
that the PHYs now have one clock per phy, while it used to be only one
for all the PHYs.

Thanks,
Maxime

Boris BREZILLON (2):
  usb: ehci-platform: add optional reset controller retrieval
  ARM: sunxi: dt: add APP4-EVB1 board support

Maxime Ripard (5):
  clk: sunxi: Implement A31 USB clock
  ARM: sun6i: Add the USB clocks to the DTSI.
  phy: usb: sunxi: Introduce Allwinner A31 USB PHY support
  usb: ohci-platform: Enable optional use of reset controller
  ARM: sun6i: dt: Add support for the USB controllers

 Documentation/devicetree/bindings/usb/usb-ehci.txt |  1 +
 Documentation/devicetree/bindings/usb/usb-ohci.txt |  1 +
 arch/arm/boot/dts/Makefile                         |  1 +
 arch/arm/boot/dts/sun6i-a31-app4-evb1.dts          | 63 ++++++++++++++++
 arch/arm/boot/dts/sun6i-a31.dtsi                   | 88 ++++++++++++++++++++++
 drivers/clk/sunxi/clk-sunxi.c                      |  6 ++
 drivers/phy/phy-sun4i-usb.c                        | 35 ++++++---
 drivers/usb/host/ehci-platform.c                   | 25 +++++-
 drivers/usb/host/ohci-platform.c                   | 25 +++++-
 9 files changed, 234 insertions(+), 11 deletions(-)
 create mode 100644 arch/arm/boot/dts/sun6i-a31-app4-evb1.dts

-- 
1.9.1


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

end of thread, other threads:[~2014-05-10  1:20 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-07  3:50 [PATCH 0/7] Add Allwinner A31 USB support Maxime Ripard
2014-05-07  3:50 ` Maxime Ripard
2014-05-07  3:50 ` [PATCH 1/7] clk: sunxi: Implement A31 USB clock Maxime Ripard
2014-05-07  3:50   ` Maxime Ripard
2014-05-07  3:50 ` [PATCH 2/7] ARM: sun6i: Add the USB clocks to the DTSI Maxime Ripard
2014-05-07  3:50   ` Maxime Ripard
2014-05-07  3:50 ` [PATCH 3/7] phy: usb: sunxi: Introduce Allwinner A31 USB PHY support Maxime Ripard
2014-05-07  3:50   ` Maxime Ripard
2014-05-07 13:35   ` Kishon Vijay Abraham I
2014-05-07 13:35     ` Kishon Vijay Abraham I
2014-05-07 21:57     ` Maxime Ripard
2014-05-07 21:57       ` Maxime Ripard
2014-05-07  3:50 ` [PATCH 4/7] usb: ehci-platform: add optional reset controller retrieval Maxime Ripard
2014-05-07  3:50   ` Maxime Ripard
2014-05-07 14:25   ` Alan Stern
2014-05-07 14:25     ` Alan Stern
2014-05-07 22:00     ` Maxime Ripard
2014-05-07 22:00       ` Maxime Ripard
2014-05-08  7:29       ` Hans de Goede
2014-05-08  7:29         ` Hans de Goede
2014-05-08 14:07         ` Alan Stern
2014-05-08 14:07           ` Alan Stern
2014-05-10  1:17           ` Maxime Ripard
2014-05-10  1:17             ` Maxime Ripard
2014-05-07  3:50 ` [PATCH 5/7] usb: ohci-platform: Enable optional use of reset controller Maxime Ripard
2014-05-07  3:50   ` Maxime Ripard
2014-05-07 16:26   ` Sergei Shtylyov
2014-05-07 16:26     ` Sergei Shtylyov
2014-05-07 22:03     ` Maxime Ripard
2014-05-07 22:03       ` Maxime Ripard
2014-05-08 13:11       ` Sergei Shtylyov
2014-05-08 13:11         ` Sergei Shtylyov
2014-05-07  3:50 ` [PATCH 6/7] ARM: sun6i: dt: Add support for the USB controllers Maxime Ripard
2014-05-07  3:50   ` Maxime Ripard
2014-05-07  3:50 ` [PATCH 7/7] ARM: sunxi: dt: add APP4-EVB1 board support Maxime Ripard
2014-05-07  3:50   ` Maxime Ripard
2014-05-07  5:10   ` [linux-sunxi] " Koen Kooi
2014-05-07  5:10     ` Koen Kooi
2014-05-07  6:46     ` Hans de Goede
2014-05-07  6:46       ` Hans de Goede
2014-05-07  8:25 ` [PATCH 0/7] Add Allwinner A31 USB support Hans de Goede
2014-05-07  8:25   ` Hans de Goede

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.