All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Marvell PXA1928 USB support
@ 2015-05-13 22:48 ` Rob Herring
  0 siblings, 0 replies; 39+ messages in thread
From: Rob Herring @ 2015-05-13 22:48 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Alan Stern, Kishon Vijay Abraham I
  Cc: linux-kernel, devicetree, linux-usb, Rob Herring

This series adds USB PHYs and EHCI host drivers for the Marvell PXA1928 
SOC.

The OTG block is based on ChipIdea and works with "chipidea,usb2" 
compatible driver as is just by adding the PHY driver. Yay!

Rob

Rob Herring (5):
  dt-bindings: Add Marvell PXA1928 USB and HSIC PHY bindings
  dt-bindings: Add Marvell PXA1928 USB EHCI controller binding
  phy: Add Marvell USB 2.0 OTG 28nm PHY
  phy: add Marvell HSIC 28nm PHY
  usb: add pxa1928 ehci support

 .../devicetree/bindings/phy/pxa1928-usb-phy.txt    |  18 ++
 .../devicetree/bindings/usb/ehci-pxa1928.txt       |  19 ++
 drivers/phy/Kconfig                                |  20 ++
 drivers/phy/Makefile                               |   2 +
 drivers/phy/phy-mv-hsic.c                          | 208 +++++++++++++
 drivers/phy/phy-mv-usb2.c                          | 329 +++++++++++++++++++++
 drivers/usb/host/Kconfig                           |  15 +-
 drivers/usb/host/Makefile                          |   1 +
 drivers/usb/host/ehci-mv-of.c                      | 243 +++++++++++++++
 9 files changed, 854 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/phy/pxa1928-usb-phy.txt
 create mode 100644 Documentation/devicetree/bindings/usb/ehci-pxa1928.txt
 create mode 100644 drivers/phy/phy-mv-hsic.c
 create mode 100644 drivers/phy/phy-mv-usb2.c
 create mode 100644 drivers/usb/host/ehci-mv-of.c

-- 
2.1.0


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

end of thread, other threads:[~2015-05-26  6:07 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-13 22:48 [PATCH 0/5] Marvell PXA1928 USB support Rob Herring
2015-05-13 22:48 ` Rob Herring
2015-05-13 22:48 ` [PATCH 1/5] dt-bindings: Add Marvell PXA1928 USB and HSIC PHY bindings Rob Herring
2015-05-13 22:48   ` Rob Herring
2015-05-13 22:48 ` [PATCH 2/5] dt-bindings: Add Marvell PXA1928 USB EHCI controller binding Rob Herring
2015-05-13 22:48 ` [PATCH 3/5] phy: Add Marvell USB 2.0 OTG 28nm PHY Rob Herring
2015-05-13 22:48   ` Rob Herring
2015-05-21 12:33   ` Kishon Vijay Abraham I
2015-05-21 12:33     ` Kishon Vijay Abraham I
2015-05-13 22:48 ` [PATCH 4/5] phy: add Marvell HSIC " Rob Herring
2015-05-21 12:45   ` Kishon Vijay Abraham I
2015-05-21 12:45     ` Kishon Vijay Abraham I
2015-05-21 12:51     ` Kishon Vijay Abraham I
2015-05-21 12:51       ` Kishon Vijay Abraham I
2015-05-22 19:54       ` Rob Herring
2015-05-22 19:54         ` Rob Herring
2015-05-26  6:06         ` Kishon Vijay Abraham I
2015-05-13 22:49 ` [PATCH 5/5] usb: add pxa1928 ehci support Rob Herring
2015-05-14  8:24   ` Paul Bolle
2015-05-14 10:42     ` Arnd Bergmann
2015-05-14 13:25       ` Rob Herring
2015-05-14 13:25         ` Rob Herring
2015-05-14 10:43   ` Arnd Bergmann
2015-05-14 14:56   ` Alan Stern
2015-05-14 14:56     ` Alan Stern
2015-05-14 16:36     ` Rob Herring
2015-05-14 16:36       ` Rob Herring
2015-05-14 17:06       ` Alan Stern
2015-05-14 17:06         ` Alan Stern
2015-05-14 15:55   ` Alan Stern
2015-05-14 15:55     ` Alan Stern
2015-05-15  9:32     ` Arnd Bergmann
2015-05-15  9:55 ` [PATCH 0/5] Marvell PXA1928 USB support Sebastian Hesselbarth
2015-05-15  9:55   ` Sebastian Hesselbarth
2015-05-15 12:48   ` Rob Herring
2015-05-15 12:48     ` Rob Herring
2015-05-15 14:11     ` Arnd Bergmann
2015-05-15 16:04       ` Rob Herring
2015-05-15 16:04         ` Rob Herring

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.