From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965518AbbEMWtX (ORCPT ); Wed, 13 May 2015 18:49:23 -0400 Received: from mail-oi0-f48.google.com ([209.85.218.48]:34339 "EHLO mail-oi0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934574AbbEMWtR (ORCPT ); Wed, 13 May 2015 18:49:17 -0400 From: Rob Herring To: Greg Kroah-Hartman , Alan Stern , Kishon Vijay Abraham I Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-usb@vger.kernel.org, Rob Herring Subject: [PATCH 0/5] Marvell PXA1928 USB support Date: Wed, 13 May 2015 17:48:55 -0500 Message-Id: <1431557340-5421-1-git-send-email-robh@kernel.org> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: [PATCH 0/5] Marvell PXA1928 USB support Date: Wed, 13 May 2015 17:48:55 -0500 Message-ID: <1431557340-5421-1-git-send-email-robh@kernel.org> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Greg Kroah-Hartman , Alan Stern , Kishon Vijay Abraham I Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring List-Id: devicetree@vger.kernel.org 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 -- 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