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=-13.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS,USER_AGENT_GIT 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 10A2EC43219 for ; Sun, 28 Apr 2019 14:42:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D3E8D20644 for ; Sun, 28 Apr 2019 14:42:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556462566; bh=2nlDegaPHckDGqoHmsfpGv9MEmyJ160PcbaY/t9ACE0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=utwp0c6XPdKAVo2/bYzfjnf2y5oS2ykO76HyddYIb6UXo8lzmjVZsXZLqKxjmmH/J v5WpKlCaxCIlToK1bucgQkiHFlGlD4BUA6rs4MIWJoxwO0DqVE+N49SY1ngEdTwtQ0 TS7VPQV2+/Ts+0rBUGv3h3hYt9C09lYOIB4kMkpE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726817AbfD1Omf (ORCPT ); Sun, 28 Apr 2019 10:42:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:47656 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726374AbfD1Omf (ORCPT ); Sun, 28 Apr 2019 10:42:35 -0400 Received: from localhost.localdomain (unknown [194.230.155.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 63E932075D; Sun, 28 Apr 2019 14:42:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556462554; bh=2nlDegaPHckDGqoHmsfpGv9MEmyJ160PcbaY/t9ACE0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RWy/XlAYlvhVZ/Us2vVCsBS0TxZ4Z9k54C0yk37jbQPhrXueCV1dSndf80v6WnBwl Cs0+ktFug4eb01KLicjW1dDvJmHJAartz7PEHxB2EOpmaF0ruM0nHQdj9YfxzLOFYH OS7jzUXNabq/7BDJ6LWb7P95vEqahew3rEN/OLfM= From: Krzysztof Kozlowski To: Olof Johansson , Arnd Bergmann , arm@kernel.org Cc: Krzysztof Kozlowski , Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL 2/2] arm64: dts: exynos: Second round for v5.2 Date: Sun, 28 Apr 2019 16:42:21 +0200 Message-Id: <20190428144221.11187-2-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190428144221.11187-1-krzk@kernel.org> References: <20190428144221.11187-1-krzk@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On top of previous pull request. Best regards, Krzysztof The following changes since commit 77fc46976e0bfcd78d30fb4c9f0169752b4339c9: arm64: dts: exynos: Add SlimSSS to Exynos5433 (2019-03-20 19:29:57 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-5.2-2 for you to fetch changes up to f36afdd0f53583759562cef3a8453919e3b86a7c: arm64: dts: exynos: Move fixed-clocks out of soc (2019-04-24 19:57:59 +0200) ---------------------------------------------------------------- Samsung DTS ARM64 changes for v5.2, second round DTC warning fixes: move fixed-clocks, timer and pmu nodes outside of soc node. ---------------------------------------------------------------- Krzysztof Kozlowski (2): arm64: dts: exynos: Move pmu and timer nodes out of soc arm64: dts: exynos: Move fixed-clocks out of soc arch/arm64/boot/dts/exynos/exynos5433.dtsi | 49 ++++++++++++------------- arch/arm64/boot/dts/exynos/exynos7.dtsi | 57 +++++++++++++++--------------- 2 files changed, 54 insertions(+), 52 deletions(-) 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=-13.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_PASS,USER_AGENT_GIT 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 9D094C43218 for ; Sun, 28 Apr 2019 14:43:02 +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 6AF31206E0 for ; Sun, 28 Apr 2019 14:43:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="AsMaJv5Z"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="RWy/XlAY" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6AF31206E0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To: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:List-Owner; bh=TypTPPZMPAxsoDVm1Qcw6Sauv9r4pB35OaRXsY2YU4k=; b=AsMaJv5ZwikejkPt6T0eiKH2R3 qTotij0mSca3FysWh7qxc7RS7NWFnqgkZW2K1Ksi/h0L4GHd9FRe2RoWM1jmAjYbIZErvk+guVuH2 F86Mb61X0HRJLYlmz6BHRsIRUrO2qm5+xlYxmJbGc8x6vuEYFYIAvUWRQQJOP6LUT9+UHRMA+HBSq LPX67xXzgk+PcVcVDZBpnmIohhpn5pLbnnGWMQLcEwYE16MSkBhBEWAstj1DeBPuirdJA0CpmbQTg MvpuHk11WmvufXtQypQRRpB2GSQRTca4rHTe1gIfUMHaUaw4Jd60/zmS748fn6bJ+pAHx6ZvlJRUO U1RdNEeg==; 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 1hKl16-0002JY-I2; Sun, 28 Apr 2019 14:42:56 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hKl0k-000297-On for linux-arm-kernel@lists.infradead.org; Sun, 28 Apr 2019 14:42:36 +0000 Received: from localhost.localdomain (unknown [194.230.155.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 63E932075D; Sun, 28 Apr 2019 14:42:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556462554; bh=2nlDegaPHckDGqoHmsfpGv9MEmyJ160PcbaY/t9ACE0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RWy/XlAYlvhVZ/Us2vVCsBS0TxZ4Z9k54C0yk37jbQPhrXueCV1dSndf80v6WnBwl Cs0+ktFug4eb01KLicjW1dDvJmHJAartz7PEHxB2EOpmaF0ruM0nHQdj9YfxzLOFYH OS7jzUXNabq/7BDJ6LWb7P95vEqahew3rEN/OLfM= From: Krzysztof Kozlowski To: Olof Johansson , Arnd Bergmann , arm@kernel.org Subject: [GIT PULL 2/2] arm64: dts: exynos: Second round for v5.2 Date: Sun, 28 Apr 2019 16:42:21 +0200 Message-Id: <20190428144221.11187-2-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190428144221.11187-1-krzk@kernel.org> References: <20190428144221.11187-1-krzk@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190428_074234_819240_AFCCC433 X-CRM114-Status: GOOD ( 10.18 ) 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: linux-samsung-soc@vger.kernel.org, Kukjin Kim , linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , linux-kernel@vger.kernel.org MIME-Version: 1.0 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 Hi, On top of previous pull request. Best regards, Krzysztof The following changes since commit 77fc46976e0bfcd78d30fb4c9f0169752b4339c9: arm64: dts: exynos: Add SlimSSS to Exynos5433 (2019-03-20 19:29:57 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-5.2-2 for you to fetch changes up to f36afdd0f53583759562cef3a8453919e3b86a7c: arm64: dts: exynos: Move fixed-clocks out of soc (2019-04-24 19:57:59 +0200) ---------------------------------------------------------------- Samsung DTS ARM64 changes for v5.2, second round DTC warning fixes: move fixed-clocks, timer and pmu nodes outside of soc node. ---------------------------------------------------------------- Krzysztof Kozlowski (2): arm64: dts: exynos: Move pmu and timer nodes out of soc arm64: dts: exynos: Move fixed-clocks out of soc arch/arm64/boot/dts/exynos/exynos5433.dtsi | 49 ++++++++++++------------- arch/arm64/boot/dts/exynos/exynos7.dtsi | 57 +++++++++++++++--------------- 2 files changed, 54 insertions(+), 52 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel