mbox series

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

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

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/gclement/mvebu tags/mvebu-fixes-5.9-1

Message

Gregory CLEMENT Sept. 24, 2020, 9:29 a.m. UTC
Hi,

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

Gregory

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/gclement/mvebu tags/mvebu-fixes-5.9-1

for you to fetch changes up to 0b58725fb9a446890c1fd28fc6c9e393ce21acb7:

  ARM: mvebu: drop pointless check for coherency_base (2020-09-24 10:19:06 +0200)

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

- Allow to use correct MAC address for particular DSA slaves /
  ethernet ports on Espressobin (Armada 3720)

- Remove incorrect check in ll_get_coherency_base() used for Armada
  370/XP SoCs.

----------------------------------------------------------------
Ard Biesheuvel (1):
      ARM: mvebu: drop pointless check for coherency_base

Pali Rohár (1):
      arm64: dts: marvell: espressobin: Add ethernet switch aliases

 arch/arm/mach-mvebu/coherency_ll.S                           |  7 +------
 .../boot/dts/marvell/armada-3720-espressobin-v7-emmc.dts     | 10 ++++++++--
 arch/arm64/boot/dts/marvell/armada-3720-espressobin-v7.dts   | 10 ++++++++--
 arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi     | 12 ++++++++----
 4 files changed, 25 insertions(+), 14 deletions(-)

Comments

Olof Johansson Sept. 26, 2020, 5:14 p.m. UTC | #1
Hi,

On Thu, Sep 24, 2020 at 11:29:57AM +0200, Gregory CLEMENT wrote:
> Hi,
> 
> Here is the first pull request for fixes for mvebu for v5.9.
> 
> Gregory
> 
> The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
> 
>   Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
> 
> are available in the Git repository at:
> 
>   git@gitolite.kernel.org:pub/scm/linux/kernel/git/gclement/mvebu tags/mvebu-fixes-5.9-1

Please only use http{,.s}:// or git:// URLs for pull requests. It seems
patchwork doesn't detect the SSH versions (and only those with kernel.org
accounts can fetch those without rewriting them to the public versions anyway).



-Olof