linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] DT EHCI support for Kirkwood.
@ 2012-10-20 11:09 Andrew Lunn
  2012-10-20 11:10 ` [PATCH v2 1/2] ARM: Kirkwood: ehci-orion: Add device tree binding Andrew Lunn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andrew Lunn @ 2012-10-20 11:09 UTC (permalink / raw)
  To: linux-arm-kernel

These two patches add DT support to ehci-orion and convert all
existing Kirkwood DT boards to using DT to instantiate the USB host.

v1->v2: Remove the phy property from DT. The previous implementation
was not compatible with the new ideas of a USB phy node. Only orion5x
needs it anyway, and currently converting orion5x to DT is low
priority. Adding a phy node later will also not affect backwards
compatibility.

Andrew Lunn (2):
  ARM: Kirkwood: ehci-orion: Add device tree binding
  ARM: Kirkwood: Convert all DT boards to EHCI via DT.

 .../devicetree/bindings/usb/ehci-orion.txt         |   15 ++++++++
 arch/arm/boot/dts/kirkwood.dtsi                    |    7 ++++
 arch/arm/mach-kirkwood/board-dnskw.c               |    1 -
 arch/arm/mach-kirkwood/board-dockstar.c            |    1 -
 arch/arm/mach-kirkwood/board-dreamplug.c           |    1 -
 arch/arm/mach-kirkwood/board-dt.c                  |    1 +
 arch/arm/mach-kirkwood/board-goflexnet.c           |    1 -
 arch/arm/mach-kirkwood/board-ib62x0.c              |    1 -
 arch/arm/mach-kirkwood/board-iconnect.c            |    1 -
 arch/arm/mach-kirkwood/board-iomega_ix2_200.c      |    2 --
 arch/arm/mach-kirkwood/board-km_kirkwood.c         |    1 -
 arch/arm/mach-kirkwood/board-lsxl.c                |    1 -
 arch/arm/mach-kirkwood/board-ts219.c               |    1 -
 drivers/usb/host/ehci-orion.c                      |   38 ++++++++++++++++++--
 14 files changed, 58 insertions(+), 14 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/usb/ehci-orion.txt

-- 
1.7.10.4

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

end of thread, other threads:[~2012-10-21  1:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-20 11:09 [PATCH v2 0/2] DT EHCI support for Kirkwood Andrew Lunn
2012-10-20 11:10 ` [PATCH v2 1/2] ARM: Kirkwood: ehci-orion: Add device tree binding Andrew Lunn
2012-10-20 11:10 ` [PATCH v2 2/2] ARM: Kirkwood: Convert all DT boards to EHCI via DT Andrew Lunn
2012-10-21  1:24 ` [PATCH v2 0/2] DT EHCI support for Kirkwood Jason Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).