mbox series

[GIT,PULL] ARM: mvebu: fixes for v5.0 (#1)

Message ID 87zhs7qgfr.fsf@FE-laptop
State New
Headers show
Series [GIT,PULL] ARM: mvebu: fixes for v5.0 (#1) | expand

Pull-request

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

Message

Gregory CLEMENT Jan. 11, 2019, 4:58 p.m. UTC
Hi,

Here is the first pull request for fixes for mvebu for v5.0.

Gregory

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b5f034845e70916fd33e172fad5ad530a29c10ab:

  ARM: dts: kirkwood: Fix polarity of GPIO fan lines (2019-01-10 12:23:47 +0100)

----------------------------------------------------------------
mvebu fixes for 5.0

They are all device tree fixes which also worth being in stable:

 - Reserve PSCI area on Armada 7K/8K preventing the kernel accessing
   this area and crashing while doing it.

 - Use correct PCIe reset signal on MACCHIATOBin  (Armada 8040 based)

 - Fix polarity of GPIO fan line D-Link DNS NASes(kikwood based)

----------------------------------------------------------------
Baruch Siach (1):
      arm64: dts: marvell: mcbin: fix PCIe reset signal

Heinrich Schuchardt (1):
      arm64: dts: marvell: armada-ap806: reserve PSCI area

Linus Walleij (1):
      ARM: dts: kirkwood: Fix polarity of GPIO fan lines

 arch/arm/boot/dts/kirkwood-dnskw.dtsi              |  4 ++--
 arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi |  2 +-
 arch/arm64/boot/dts/marvell/armada-ap806.dtsi      | 17 +++++++++++++++++
 3 files changed, 20 insertions(+), 3 deletions(-)

Comments

Olof Johansson Jan. 13, 2019, 6:04 a.m. UTC | #1
On Fri, Jan 11, 2019 at 05:58:48PM +0100, Gregory CLEMENT wrote:
> Hi,
> 
> Here is the first pull request for fixes for mvebu for v5.0.
> 
> Gregory
> 
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
> 
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/linux-mvebu.git tags/mvebu-fixes-5.0-1
> 
> for you to fetch changes up to b5f034845e70916fd33e172fad5ad530a29c10ab:
> 
>   ARM: dts: kirkwood: Fix polarity of GPIO fan lines (2019-01-10 12:23:47 +0100)
> 
> ----------------------------------------------------------------
> mvebu fixes for 5.0
> 
> They are all device tree fixes which also worth being in stable:
> 
>  - Reserve PSCI area on Armada 7K/8K preventing the kernel accessing
>    this area and crashing while doing it.
> 
>  - Use correct PCIe reset signal on MACCHIATOBin  (Armada 8040 based)
> 
>  - Fix polarity of GPIO fan line D-Link DNS NASes(kikwood based)

Merged, thanks!


-Olof