[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1441120994-31476-1-git-send-email-albeu@free.fr>
Date: Tue, 1 Sep 2015 17:23:10 +0200
From: Alban Bedel <albeu@...e.fr>
To: linux-mips@...ux-mips.org
Cc: Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>,
Ralf Baechle <ralf@...ux-mips.org>,
Kishon Vijay Abraham I <kishon@...com>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Alban Bedel <albeu@...e.fr>
Subject: [PATCH 0/4] MIPS: ath79: Add USB support on the TL-WR1043ND
Hi,
this serie add a driver for the USB phy on the ATH79 SoCs and enable the
USB port on the TL-WR1043ND. The phy controller is really trivial as it
only use reset lines.
Alban
Alban Bedel (4):
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 ++++
arch/mips/boot/dts/qca/ar9132.dtsi | 24 +++++
arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts | 4 +
drivers/phy/Kconfig | 8 ++
drivers/phy/Makefile | 1 +
drivers/phy/phy-ath79-usb.c | 115 +++++++++++++++++++++
6 files changed, 170 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/phy-ath79-usb.txt
create mode 100644 drivers/phy/phy-ath79-usb.c
--
2.0.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists