mbox series

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

Message ID 20180525225033.GA26989@piout.net
State New
Headers show
Series [GIT,PULL] ARM: at91: DT for 4.18 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-ab-4.18-dt

Message

Alexandre Belloni May 25, 2018, 10:50 p.m. UTC
Arnd, Olof,

I'm a bit late for this very small PR, as I had to extend the expiration
date for my GPG signature key.

Two small DT changes that have no functional impact.

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-ab-4.18-dt

for you to fetch changes up to a642693882ce417683012a211ca9d6e65bae1dc4:

  ARM: dts: at91-sama5d2_xplained: Use IRQ_TYPE specifier (2018-05-14 15:29:52 +0200)

----------------------------------------------------------------
AT91 DT for 4.18:

 - small DT improvements without functional changes

----------------------------------------------------------------
Dmitry Torokhov (1):
      ARM: dts: at91: sama5d4ek: use canonical compatible for touchscreen

Hernán Gonzalez (1):
      ARM: dts: at91-sama5d2_xplained: Use IRQ_TYPE specifier

 arch/arm/boot/dts/at91-sama5d2_xplained.dts | 2 +-
 arch/arm/boot/dts/at91-sama5d4ek.dts        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Olof Johansson May 26, 2018, 6:45 p.m. UTC | #1
On Sat, May 26, 2018 at 12:50:33AM +0200, Alexandre Belloni wrote:
> Arnd, Olof,
> 
> I'm a bit late for this very small PR, as I had to extend the expiration
> date for my GPG signature key.
> 
> Two small DT changes that have no functional impact.
> 
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-ab-4.18-dt
> 
> for you to fetch changes up to a642693882ce417683012a211ca9d6e65bae1dc4:
> 
>   ARM: dts: at91-sama5d2_xplained: Use IRQ_TYPE specifier (2018-05-14 15:29:52 +0200)
> 
> ----------------------------------------------------------------
> AT91 DT for 4.18:
> 
>  - small DT improvements without functional changes
> 
> ----------------------------------------------------------------
> Dmitry Torokhov (1):
>       ARM: dts: at91: sama5d4ek: use canonical compatible for touchscreen
> 
> Hernán Gonzalez (1):
>       ARM: dts: at91-sama5d2_xplained: Use IRQ_TYPE specifier

Merged, thanks.


-Olof