From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Griffin Subject: [PATCH 0/3] Add usb phy support for STiH41x SoCs. Date: Fri, 8 Aug 2014 11:19:32 +0100 Message-ID: <1407493175-2611-1-git-send-email-peter.griffin@linaro.org> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kishon@ti.com, srinivas.kandagatla@gmail.com, maxime.coquelin@st.com, patrice.chotard@st.com Cc: peter.griffin@linaro.org, lee.jones@linaro.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org 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. Peter Griffin (3): 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 .../devicetree/bindings/phy/phy-stih41x-usb.txt | 24 +++ MAINTAINERS | 1 + drivers/phy/Kconfig | 8 + drivers/phy/Makefile | 1 + drivers/phy/phy-stih41x-usb.c | 187 +++++++++++++++++++++ 5 files changed, 221 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt create mode 100644 drivers/phy/phy-stih41x-usb.c -- 1.9.1