This series adds USB PHYs and EHCI host drivers for the Marvell PXA1928 SOC.
The OTG block is based on ChipIdea and works with the "chipidea,usb2" compatible driver as is just by adding the PHY driver. Yay! After more testing it turns out the EHCI host is also based on ChipIdea too. So this version uses the ChipIdea driver for both. A couple of fixes are needed to make the ChipIdea driver work with the PXA1928 EHCI host. Rob v3: - Clarify FSL only binding properties. - Add owner field to phy_ops. - Restructure split between PHY init/power_on and power_off/exit. - Fix PHY error path handling. - drop unrelated change in ci_hdrc_usb2.c. - Add Peter's tested-by. v2: - Use ChipIdea driver for EHCI host, dropping the Marvell specific EHCI driver - Consolidate ChipIdea bindings to single common doc. - rename phy driver files to phy-pxa-28nm-{usb2,hsic}.c - Simplified work-around for HSIC phy/controller handshake. Rob Herring (6): dt-bindings: Add Marvell PXA1928 USB and HSIC PHY bindings phy: Add Marvell USB 2.0 OTG 28nm PHY phy: add Marvell HSIC 28nm PHY dt-bindings: Consolidate ChipIdea USB ci13xxx bindings usb: chipidea: allow multiple instances to use default ci_default_pdata usb: chipidea: add work-around for Marvell HSIC PHY startup .../devicetree/bindings/phy/pxa1928-usb-phy.txt | 18 ++ .../devicetree/bindings/usb/ci-hdrc-imx.txt | 35 -- .../devicetree/bindings/usb/ci-hdrc-qcom.txt | 17 - .../devicetree/bindings/usb/ci-hdrc-usb2.txt | 22 +- .../devicetree/bindings/usb/ci-hdrc-zevio.txt | 17 - drivers/phy/Kconfig | 20 ++ drivers/phy/Makefile | 2 + drivers/phy/phy-pxa-28nm-hsic.c | 220 +++++++++++++ drivers/phy/phy-pxa-28nm-usb2.c | 355 +++++++++++++++++++++ drivers/usb/chipidea/ci_hdrc_usb2.c | 8 +- drivers/usb/chipidea/host.c | 12 + 11 files changed, 653 insertions(+), 73 deletions(-) create mode 100644 Documentation/devicetree/bindings/phy/pxa1928-usb-phy.txt delete mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt delete mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-qcom.txt delete mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-zevio.txt create mode 100644 drivers/phy/phy-pxa-28nm-hsic.c create mode 100644 drivers/phy/phy-pxa-28nm-usb2.c -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/