devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4]   Add usb phy support for STiH41x SoCs.
@ 2014-09-08 10:32 Peter Griffin
  2014-09-08 10:33 ` [PATCH v4 1/4] phy: phy-stih41x-usb: " Peter Griffin
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Peter Griffin @ 2014-09-08 10:32 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, kishon-l0cyMroinI0,
	srinivas.kandagatla-Re5JQEeQqe8AvxtiuMwx3w,
	maxime.coquelin-qxv4g6HH51o, patrice.chotard-qxv4g6HH51o
  Cc: peter.griffin-QSEj5FYQhm4dnm+yROfE0A,
	lee.jones-QSEj5FYQhm4dnm+yROfE0A,
	devicetree-u79uwXL29TY76Z2rM5mHXA

This series adds support for the on-chip PHY used for USB 1.1 and 2.0 found
on STiH415 and STiH416 consumer electronics SoC's from STMicroelectronics.

Changes since v3:
 - Fix copy/paste typo whereby phy is registered twice
 - Remove .owner field, as device is registered using module_platform_driver API

Changes since v2:
 - Rebased on top of 3.17-rc3
 - Enable driver in multi_v7_defconfig

Changes since v1:
 - Change to select GENERIC_PHY rather than depends for uniformity
 - Ensure phy_provider_register is called  after PHY is created
 - Add extra commit message for MAINTAINERS patch

Peter Griffin (4):
  phy: phy-stih41x-usb: Add usb phy support for STiH41x SoCs.
  phy: phy-stih41x-usb: Add dt documentation for USB phy on STiH415/6
  MAINTAINERS: Add phy-stih41x-usb.c to ARCH/STI architecture
  ARM: multi_v7_defconfig: Enable stih41x usb phy driver.

Peter Griffin (4):
  phy: phy-stih41x-usb: Add usb phy support for STiH41x SoCs.
  phy: phy-stih41x-usb: Add dt documentation for USB phy on STiH415/6
  MAINTAINERS: Add phy-stih41x-usb.c to ARCH/STI architecture
  ARM: multi_v7_defconfig: Enable stih41x usb phy driver.

 .../devicetree/bindings/phy/phy-stih41x-usb.txt    |  24 +++
 MAINTAINERS                                        |   1 +
 arch/arm/configs/multi_v7_defconfig                |   1 +
 drivers/phy/Kconfig                                |   8 +
 drivers/phy/Makefile                               |   1 +
 drivers/phy/phy-stih41x-usb.c                      | 187 +++++++++++++++++++++
 6 files changed, 222 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt
 create mode 100644 drivers/phy/phy-stih41x-usb.c

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-09-08 10:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-08 10:32 [PATCH v4 0/4] Add usb phy support for STiH41x SoCs Peter Griffin
2014-09-08 10:33 ` [PATCH v4 1/4] phy: phy-stih41x-usb: " Peter Griffin
2014-09-08 10:33 ` [PATCH v4 2/4] phy: phy-stih41x-usb: Add dt documentation for USB phy on STiH415/6 Peter Griffin
2014-09-08 10:33 ` [PATCH v4 3/4] MAINTAINERS: Add phy-stih41x-usb.c to ARCH/STI architecture Peter Griffin
2014-09-08 10:33 ` [PATCH v4 4/4] ARM: multi_v7_defconfig: Enable stih41x usb phy driver Peter Griffin

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).