From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753666AbcBPGVF (ORCPT ); Tue, 16 Feb 2016 01:21:05 -0500 Received: from mailout4.w1.samsung.com ([210.118.77.14]:27649 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753075AbcBPGVA (ORCPT ); Tue, 16 Feb 2016 01:21:00 -0500 X-AuditID: cbfec7f4-f79026d00000418a-c1-56c2bfc7b030 From: Krzysztof Kozlowski To: Kukjin Kim , Krzysztof Kozlowski , Catalin Marinas , Will Deacon , Michael Turquette , Stephen Boyd , Sylwester Nawrocki , Tomasz Figa , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org Cc: Arnd Bergmann , Olof Johansson , Kevin Hilman , Alim Akhtar , Pankaj Dubey , Chanwoo Choi Subject: [PATCH v5 0/3] arm64/clk: EXYNOS: Consolidate Exynos7 symbol Date: Tue, 16 Feb 2016 15:20:29 +0900 Message-id: <1455603632-11158-1-git-send-email-k.kozlowski@samsung.com> X-Mailer: git-send-email 2.5.0 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrNLMWRmVeSWpSXmKPExsVy+t/xa7rH9x8KM5j5RMziwbxtbBZ/Jx1j t3i/rIfR4vqX56wW84+cY7V4/cLQov/xa2aLp5sfM1lsenyN1eJjzz1Wi8u75rBZzDi/j8ni 4ilXi1PXP7NZLNr6hd3i8Jt2VosfZ7pZLFbt+sNo8fLjCRYHYY8189Ywevz+NYnR4/2NVnaP y329TB47Z91l99i0qpPNY/OSeo8rJ5pYPfq2rGL0+LxJLoArissmJTUnsyy1SN8ugSvj1b59 TAXNfBX7Om+yNzBO4+5i5OSQEDCRmLF6ESuELSZx4d56ti5GLg4hgaWMEp82N0I5/xklev+s YAOpYhMwlti8fAmYLSLwgVni83xzEJtZ4D6jxN+Z6l2MHBzCAq4SD2+ZgpgsAqoSX6YWglTw CrhL9Fx5ygQSlhCQk1hwIX0CI/cCRoZVjKKppckFxUnpuYZ6xYm5xaV56XrJ+bmbGCFB/GUH 4+JjVocYBTgYlXh4OTwOhQmxJpYVV+YeYpTgYFYS4U1YBBTiTUmsrEotyo8vKs1JLT7EKM3B oiTOO3fX+xAhgfTEktTs1NSC1CKYLBMHp1QD49rJHa+DJ5h8tLM3KwvukK7+sWFWatJ/d/Pp B8+0rfvxY0r22ld7jssqvbaackTCee70t1oWbd0HopVlT7o0b5DzSS4TSfgy879r9MXFM+ek 3Jbfuk0i1TE/555c7GO+TIN5624+EH2xjok/POv93rs9S+SUZiU/bX373DBh+stfToZmhlOm CymxFGckGmoxFxUnAgDKL8rSXgIAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Patchset attempts to remove the ARCH_EXYNOS7 symbol. I rebased this on top of James': - clk: Move vendor's Kconfig into CCF menu section http://www.spinics.net/lists/devicetree/msg111953.html The third patch depends on previous ones so one way of merging this would be to prepare a tag from clk tree with first two patches and the dependency. The last third patch would go through arm-soc. Changes since v4: ================= 1. Rebased on "clk: Move vendor's Kconfig into CCF menu section" existing in clock tree. 2. Re-work patch 2/3 (see specific changelog). Changes since v3: ================= 1. Rebase on next-20160127 (s3c64xx became multiplatform). Changes since v2: ================= 1. Follow Arnd's advice about not enabling silently the newly added EXYNOS_ARM64_COMMON_CLK, when COMPILE_TEST is enabled. This was also a trigger for some changes in placement of Samsung clocks Kconfig entries... 2. ... which lead to introducing patch 1. Rationale: ========== We don't need ARCH_EXYNOS7 symbol because all ARMv8 platforms should fall under generic ARCH_EXYNOS. In the same time there is no sense in building clocks for these ARMv8 SoCs on ARMv7 builds. Best regards, Krzysztof Krzysztof Kozlowski (3): clk: samsung: Enable COMPILE_TEST for Samsung clocks clk: samsung: Don't build ARMv8 clock drivers on ARMv7 arm64: EXYNOS: Consolidate ARCH_EXYNOS7 symbol into ARCH_EXYNOS arch/arm64/Kconfig.platforms | 11 ++--------- arch/arm64/boot/dts/exynos/Makefile | 2 +- arch/arm64/configs/defconfig | 2 +- drivers/clk/samsung/Kconfig | 18 +++++++++++++----- drivers/clk/samsung/Makefile | 4 ++-- 5 files changed, 19 insertions(+), 18 deletions(-) -- 2.5.0