From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Liao Subject: Re: [PATCH v2] clk: Move vendor's Kconfig into CCF menu section Date: Tue, 16 Feb 2016 13:45:56 +0800 Message-ID: <1455601556.29688.41.camel@mtksdaap41> References: <1453971537-5510-1-git-send-email-jamesjj.liao@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-clk-owner@vger.kernel.org To: Krzysztof Kozlowski Cc: Matthias Brugger , Mike Turquette , Stephen Boyd , Arnd Bergmann , Sascha Hauer , Daniel Kurtz , srv_heupstream@mediatek.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-clk@vger.kernel.org List-Id: devicetree@vger.kernel.org Hi Krzysztof, On Tue, 2016-02-16 at 13:59 +0900, Krzysztof Kozlowski wrote: > 2016-01-28 17:58 GMT+09:00 James Liao : > > Move all vendor's Kconfig into CCF menu section to prevent > > new drivers putting their Kconfig files in a wrong place. > > > > Some Kconigs need to modify at the same time to avoid build > > warnings. > > > > Signed-off-by: James Liao > > --- > > This patch is based on v4.5-rc1. > > > > changes since v1: > > - Modify s3c24xx and samsung's Kconfig to avoid build warngings. > > > > arch/arm/mach-s3c24xx/Kconfig | 1 + > > drivers/clk/Kconfig | 8 +++----- > > drivers/clk/samsung/Kconfig | 1 - > > 3 files changed, 4 insertions(+), 6 deletions(-) > > > > I wish you had used scripts/get_maintainer.pl to get list of people to CC... > Kukjin Kim (maintainer:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES) > Krzysztof Kozlowski (maintainer:ARM/SAMSUNG > EXYNOS ARM ARCHITECTURES) > linux-samsung-soc@vger.kernel.org (moderated list:ARM/SAMSUNG EXYNOS > ARM ARCHITECTURES) > > Beside the fact that it is just nice and welcomed... it would help me > to avoid some of duplicated work... I'm sorry about that. I modified mach-s3c24xx/Kconfig and samsung/Kconfig in patch v2 but I reused the TO and CC list from patch v1, so this patch missed Samsung's maintainers. Best regards, James