From patchwork Tue Mar 1 14:19:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 12764775 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B420BC433F5 for ; Tue, 1 Mar 2022 14:20:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=FH9WBJ0moxTjU4pb3tihW1Ld3Nsa4NQ/p0SPdxA0Kq8=; b=GdSa+fEt10s9v0 CFppVvceRZTL8mLPti09aFy4zzzQ8W82rr4eL0Qj6Oo9kKxxG/gMW5CkamQhWqzJxkKZ4uKew3QKE Vt0et7qv+JSxDouiuEg+BBbwveJQzTVb851civA9bSnn37NSMt98pJ7hGrNtySzAFqqxdF1Jo7yeA jviDO5lU4e/n4YAG6DS5uGM94AkRs6JJRqAkKj3G91qDDS29SM+pJNG3EmOHOlRw63TxJ6LrEP1Fi IL0FB3YwbZEFvUpsGGv8o2iHYx1timYdYZlaqeTJLMyCS8uR8P7ftP7h8807B5pKcjcDMWv+FngNU XDFwfRvww5F6dm3j8c6g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nP3LQ-00H1na-E4; Tue, 01 Mar 2022 14:19:16 +0000 Received: from relay10.mail.gandi.net ([2001:4b98:dc4:8::230]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nP3LM-00H1m9-HU for linux-arm-kernel@lists.infradead.org; Tue, 01 Mar 2022 14:19:14 +0000 Received: (Authenticated sender: gregory.clement@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 3BEDC240008; Tue, 1 Mar 2022 14:19:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1646144350; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=Muk6fy/4Kn+GgGVfjWZeLU/BtZ5qcKTYKFP0fw3SlLw=; b=DDQ/hiozA8bXglm+gbtxPHymqPGOO0lVufW9wBtMHWxdon58pwwyZM+aFqI8TyWy59tPsU oH+kRZzTODgzgwTcgJeQ7sPdbq2ch0jb3y6O17QR8cpjaAEJEmf6HiblcpQYqdEQ6UKcBK mwO7dxWM287UWPFSnGSFPdF6aBheJFxdwU96EryL9sldFvCppDF8tG11WoT8lLjYbnelKh k46f9F3WybjkXFr/KKNQ4JXDylpHgdvVHK9cxiNirIfNTG6AZJKUH5hhPGl3/Q/I/GjdDf Cis+uCPPQb6TyOaMdddrl8aMdxZsuLs6FQLoBuRDM3hNf7cEOaf2yxmLhDVtmA== From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , , soc@kernel.org Cc: Andrew Lunn , Sebastian Hesselbarth , Subject: [GIT PULL] ARM: mvebu: arm for v5.18 (#1) Date: Tue, 01 Mar 2022 15:19:08 +0100 Message-ID: <87sfs1zrfn.fsf@BL-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220301_061912_835760_7CE787D1 X-CRM114-Status: UNSURE ( 9.12 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, Here is the first pull request for arm for mvebu for v5.18. Gregory The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-arm-5.18-1 for you to fetch changes up to bba14b329157d914b81ec764b87d60ee97c05e57: ARM: orion/gpio: Get rid of unused first parameter in orion_gpio_init() (2022-02-03 09:25:11 +0100) ---------------------------------------------------------------- mvebu arm for 5.18 (part 1) gpio clean-up for Orion ---------------------------------------------------------------- Andy Shevchenko (1): ARM: orion/gpio: Get rid of unused first parameter in orion_gpio_init() arch/arm/mach-dove/irq.c | 6 +++--- arch/arm/mach-mv78xx0/irq.c | 3 +-- arch/arm/mach-orion5x/irq.c | 2 +- arch/arm/plat-orion/gpio.c | 8 ++------ arch/arm/plat-orion/include/plat/orion-gpio.h | 3 +-- 5 files changed, 8 insertions(+), 14 deletions(-)