From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Griffin Subject: [PATCH 0/3] Add picoPHY usb phy driver found on stih407 family SoC's Date: Wed, 3 Sep 2014 11:27:56 +0100 Message-ID: <1409740079-16554-1-git-send-email-peter.griffin@linaro.org> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, srinivas.kandagatla-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, maxime.coquelin-qxv4g6HH51o@public.gmane.org, patrice.chotard-qxv4g6HH51o@public.gmane.org, kishon-l0cyMroinI0@public.gmane.org Cc: peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org This series adds support for the picoPHY usb phy which is used by the usb2 and usb3 host controllers when controlling usb2/1.1 devices. It is found on stih407 family SoC's from the consumer electronics devision of STMicroelectronics. Peter Griffin (3): phy: phy-stih407-usb: Add usb picoPHY driver found on stih407 SoC family phy: phy-stih407-usb: Add dt documentation for USB picophy found on stih407 SoC family MAINTAINERS: Add phy-stih407-usb.c file to ARCH/STI architecture .../devicetree/bindings/phy/phy-stih407-usb.txt | 37 +++++ MAINTAINERS | 1 + drivers/phy/Kconfig | 8 + drivers/phy/Makefile | 2 + drivers/phy/phy-stih407-usb.c | 185 +++++++++++++++++++++ 5 files changed, 233 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-stih407-usb.txt create mode 100644 drivers/phy/phy-stih407-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