From patchwork Tue Apr 30 07:24:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 1093060 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Btgag6Q/"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44tY1r4pBKz9s9N for ; Tue, 30 Apr 2019 17:24:32 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.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=8SrZ1AySxxH42qrPPgnCy0zDiEXk07uEx3zdOFLaozU=; b=Btgag6Q/VM5I+t Crm0cf48Z5LR+kjH5StTn5i7oH12754tb7VvQPNrRJCVZxWixw2MrtnPodowG1P6GdoS4Vm+xTo8H 6EX8NmXTLl1ZPCEOJ7Z8bGf7bkNL73tb6e7u8muWU69KRyixRB9dwiZSwTZ6gFHcDK/h9qVDtKVIi TkfY4yUG6ZIFD3hO/grPBscSFCmKBDQWvM7lZkHgm++kM5BgxRrz/qP9KGlIio8IdqOw8Zj+vj4AN RBZ+MHG5xp6BnIVifuxztL/6snbH0qX5UX22fCS4y5ncLp7XCtxXnLUjRiP98BeZ4srbIlnm4XkFA y8XYKOB4d+f/f25/LF/A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hLN7t-0003ct-GM; Tue, 30 Apr 2019 07:24:29 +0000 Received: from relay5-d.mail.gandi.net ([217.70.183.197]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hLN7q-0003cO-7l for linux-arm-kernel@lists.infradead.org; Tue, 30 Apr 2019 07:24:27 +0000 X-Originating-IP: 109.213.14.175 Received: from localhost (alyon-652-1-31-175.w109-213.abo.wanadoo.fr [109.213.14.175]) (Authenticated sender: gregory.clement@bootlin.com) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 04EDE1C0029; Tue, 30 Apr 2019 07:24:18 +0000 (UTC) From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , Subject: [GIT PULL v2] ARM: mvebu: arm for v5.2 (#1) Date: Tue, 30 Apr 2019 09:24:18 +0200 Message-ID: <87v9yw5525.fsf@FE-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190430_002426_427429_810C789E X-CRM114-Status: GOOD ( 11.26 ) X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.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.197 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Jason Cooper , 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 List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi, Here is the second version first pull request for arm for mvebu for v5.2. I fixed the coding style issue dtecting by checkpatch in the commit "ARM: mvebu: fix a leaked reference by adding missing of_node_put" Gregory The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) are available in the Git repository at: git://git.infradead.org/linux-mvebu.git tags/mvebu-arm-5.2-1 for you to fetch changes up to 7af2ea3b29b1640f5aafe79d7c110ce66190c04a: ARM: mvebu: drop return from void function (2019-04-30 09:05:44 +0200) ---------------------------------------------------------------- mvebu arm for 5.2 (part 1) - remove improper error message on kirkwood - a couple a clean-up patch generated from automatic tools - clean-up in assembly code allowing using LLVM ---------------------------------------------------------------- Chris Packham (1): ARM: mvebu: kirkwood: remove error message when retrieving mac address Nicholas Mc Guire (1): ARM: mvebu: drop return from void function Stefan Agner (2): ARM: mvebu: drop unnecessary label ARM: mvebu: prefix coprocessor operand with p Wen Yang (1): ARM: mvebu: fix a leaked reference by adding missing of_node_put arch/arm/mach-mvebu/board-v7.c | 1 - arch/arm/mach-mvebu/coherency_ll.S | 2 +- arch/arm/mach-mvebu/kirkwood.c | 2 -- arch/arm/mach-mvebu/pm-board.c | 11 ++++++++--- arch/arm/mach-mvebu/pmsu_ll.S | 3 +-- 5 files changed, 10 insertions(+), 9 deletions(-)