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

2016-01-28 Thread Arnd Bergmann
On Thursday 28 January 2016 00:36:56 Stephen Boyd wrote: > On 01/27, Arnd Bergmann wrote: > > On Wednesday 27 January 2016 17:56:18 James Liao wrote: > > > > > > > > I think you should include this change in your patch, or as a > > > > preparation. > > > > All other samsung platforms already sele

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

2016-01-28 Thread Stephen Boyd
On 01/27, Arnd Bergmann wrote: > On Wednesday 27 January 2016 17:56:18 James Liao wrote: > > > > > > I think you should include this change in your patch, or as a preparation. > > > All other samsung platforms already select COMMON_CLK through > > > ARCH_MULTIPLATFORM, > > > and all SoCs that are

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

2016-01-27 Thread kbuild test robot
Hi James, [auto build test WARNING on clk/clk-next] [also build test WARNING on v4.5-rc1 next-20160127] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/James-Liao/clk-Move-vendor-s-Kconfig-into

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

2016-01-27 Thread Arnd Bergmann
On Wednesday 27 January 2016 17:56:18 James Liao wrote: > > > > I think you should include this change in your patch, or as a preparation. > > All other samsung platforms already select COMMON_CLK through > > ARCH_MULTIPLATFORM, > > and all SoCs that are part of ARCH_S3C24XX individually select a

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

2016-01-27 Thread kbuild test robot
Hi James, [auto build test ERROR on clk/clk-next] [also build test ERROR on v4.5-rc1 next-20160127] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/James-Liao/clk-Move-vendor-s-Kconfig-into-CCF

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

2016-01-27 Thread James Liao
Hi Arnd, On Wed, 2016-01-27 at 10:27 +0100, Arnd Bergmann wrote: > On Wednesday 27 January 2016 17:18:03 kbuild test robot wrote: > > Hi James, > > > > [auto build test ERROR on clk/clk-next] > > [also build test ERROR on v4.5-rc1 next-20160127] > > [if your patch is applied to the wrong git tree

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

2016-01-27 Thread Arnd Bergmann
On Wednesday 27 January 2016 17:18:03 kbuild test robot wrote: > Hi James, > > [auto build test ERROR on clk/clk-next] > [also build test ERROR on v4.5-rc1 next-20160127] > [if your patch is applied to the wrong git tree, please drop us a note to > help improving the system] > > url: > https

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

2016-01-27 Thread kbuild test robot
Hi James, [auto build test ERROR on clk/clk-next] [also build test ERROR on v4.5-rc1 next-20160127] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/James-Liao/clk-Move-vendor-s-Kconfig-into-CCF

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

2016-01-26 Thread James Liao
Move all vendor's Kconfig into CCF menu section to prevent new drivers putting their Kconfig files in a wrong place. Signed-off-by: James Liao --- drivers/clk/Kconfig | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index eca8e