From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753409AbaIHJbG (ORCPT ); Mon, 8 Sep 2014 05:31:06 -0400 Received: from mail-wg0-f42.google.com ([74.125.82.42]:51341 "EHLO mail-wg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753267AbaIHJbD (ORCPT ); Mon, 8 Sep 2014 05:31:03 -0400 From: Peter Griffin 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 Subject: [PATCH v3 0/4] Add usb phy support for STiH41x SoCs. Date: Mon, 8 Sep 2014 10:30:34 +0100 Message-Id: <1410168638-11072-1-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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. 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. .../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 | 192 +++++++++++++++++++++ 6 files changed, 227 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-stih41x-usb.txt create mode 100644 drivers/phy/phy-stih41x-usb.c -- 1.9.1