mbox

[GIT,PULL] at91: dt for 4.7 #1

Message ID 1459267629-16376-1-git-send-email-nicolas.ferre@atmel.com
State New
Headers show

Pull-request

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

Message

Nicolas Ferre March 29, 2016, 4:07 p.m. UTC
Arnd, Olof, Kevin,

Here again, some little update on the DT front. Nothing big nor surprising.
As for the "soc" PR, it's not urgent and I can rebase this one as well if needed.
More material will certainly stack on this later for 4.7...

Thanks, bye,

The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -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 fd718627b31dfccc1875320a1e63bfc654ca4dc4:

  ARM: dts: at91: sama5d2: add LCD controller (2016-03-29 16:32:33 +0200)

----------------------------------------------------------------
First DT batch for 4.7, additions for sama5d2 SoC:
- chipid node to identify the SoC
- SFR node (Special Function Registers)
- LCD controller's node

----------------------------------------------------------------
Cyrille Pitchen (1):
      ARM: dts: at91: sama5d2: add SFR node

Ludovic Desroches (1):
      ARM: dts: at91: sama5d2: add chipid node

Nicolas Ferre (1):
      ARM: dts: at91: sama5d2: add LCD controller

 .../devicetree/bindings/arm/atmel-at91.txt         |  2 +-
 arch/arm/boot/dts/sama5d2.dtsi                     | 36 ++++++++++++++++++++++
 include/soc/at91/atmel-sfr.h                       | 18 +++++++++++
 3 files changed, 55 insertions(+), 1 deletion(-)
 create mode 100644 include/soc/at91/atmel-sfr.h

Comments

Olof Johansson April 13, 2016, 5:13 p.m. UTC | #1
On Tue, Mar 29, 2016 at 06:07:09PM +0200, Nicolas Ferre wrote:
> Arnd, Olof, Kevin,
> 
> Here again, some little update on the DT front. Nothing big nor surprising.
> As for the "soc" PR, it's not urgent and I can rebase this one as well if needed.
> More material will certainly stack on this later for 4.7...
> 
> Thanks, bye,
> 
> The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
> 
>   Linux 4.6-rc1 (2016-03-26 16:03:24 -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 fd718627b31dfccc1875320a1e63bfc654ca4dc4:
> 
>   ARM: dts: at91: sama5d2: add LCD controller (2016-03-29 16:32:33 +0200)
> 
> ----------------------------------------------------------------
> First DT batch for 4.7, additions for sama5d2 SoC:
> - chipid node to identify the SoC
> - SFR node (Special Function Registers)
> - LCD controller's node

Merged, thanks.

-Olof