From patchwork Mon May 28 15:10:16 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 921584 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=free-electrons.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="muutUgAM"; 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 40vgKG356gz9s1R for ; Tue, 29 May 2018 01:10:38 +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=G/QsXIvMUf7dN+GVM/faOccEpVjgMTeTS0jzDdc19n8=; b=muutUgAMP4VuMP 26rBPj8HiivCig47z9uuNCmZlb4dAAzC4MxGmdZRFjs4YEx8Q7PP5VXv8kPmzHO72KSeVCzGmnGG9 1zAWG/AkGIxJXE3Idkqu78BsZy3Yuo30jhAb0KI/wKMNTm+rLFvBbhbKG8XIr7TsKC2MSJMj0jVVh KXw7Jr59+EoutKe1zfRiLL7Jsgm9PNO2BZLVrmipmJFACHPVgY35Qvqdn7zELeDLpvs1WpdyE2hTl fsKtrIu5MdlV23/RHVUgPubnGv2FYqda4LT8L0aRDJDxqMWviLDDGFMa7xISbESCAZZpIVWJ72mZr s8vWbP22CcpUzdyHTXtQ==; 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 1fNJn9-0008HU-3t; Mon, 28 May 2018 15:10:35 +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 1fNJn4-0007em-CK for linux-arm-kernel@lists.infradead.org; Mon, 28 May 2018 15:10:32 +0000 Received: by mail.bootlin.com (Postfix, from userid 110) id 8F2592075D; Mon, 28 May 2018 17:10:17 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (unknown [37.71.171.242]) by mail.bootlin.com (Postfix) with ESMTPSA id 3D6E320012; Mon, 28 May 2018 17:10:17 +0200 (CEST) From: Gregory CLEMENT To: Arnd Bergmann , Olof Johansson , Subject: [GIT PULL] ARM: mvebu: fixes for v4.17 (#2) Date: Mon, 28 May 2018 17:10:16 +0200 Message-ID: <871sdvyfxj.fsf@bootlin.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180528_081030_575175_8CAC12FB X-CRM114-Status: GOOD ( 11.40 ) X-Spam-Score: -0.0 (/) X-Spam-Report: SpamAssassin version 3.4.1 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 second pull request for fixes for mvebu for v4.17. Nothing really critical but it needs to be fixed. Gregory The following changes since commit f43194c1447c9536efb0859c2f3f46f6bf2b9154: ARM64: dts: marvell: armada-cp110: Add mg_core_clk for ethernet node (2018-04-27 17:47:24 +0200) are available in the Git repository at: git://git.infradead.org/linux-mvebu.git tags/mvebu-fixes-4.17-2 for you to fetch changes up to ac62cc9d9cd6fa4c79e171c13dc8d58c3862b678: arm: dts: armada: Fix "#cooling-cells" property's name (2018-05-28 16:54:44 +0200) ---------------------------------------------------------------- mvebu fixes for 4.17 (part 2) - Use correct size for ICU nodes (irq controller) on Armada 7K/8K - Fix "#cooling-cells" property's name on Synology DS116 (Armada 385) ---------------------------------------------------------------- Miquel Raynal (1): arm64: dts: marvell: fix CP110 ICU node size Viresh Kumar (1): arm: dts: armada: Fix "#cooling-cells" property's name arch/arm/boot/dts/armada-385-synology-ds116.dts | 2 +- arch/arm64/boot/dts/marvell/armada-cp110.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)