From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 70BC7C04AB1 for ; Mon, 13 May 2019 15:16:50 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 3CCCC208C3 for ; Mon, 13 May 2019 15:16:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="lxocUwsx" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3CCCC208C3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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:References :In-Reply-To:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=SKsUJhz61YIC/2T2LTUvJdafs3KdpWaZtVJG9OJVa34=; b=lxocUwsxpNkhe9 zVHdx0RNAjLmCLbRakfNQB6JOX34Ir67g7tvZWnCQsjlV7XBGObcsmVjUieKeaBudziykjJHWlZPL MEEgpTbVTrWMTniK/k7rBjCC95Zoz0tPO/4wL80KM7WBobGzUcdo9JkZ2wlg79VlUn0UJdJ2o9KAX wr8LaRcaV9taX5uzptE8gyzw9lEJa0KoDWfOGOK7A5621LfflEtkGxt7LV5kmQSkO7NmvHPz58ue8 vcxiS7e2ovPF+Y/vJD1WIwriSaVj/stXzXetngOTNcTLPhdQvu8f+Qdv6dKwUfo9yzGYM3Y2/MAgv ccOWa1xgfyUOKrmsSKPw==; 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 1hQCh4-0007tm-Q7; Mon, 13 May 2019 15:16:46 +0000 Received: from relay2-d.mail.gandi.net ([217.70.183.194]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hQCh0-0007t4-Ie for linux-arm-kernel@lists.infradead.org; Mon, 13 May 2019 15:16:44 +0000 X-Originating-IP: 109.212.159.106 Received: from localhost (alyon-652-1-184-106.w109-212.abo.wanadoo.fr [109.212.159.106]) (Authenticated sender: gregory.clement@bootlin.com) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 415D04000C; Mon, 13 May 2019 15:16:28 +0000 (UTC) From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , arm@kernel.org Subject: Re: [GIT PULL v2] ARM: mvebu: arm for v5.2 (#1) In-Reply-To: <87v9yw5525.fsf@FE-laptop> References: <87v9yw5525.fsf@FE-laptop> Date: Mon, 13 May 2019 17:16:27 +0200 Message-ID: <87sgti1j1w.fsf@FE-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190513_081642_760011_F02E52ED X-CRM114-Status: GOOD ( 16.54 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Jason Cooper , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Arnd, Olof, > 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" Any news about this PR? I sent it less than 24 hours after being rejected by Olof because of a missing space, so I hope this branch will be finally merged. Thanks, Gregory > > 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(-) > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel