From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Subject: Re: [PATCH 0/5] USB: atmel: rework clock handling Date: Fri, 22 May 2015 11:15:08 +0200 Message-ID: <555EF39C.9030607@atmel.com> References: <1426608950-31555-1-git-send-email-boris.brezillon@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1426608950-31555-1-git-send-email-boris.brezillon@free-electrons.com> Sender: linux-kernel-owner@vger.kernel.org To: Boris Brezillon , Alexandre Belloni , Felipe Balbi , Greg Kroah-Hartman , linux-usb@vger.kernel.org Cc: Jean-Christophe Plagniol-Villard , Alan Stern , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Douglas Gilbert , Robert Nelson List-Id: devicetree@vger.kernel.org Le 17/03/2015 17:15, Boris Brezillon a =E9crit : > Hello, >=20 > This series reworks clock handling in atmel USB host drivers, and whi= le > doing so fixes a regression introduced by 3440ef1 (ARM: at91/dt: fix = USB > high-speed clock to select UTMI). >=20 > Best Regards, >=20 > Boris >=20 > Boris Brezillon (5): > USB: ehci-atmel: rework clk handling > USB: host: ohci-at91: remove useless uclk clock Now that these ones ^^^^ are in Linus' tree... =2E..these patches vvv > USB: atmel: update DT bindings documentation > ARM: at91/dt: remove useless uhpck clock references from ehci > defintions > ARM: at91/dt: remove useless usb clock ^^^^^ can be queued in at91-4.2-dt. They will go through the arm-soc ro= ute. And BTW: Acked-by: Nicolas Ferre Thanks Boris, bye. > .../devicetree/bindings/usb/atmel-usb.txt | 25 ++++++++++++= ++++++ > arch/arm/boot/dts/at91rm9200.dtsi | 4 +-- > arch/arm/boot/dts/at91sam9260.dtsi | 4 +-- > arch/arm/boot/dts/at91sam9261.dtsi | 4 +-- > arch/arm/boot/dts/at91sam9263.dtsi | 4 +-- > arch/arm/boot/dts/at91sam9g45.dtsi | 8 +++--- > arch/arm/boot/dts/at91sam9n12.dtsi | 5 ++-- > arch/arm/boot/dts/at91sam9x5.dtsi | 8 +++--- > arch/arm/boot/dts/sama5d3.dtsi | 9 +++---- > arch/arm/boot/dts/sama5d4.dtsi | 9 +++---- > drivers/usb/host/ehci-atmel.c | 30 +++++++-----= ---------- > drivers/usb/host/ohci-at91.c | 18 +++---------= - > 12 files changed, 63 insertions(+), 65 deletions(-) >=20 --=20 Nicolas Ferre