From patchwork Fri Jul 24 09:04:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 11682753 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 49C9C1392 for ; Fri, 24 Jul 2020 09:04:09 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 42FD020748; Fri, 24 Jul 2020 09:04:09 +0000 (UTC) Delivered-To: soc@kernel.org Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) (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 5708D2070B; Fri, 24 Jul 2020 09:04:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5708D2070B 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 relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 3FEF91C001D; Fri, 24 Jul 2020 09:04:06 +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: arm for v5.9 (#1) Date: Fri, 24 Jul 2020 11:04:06 +0200 Message-ID: <87lfj91dyx.fsf@FE-laptop> MIME-Version: 1.0 Hi, Here is the first pull request for arm for mvebu for v5.9. 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-arm-5.9-1 for you to fetch changes up to 01b5e34518675fc02673ac8c0e11dcffb3a0100e: ARM: orion/gpio: Make use of for_each_requested_gpio() (2020-07-18 22:49:23 +0200) ---------------------------------------------------------------- mvebu arm for 5.9 (part 1) Use of for_each_requested_gpio() for gpio driver still in plat-orion for non DT platform. ---------------------------------------------------------------- Andy Shevchenko (1): ARM: orion/gpio: Make use of for_each_requested_gpio() arch/arm/plat-orion/gpio.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)