mbox series

[GIT,PULL] ARM: at91: DT for 5.2

Message ID 20190423062426.27623-1-ludovic.desroches@microchip.com
State New
Headers show
Series [GIT,PULL] ARM: at91: DT for 5.2 | expand

Pull-request

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

Message

Ludovic Desroches April 23, 2019, 6:24 a.m. UTC
Hi Arnd, Kevin, Olof,

Use of SPDX License identifiers and for sama5d2: addition of labels and
regulator states.

Regards

Ludovic


The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a4a11b7934a5350fa825fee35b4bbbbe581a313a:

  ARM: dts: at91-vinco: use SPDX-License-Identifier (2019-04-08 13:52:36 +0200)

----------------------------------------------------------------
Alexandre Belloni (4):
      ARM: dts: sama5d{2,4}: use SPDX-License-Identifier
      ARM: dts: at91sam9xe: use SPDX-License-Identifier
      ARM: dts: atmel boards: use SPDX-License-Identifier
      ARM: dts: at91-vinco: use SPDX-License-Identifier

Boris Brezillon (1):
      ARM: dts: at91: sama5d2_xplained: Add proper regulator states for suspend-to-mem

Nicolas Ferre (1):
      ARM: dts: at91: sama5d2: add labels to soc dtsi for derivative boards

 arch/arm/boot/dts/at91-sama5d27_som1.dtsi   | 39 +-----------
 arch/arm/boot/dts/at91-sama5d27_som1_ek.dts | 39 +-----------
 arch/arm/boot/dts/at91-sama5d2_xplained.dts | 93 +++++++++++++++++------------
 arch/arm/boot/dts/at91-sama5d4_xplained.dts | 39 +-----------
 arch/arm/boot/dts/at91-sama5d4ek.dts        | 39 +-----------
 arch/arm/boot/dts/at91-vinco.dts            | 39 +-----------
 arch/arm/boot/dts/at91sam9260ek.dts         | 39 +-----------
 arch/arm/boot/dts/at91sam9xe.dtsi           | 39 +-----------
 arch/arm/boot/dts/sama5d2.dtsi              | 45 ++------------
 arch/arm/boot/dts/sama5d36ek_cmp.dts        | 39 +-----------
 arch/arm/boot/dts/sama5d3xcm_cmp.dtsi       | 39 +-----------
 arch/arm/boot/dts/sama5d3xmb_cmp.dtsi       | 39 +-----------
 arch/arm/boot/dts/sama5d4.dtsi              | 39 +-----------
 13 files changed, 70 insertions(+), 497 deletions(-)

Comments

Olof Johansson April 28, 2019, 7:53 p.m. UTC | #1
On Tue, Apr 23, 2019 at 08:24:26AM +0200, Ludovic Desroches wrote:
> Hi Arnd, Kevin, Olof,
> 
> Use of SPDX License identifiers and for sama5d2: addition of labels and
> regulator states.
> 
> Regards
> 
> Ludovic
> 
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git at91-dt
> 
> for you to fetch changes up to a4a11b7934a5350fa825fee35b4bbbbe581a313a:
> 
>   ARM: dts: at91-vinco: use SPDX-License-Identifier (2019-04-08 13:52:36 +0200)

Merged, thanks!


-Olof