From patchwork Fri Jul 24 08:28:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 11682629 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5085F913 for ; Fri, 24 Jul 2020 08:28:06 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 4514920714; Fri, 24 Jul 2020 08:28:06 +0000 (UTC) Delivered-To: soc@kernel.org Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 51606206EB; Fri, 24 Jul 2020 08:28:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 51606206EB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=gregory.clement@bootlin.com X-Originating-IP: 91.175.115.186 Received: from localhost (91-175-115-186.subs.proxad.net [91.175.115.186]) (Authenticated sender: gregory.clement@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id E2A36C0008; Fri, 24 Jul 2020 08:28:02 +0000 (UTC) From: Gregory CLEMENT List-Id: To: Arnd Bergmann , Olof Johansson , , soc@kernel.org Cc: Andrew Lunn , Jason Cooper , Sebastian Hesselbarth , Subject: [GIT PULL] ARM: mvebu: fixes for v5.8 (#1) Date: Fri, 24 Jul 2020 10:28:02 +0200 Message-ID: <87o8o51fn1.fsf@FE-laptop> MIME-Version: 1.0 Hi, Here is the first pull request for fixes for mvebu for v5.8. We've just moved to kernel.org. For now the mvebu branches are associated to my account, but we plan to setup a mvebu group repository for the next release. Gregory The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git@gitolite.kernel.org:pub/scm/linux/kernel/git/gclement/mvebu tags/mvebu-fixes-5.8-1 for you to fetch changes up to 09781ba0395c46b1c844f47e405e3ce7856f5989: ARM: dts: armada-38x: fix NETA lockup when repeatedly switching speeds (2020-07-24 09:56:20 +0200) ---------------------------------------------------------------- mvebu fixes for 5.8 (part 1) - DT change for Armada 38x allowing to add the register needed to fix NETA lockup when repeatedly switching speed. ---------------------------------------------------------------- Russell King (1): ARM: dts: armada-38x: fix NETA lockup when repeatedly switching speeds arch/arm/boot/dts/armada-38x.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)