mbox series

[GIT,PULL] ARM: at91: fixes for 4.19

Message ID 20180924200941.GA11498@piout.net (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ARM: at91: fixes for 4.19 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-4.19-fixes

Message

Alexandre Belloni Sept. 24, 2018, 8:09 p.m. UTC
Arnd, Olof,

Here is a small fix for an issue seen on the sama5d2 PTC EK.

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-4.19-fixes

for you to fetch changes up to 379e36d3f591cb62e781907edafea17d75e8c1fa:

  ARM: dts: at91: sama5d2_ptc_ek: fix nand pinctrl (2018-09-12 12:38:04 +0200)

----------------------------------------------------------------
AT91 fixes for 4.19:

 - fix a NAND issue on sama5d2_ptc_ek

----------------------------------------------------------------
Ludovic Desroches (1):
      ARM: dts: at91: sama5d2_ptc_ek: fix nand pinctrl

 arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts | 2 ++
 1 file changed, 2 insertions(+)

Comments

Olof Johansson Sept. 25, 2018, 7:31 p.m. UTC | #1
On Mon, Sep 24, 2018 at 10:09:41PM +0200, Alexandre Belloni wrote:
> Arnd, Olof,
> 
> Here is a small fix for an issue seen on the sama5d2 PTC EK.
> 
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> 
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-4.19-fixes
> 
> for you to fetch changes up to 379e36d3f591cb62e781907edafea17d75e8c1fa:
> 
>   ARM: dts: at91: sama5d2_ptc_ek: fix nand pinctrl (2018-09-12 12:38:04 +0200)
> 
> ----------------------------------------------------------------
> AT91 fixes for 4.19:
> 
>  - fix a NAND issue on sama5d2_ptc_ek

Merged, thanks (with slight elaboration on merge description from tag).


-Olof