2014-11-03 17:43:21

by Nicolas Ferre

[permalink] [raw]
Subject: [GIT PULL] at91: dt for 3.19 #1

Arnd, Olof, Kevin,

Very little DT update for AT91. More will come but I want to send this first
batch soon so it doesn't get in the way of larger modifications.

Thanks, best regards,

The following changes since commit cac7f2429872d3733dc3f9915857b1691da2eb2f:

Linux 3.18-rc2 (2014-10-26 16:48:41 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-dt

for you to fetch changes up to 2667c6adfcf686e8c5a5b56e8c7c65af001df2cb:

ARM: at91/dt: at91sam9263: Add CAN device nodes (2014-11-03 11:34:33 +0100)

----------------------------------------------------------------
First DT batch for 3.19:
- CAN device nodes for at91sam9263 and at91sam9x5
- at91sam9x5 DMA definitions for usart

----------------------------------------------------------------
Alexander Stein (2):
ARM: at91/dt: at91sam9x5: Add CAN device nodes
ARM: at91/dt: at91sam9263: Add CAN device nodes

Jiri Prchal (1):
ARM: at91: at91sam9x5 dt: add usart dma definitions to dt

Nicolas Ferre (1):
ARM: at91/dt/trivial: at91sam9x5_can.dtsi: comment and whitespace fixes

arch/arm/boot/dts/at91sam9263.dtsi | 19 ++++++++++++
arch/arm/boot/dts/at91sam9x25.dtsi | 1 +
arch/arm/boot/dts/at91sam9x35.dtsi | 1 +
arch/arm/boot/dts/at91sam9x5.dtsi | 12 ++++++++
arch/arm/boot/dts/at91sam9x5_can.dtsi | 50 ++++++++++++++++++++++++++++----
arch/arm/boot/dts/at91sam9x5_usart3.dtsi | 3 ++
6 files changed, 81 insertions(+), 5 deletions(-)

--
Nicolas Ferre


2014-11-09 00:54:23

by Olof Johansson

[permalink] [raw]
Subject: Re: [GIT PULL] at91: dt for 3.19 #1

On Mon, Nov 03, 2014 at 06:43:17PM +0100, Nicolas Ferre wrote:
> Arnd, Olof, Kevin,
>
> Very little DT update for AT91. More will come but I want to send this first
> batch soon so it doesn't get in the way of larger modifications.
>
> Thanks, best regards,
>
> The following changes since commit cac7f2429872d3733dc3f9915857b1691da2eb2f:
>
> Linux 3.18-rc2 (2014-10-26 16:48:41 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-dt
>
> for you to fetch changes up to 2667c6adfcf686e8c5a5b56e8c7c65af001df2cb:
>
> ARM: at91/dt: at91sam9263: Add CAN device nodes (2014-11-03 11:34:33 +0100)
>
> ----------------------------------------------------------------
> First DT batch for 3.19:
> - CAN device nodes for at91sam9263 and at91sam9x5
> - at91sam9x5 DMA definitions for usart

Merged, thanks.


-Olof