Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751497AbbD3NbF (ORCPT ); Thu, 30 Apr 2015 09:31:05 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:37979 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750977AbbD3NbA (ORCPT ); Thu, 30 Apr 2015 09:31:00 -0400 From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, maxime.coquelin@st.com, patrice.chotard@st.com, balbi@ti.com, srinivas.kandagatla@gmail.com Cc: peter.griffin@linaro.org, lee.jones@linaro.org, devicetree@vger.kernel.org Subject: [PATCH v3 0/6] Add dwc3 usb3 DT node and various phy cleanup Date: Thu, 30 Apr 2015 14:30:46 +0100 Message-Id: <1430400652-3366-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 Content-Length: 1791 Lines: 52 Hi Maxime, This series primarily adds the dwc3 DT node which activates the usb3 controller on the stih407-b2120, stih410-b2120 and stih418-b2199 platforms. As part of getting this working I noticed an error with the picophyreset which stops the controller working which I've also fixed. regards, Peter. Changes in v3: - Add miphys8lp options properties for stih418 (Pete) - Add support for stih418-b2199 (Max) - Only enable usb3 controller in the board file (Max) - Fix superflous '\n' (Lee) - Rebase series on v4.1-rc1 (Pete) NB: Since v2 some patches were taken into the phy and ahci trees which I've now removed from the series. Changes in v2: - Update commit to explicitly say no ABI breakage (Rob) - Rebase series on v4.0-rc6 (Pete) - Collect up Acks (Pete) Peter Griffin (6): ARM: DT: STi: STiH407: Update picophyreset for the usb3 controllers usb2 phy ARM: DT: STi: STiH407: Add dwc3 usb3 DT node. usb: dwc3: dwc3-st: Update the incorrect DT dwc3 example. ARM: DT: STi: stihxxx-b2120: Enable USB3 port on stih407-b2120 and stih410-b2120 ARM: DT: STi: STiH418: Add miphy28lp optional oscillator clock properties ARM: DT: STi: STiH418: Enable USB3 port on stih418-b2199. Documentation/devicetree/bindings/usb/dwc3-st.txt | 7 +++--- arch/arm/boot/dts/stih407-family.dtsi | 30 ++++++++++++++++++++++- arch/arm/boot/dts/stih418-b2199.dts | 15 ++++++++++++ arch/arm/boot/dts/stihxxx-b2120.dtsi | 5 ++++ 4 files changed, 52 insertions(+), 5 deletions(-) -- 1.9.1 -- 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/