From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751297AbaDZB0g (ORCPT ); Fri, 25 Apr 2014 21:26:36 -0400 Received: from eusmtp02.atmel.com ([82.20.71.19]:23589 "EHLO eusmtp02.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751063AbaDZB0e (ORCPT ); Fri, 25 Apr 2014 21:26:34 -0400 X-Greylist: delayed 325 seconds by postgrey-1.27 at vger.kernel.org; Fri, 25 Apr 2014 21:26:34 EDT Message-ID: <535B0A00.9080808@atmel.com> Date: Fri, 25 Apr 2014 18:21:04 -0700 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Arnd Bergmann , Olof Johansson , CC: Linux Kernel list , linux-arm-kernel , Jean-Christophe PLAGNIOL-VILLARD , Ludovic Desroches , Alexandre Belloni , Boris BREZILLON Subject: Re: [GIT PULL] at91: fixes for 3.15 #1 References: <1397857958-11283-1-git-send-email-nicolas.ferre@atmel.com> In-Reply-To: <1397857958-11283-1-git-send-email-nicolas.ferre@atmel.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [172.24.0.108] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18/04/2014 14:52, Nicolas Ferre : > Arnd, Olof, Kevin, > > Two little fixes for AT91. The one that moves the dt-bindings include > directory is pretty interesting as, with Exynos, AT91 was the only one > to use this "clk" directory. > > Thanks, best regards, > > The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5: > > Linux 3.15-rc1 (2014-04-13 14:18:35 -0700) > > are available in the git repository at: > > git://github.com/at91linux/linux-at91.git tags/at91-fixes Arnd, It seems that this material has not been integrated in today's arm-soc pull-request to Linus. Was it too late for this batch? Bye, > for you to fetch changes up to 35d35aae817706800a4913711d563a99e1dc380a: > > dt-bindings: clock: Move at91.h to dt-bindigs/clock (2014-04-18 23:44:52 +0200) > > ---------------------------------------------------------------- > 3.15 fixes for AT91 > - one little DT fix > - the use of proper directory for clock in include/dt-bindings > it allows to remove the now empty include/dt-bindings/clk > > ---------------------------------------------------------------- > Bo Shen (1): > ARM: at91: fix spi cs on sama5d3 Xplained board > > Tushar Behera (1): > dt-bindings: clock: Move at91.h to dt-bindigs/clock > > Documentation/devicetree/bindings/clock/at91-clock.txt | 2 +- > arch/arm/boot/dts/at91-sama5d3_xplained.dts | 4 ++-- > arch/arm/boot/dts/at91sam9261.dtsi | 2 +- > arch/arm/boot/dts/at91sam9rl.dtsi | 2 +- > arch/arm/boot/dts/sama5d3.dtsi | 2 +- > arch/arm/boot/dts/sama5d3_mci2.dtsi | 2 +- > arch/arm/boot/dts/sama5d3_tcb1.dtsi | 2 +- > arch/arm/boot/dts/sama5d3_uart.dtsi | 2 +- > include/dt-bindings/{clk => clock}/at91.h | 0 > 9 files changed, 9 insertions(+), 9 deletions(-) > rename include/dt-bindings/{clk => clock}/at91.h (100%) > -- Nicolas Ferre