From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756928AbcA2UnZ (ORCPT ); Fri, 29 Jan 2016 15:43:25 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:51396 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752830AbcA2UnX (ORCPT ); Fri, 29 Jan 2016 15:43:23 -0500 Date: Fri, 29 Jan 2016 12:43:21 -0800 From: Stephen Boyd To: Krzysztof Kozlowski Cc: Kukjin Kim , Catalin Marinas , Will Deacon , Michael Turquette , 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, Arnd Bergmann , Olof Johansson , Kevin Hilman , Alim Akhtar , Pankaj Dubey , Chanwoo Choi Subject: Re: [PATCH v4 1/3] clk: samsung: Enable COMPILE_TEST for Samsung clocks Message-ID: <20160129204321.GS12841@codeaurora.org> References: <1453941324-15742-1-git-send-email-k.kozlowski@samsung.com> <1453941324-15742-2-git-send-email-k.kozlowski@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453941324-15742-2-git-send-email-k.kozlowski@samsung.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/28, Krzysztof Kozlowski wrote: > Enable the COMPILE_TEST to get build coverage of some of Samsung clock > controller drivers. Still some of them will be built only if > appropriate SoC is chosen (like SOC_EXYNOS4415 or ARCH_S3C64XX). > > Anyway in case of COMPILE_TEST the Samsung clocks would show up in main > drivers section because they are not inside the "Common Clock Framework" > menu item. Move them under the "Common Clock Framework". > > This changes the logic of selecting Samsung clocks from specific > architectures. Now the COMMON_CLK should be selected before selecting > specific clock (like S3C2410_COMMON_CLK or COMMON_CLK_SAMSUNG). > > Signed-off-by: Krzysztof Kozlowski > > --- Acked-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project