mbox

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

Message ID 20170529092315.kvlx7oioxjlv34ky@piout.net
State New
Headers show

Pull-request

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

Message

Alexandre Belloni May 29, 2017, 9:23 a.m. UTC
Arnd, Olof,

Here are two fixes for 4.12.

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

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

for you to fetch changes up to cc7a938f5f308eeb6f8fe3cec28e1800aa81facb:

  ARM: at91: select CONFIG_ARM_CPU_SUSPEND (2017-05-29 11:06:56 +0200)

----------------------------------------------------------------
Fixes for 4.12:

Fix two compilation issues

----------------------------------------------------------------
Arnd Bergmann (2):
      memory: atmel-ebi: mark PM ops as __maybe_unused
      ARM: at91: select CONFIG_ARM_CPU_SUSPEND

 arch/arm/mach-at91/Kconfig | 1 +
 drivers/memory/atmel-ebi.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

Comments

Olof Johansson June 1, 2017, 11:53 p.m. UTC | #1
On Mon, May 29, 2017 at 11:23:15AM +0200, Alexandre Belloni wrote:
> Arnd, Olof,
> 
> Here are two fixes for 4.12.
> 
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-4.12-fixes
> 
> for you to fetch changes up to cc7a938f5f308eeb6f8fe3cec28e1800aa81facb:
> 
>   ARM: at91: select CONFIG_ARM_CPU_SUSPEND (2017-05-29 11:06:56 +0200)
> 
> ----------------------------------------------------------------
> Fixes for 4.12:
> 
> Fix two compilation issues

Merged, thanks.


-Olof