From patchwork Fri Jan 11 16:58:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 1023693 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="B4XdkFa2"; 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 43bpxF3Zcvz9sBQ for ; Sat, 12 Jan 2019 03:59:13 +1100 (AEDT) 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=lrACNyuzZ9QmEJYv0bleGfs/7hTm2vMDba5U9XtGH3I=; b=B4XdkFa2BGWyyy XtILmUps2UhoWUb85JQ9fDYqpyf2WODzUpiaE1iYLw/lM1drtnQQK9OrbyE9d8ghKpEHNKeFE4fLy L6qUagCYft3luG1vslCgvvUxmswDz+4gZCAdWMShHS44/FfJb68DkBr2Saf0K99kMWhHEosS90DkM gaFvtboYGHlKtr5qku/PSUplW1zB6aDHPS/OOYvyObvG/qxhjaJHwmpIVzW7iGIdl+rs8I7zh8gIa cYhzuanRcBWK2XPwceEe7USZw93hjBnx1DqkI3KmhuKwY8KfpaX+PcbqvXSKwt5pBXbR4zcgbjBeo jfwFJMJAS884eYl5IbLw==; 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 1gi09B-0006oh-Pa; Fri, 11 Jan 2019 16:59:05 +0000 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gi097-0006o0-MS for linux-arm-kernel@lists.infradead.org; Fri, 11 Jan 2019 16:59:03 +0000 Received: by mail.bootlin.com (Postfix, from userid 110) id 28ED62078E; Fri, 11 Jan 2019 17:58:58 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.2 Received: from localhost (alyon-652-1-22-18.w109-213.abo.wanadoo.fr [109.213.145.18]) by mail.bootlin.com (Postfix) with ESMTPSA id E6AF9206A6; Fri, 11 Jan 2019 17:58:47 +0100 (CET) From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , Subject: [GIT PULL] ARM: mvebu: fixes for v5.0 (#1) Date: Fri, 11 Jan 2019 17:58:48 +0100 Message-ID: <87zhs7qgfr.fsf@FE-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190111_085901_872862_93435392 X-CRM114-Status: GOOD ( 10.88 ) X-Spam-Score: -0.0 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (-0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [62.4.15.54 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 first pull request for fixes for mvebu for v5.0. Gregory The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: git://git.infradead.org/linux-mvebu.git tags/mvebu-fixes-5.0-1 for you to fetch changes up to b5f034845e70916fd33e172fad5ad530a29c10ab: ARM: dts: kirkwood: Fix polarity of GPIO fan lines (2019-01-10 12:23:47 +0100) ---------------------------------------------------------------- mvebu fixes for 5.0 They are all device tree fixes which also worth being in stable: - Reserve PSCI area on Armada 7K/8K preventing the kernel accessing this area and crashing while doing it. - Use correct PCIe reset signal on MACCHIATOBin (Armada 8040 based) - Fix polarity of GPIO fan line D-Link DNS NASes(kikwood based) ---------------------------------------------------------------- Baruch Siach (1): arm64: dts: marvell: mcbin: fix PCIe reset signal Heinrich Schuchardt (1): arm64: dts: marvell: armada-ap806: reserve PSCI area Linus Walleij (1): ARM: dts: kirkwood: Fix polarity of GPIO fan lines arch/arm/boot/dts/kirkwood-dnskw.dtsi | 4 ++-- arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi | 2 +- arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 17 +++++++++++++++++ 3 files changed, 20 insertions(+), 3 deletions(-)