mbox

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

Message ID 20170314105208.gamqtnumihav7tbf@piout.net
State New
Headers show

Pull-request

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

Message

Alexandre Belloni March 14, 2017, 10:52 a.m. UTC
Arnd, Olof,

Here are two fixes for 4.11. The revert is reverting a DT patch that
went through the USB tree but should have never been applied.

The second patch fixes an issue were the SoC hangs when using
at91_cpuidle.


The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to 60b89f1928af80b546b5c3fd8714a62f6f4b8844:

  ARM: at91: pm: cpu_idle: switch DDR to power-down mode (2017-03-14 11:09:50 +0100)

----------------------------------------------------------------
Fixes for 4.11:

 - Fix USB host for sama5d2
 - Fix cpuidle on sama5

----------------------------------------------------------------
Nicolas Ferre (1):
      ARM: at91: pm: cpu_idle: switch DDR to power-down mode

Romain Izard (1):
      Revert "ARM: at91/dt: sama5d2: Use new compatible for ohci node"

 arch/arm/boot/dts/sama5d2.dtsi |  2 +-
 arch/arm/mach-at91/pm.c        | 18 +++++++++++++++++-
 2 files changed, 18 insertions(+), 2 deletions(-)

Comments

Olof Johansson March 22, 2017, 12:33 a.m. UTC | #1
On Tue, Mar 14, 2017 at 11:52:08AM +0100, Alexandre Belloni wrote:
> Arnd, Olof,
> 
> Here are two fixes for 4.11. The revert is reverting a DT patch that
> went through the USB tree but should have never been applied.
> 
> The second patch fixes an issue were the SoC hangs when using
> at91_cpuidle.
> 
> 
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-ab-4.11-fixes
> 
> for you to fetch changes up to 60b89f1928af80b546b5c3fd8714a62f6f4b8844:
> 
>   ARM: at91: pm: cpu_idle: switch DDR to power-down mode (2017-03-14 11:09:50 +0100)
> 
> ----------------------------------------------------------------
> Fixes for 4.11:
> 
>  - Fix USB host for sama5d2
>  - Fix cpuidle on sama5

Merged, thanks.


-Olof