mbox series

[GIT,PULL] ARM: mvebu: fixes for v4.20 (#1)

Message ID 87efasv2cn.fsf@bootlin.com
State New
Headers show
Series [GIT,PULL] ARM: mvebu: fixes for v4.20 (#1) | expand

Pull-request

git://git.infradead.org/linux-mvebu.git tags/mvebu-fixes-4.20-1

Message

Gregory CLEMENT Dec. 8, 2018, 8:39 a.m. UTC
Hi,

Here is the first pull request for fixes for mvebu for v4.20.

Gregory

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-fixes-4.20-1

for you to fetch changes up to dae522045094ebfa9a10cf7951a8f79b02da8e15:

  Revert "arm64: dts: marvell: add CPU Idle power state support on Armada 7K/8K" (2018-12-05 09:28:17 +0100)

----------------------------------------------------------------
mvebu fixes for 4.20

Adding CPU Idle state in the device tree for Armada 8040 seems to
breaks boot on some board, so let's revert it waiting for a better
solution.

----------------------------------------------------------------
Baruch Siach (1):
      Revert "arm64: dts: marvell: add CPU Idle power state support on Armada 7K/8K"

 arch/arm64/boot/dts/marvell/armada-ap806-quad.dtsi |  4 ----
 arch/arm64/boot/dts/marvell/armada-ap806.dtsi      | 27 ----------------------
 2 files changed, 31 deletions(-)

Comments

Olof Johansson Dec. 9, 2018, 6:28 p.m. UTC | #1
On Sat, Dec 08, 2018 at 09:39:52AM +0100, Gregory CLEMENT wrote:
> Hi,
> 
> Here is the first pull request for fixes for mvebu for v4.20.
> 
> Gregory
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/linux-mvebu.git tags/mvebu-fixes-4.20-1
> 
> for you to fetch changes up to dae522045094ebfa9a10cf7951a8f79b02da8e15:
> 
>   Revert "arm64: dts: marvell: add CPU Idle power state support on Armada 7K/8K" (2018-12-05 09:28:17 +0100)
> 
> ----------------------------------------------------------------
> mvebu fixes for 4.20
> 
> Adding CPU Idle state in the device tree for Armada 8040 seems to
> breaks boot on some board, so let's revert it waiting for a better
> solution.

Merged, thanks!


-Olof