Re: [PATCH v2] clk: Move vendor's Kconfig into CCF menu section

2016-02-15 Thread James Liao
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

Re: [PATCH v2] clk: Move vendor's Kconfig into CCF menu section

2016-02-15 Thread Krzysztof Kozlowski
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

Re: [PATCH v2] clk: Move vendor's Kconfig into CCF menu section

2016-01-29 Thread Stephen Boyd
On 01/28, James Liao wrote: > 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 > --- Applied to clk-next -- Qualcomm

Re: [PATCH v2] clk: Move vendor's Kconfig into CCF menu section

2016-01-28 Thread Sylwester Nawrocki
On 28/01/16 09:58, James Liao wrote: > 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 "Some Kconfigs need to be modified..." ? > warnings. > > Signed-off-by: J

Re: [PATCH v2] clk: Move vendor's Kconfig into CCF menu section

2016-01-28 Thread Arnd Bergmann
On Thursday 28 January 2016 16:58:57 James Liao wrote: > 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 p

[PATCH v2] clk: Move vendor's Kconfig into CCF menu section

2016-01-28 Thread 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 samsun