From patchwork Mon Feb 1 16:25:24 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 1434231 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=rBmnlWaR; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DTtbp0pyyz9vHq for ; Tue, 2 Feb 2021 03:25:58 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject: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=GvUCm6Lpty5UVYGGqP5c0CiqSv3dyn/1Z8ZnSH8zI5s=; b=rBmnlWaRqWbMbZly0+ts5tO2Dd VbIaCYK5x0Oj6MmLI2zNZBSfFgvjzv8xNy5OLLlQed/fSaa7j59NyRRF5RL4DD4VRIWqcV8pj9fkG 435mgxbWD9DMd1HGHGHilcmCBm57MgKjglMmt9bTKHjB9Wt7ebe1uQgIWoj3MFF0IdzbzLqUnWGuc G1SakdlK8zu9iNXSWg7/fPIymQ7TUB+y9EML0ei1WP1KlJ52bw+CPen0gvIs3dp3xdhpEvWe3bwg2 bIoCosnLn9GMNUXKkz7hcmLMB41zlhGE48Br9Y+nZmpZg2OBi3aLdgkO2t4G3wbIDJxx+/e+Z3Rrc g96/PcyQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l6c17-0000n7-Fv; Mon, 01 Feb 2021 16:25:33 +0000 Received: from relay8-d.mail.gandi.net ([217.70.183.201]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l6c14-0000lr-FQ for linux-arm-kernel@lists.infradead.org; Mon, 01 Feb 2021 16:25:31 +0000 X-Originating-IP: 90.65.91.141 Received: from localhost (lfbn-lyo-1-1912-141.w90-65.abo.wanadoo.fr [90.65.91.141]) (Authenticated sender: gregory.clement@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 2AD081BF207; Mon, 1 Feb 2021 16:25:25 +0000 (UTC) From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , , soc@kernel.org Subject: [GIT PULL] ARM: mvebu: arm for v5.12 (#1) Date: Mon, 01 Feb 2021 17:25:24 +0100 Message-ID: <87v9bbn4az.fsf@BL-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210201_112530_633156_71A2E5DD X-CRM114-Status: GOOD ( 10.59 ) X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (-0.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.201 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org Hi, Here is the first pull request for arm for mvebu for v5.12. Gregory The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-arm-5.12-1 for you to fetch changes up to 2241ed9205ed91072d20ae10ad6904dc2bec5612: bus: mvebu-mbus: make iounmap() symmetric with ioremap() (2021-01-29 17:57:07 +0100) ---------------------------------------------------------------- mvebu arm for 5.12 (part 1) Improve mvebu-mbus code readability. ---------------------------------------------------------------- Chris Packham (1): bus: mvebu-mbus: make iounmap() symmetric with ioremap() drivers/bus/mvebu-mbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)