Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752916AbbKPVWi (ORCPT ); Mon, 16 Nov 2015 16:22:38 -0500 Received: from smtp3-g21.free.fr ([212.27.42.3]:17105 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752596AbbKPVW0 (ORCPT ); Mon, 16 Nov 2015 16:22:26 -0500 From: Alban Bedel To: linux-mips@linux-mips.org Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Ralf Baechle , Kishon Vijay Abraham I , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Alban Bedel Subject: [PATCH v2 0/5] MIPS: ath79: Add USB support on the TL-WR1043ND Date: Mon, 16 Nov 2015 22:21:59 +0100 Message-Id: <1447708924-15076-1-git-send-email-albeu@free.fr> X-Mailer: git-send-email 2.0.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1676 Lines: 40 Hi, First re-roll of this patch series to add a driver for the USB phy on ATH79 SoCs. As suggested in the previous series this new version include a generic driver for simple phys which is re-used for the ATH79 driver. This generic driver should be useful for all kind of phys that don't need any configuration. Alban Alban Bedel (5): phy: Add a driver for simple phy devicetree: Add bindings for the ATH79 USB phy phy: Add a driver for the ATH79 USB phy MIPS: ath79: Add the EHCI controller and USB phy to the AR9132 dtsi MIPS: ath79: Enable the USB port on the TL-WR1043ND .../devicetree/bindings/phy/phy-ath79-usb.txt | 18 ++ MAINTAINERS | 8 + arch/mips/boot/dts/qca/ar9132.dtsi | 26 +++ arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts | 8 + drivers/phy/Kconfig | 20 ++ drivers/phy/Makefile | 2 + drivers/phy/phy-ath79-usb.c | 116 ++++++++++++ drivers/phy/phy-simple.c | 204 +++++++++++++++++++++ include/linux/phy/simple.h | 39 ++++ 9 files changed, 441 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-ath79-usb.txt create mode 100644 drivers/phy/phy-ath79-usb.c create mode 100644 drivers/phy/phy-simple.c create mode 100644 include/linux/phy/simple.h -- 2.0.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/