mbox series

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

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-fixes-5.12-1

Message

Gregory CLEMENT April 2, 2021, 8:37 p.m. UTC
Hi,

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

Gregory

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-fixes-5.12-1

for you to fetch changes up to a26c56ae67fa9fbb45a8a232dcd7ebaa7af16086:

  ARM: dts: turris-omnia: configure LED[2]/INTn pin as interrupt pin (2021-04-02 22:14:44 +0200)

----------------------------------------------------------------
mvebu fixes for 5.12 (part 1)

2 fixes on on turris-omnia (Armada 38x based:)
 - Fix storm interrupt
 - Enable hardware buffer management as it should be

Unbreak AHCI on all Marvell Armada 7k8k / CN913x platforms

----------------------------------------------------------------
Gregory CLEMENT (1):
      Revert "arm64: dts: marvell: armada-cp110: Switch to per-port SATA interrupts"

Marek BehĂșn (1):
      ARM: dts: turris-omnia: configure LED[2]/INTn pin as interrupt pin

Rui Salvaterra (1):
      ARM: dts: turris-omnia: fix hardware buffer management

 arch/arm/boot/dts/armada-385-turris-omnia.dts | 4 +++-
 arch/arm64/boot/dts/marvell/armada-cp11x.dtsi | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

Comments

Arnd Bergmann April 3, 2021, 8:56 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 02 Apr 2021 22:37:30 +0200, Gregory CLEMENT wrote:
> Here is the first pull request for fixes for mvebu for v5.12.
> 
> Gregory
> 
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: 6bf18bbe1999c4ad4875bb7205df70e1037d17cd

       Arnd