Re: [PATCH] clk: versatile: Make depend on OF when COMPILE_TEST

2015-10-26 Thread Javier Martinez Canillas
Hello Stephen, On 10/27/2015 03:51 AM, Stephen Boyd wrote: > On 10/26, Javier Martinez Canillas wrote: >> Commit 4a7748c3d641 ("clk: Allow drivers to build if COMPILE_TEST is >> enabled") allowed clk drives to be compile tested on other archs but > > s/drives/drivers/ > >> the COMMON_CLK_VERSATI

Re: [PATCH] clk: versatile: Make depend on OF when COMPILE_TEST

2015-10-26 Thread Stephen Boyd
On 10/26, Javier Martinez Canillas wrote: > Commit 4a7748c3d641 ("clk: Allow drivers to build if COMPILE_TEST is > enabled") allowed clk drives to be compile tested on other archs but s/drives/drivers/ > the COMMON_CLK_VERSATILE was only enabled on platforms that already > selected OF support so

Re: [PATCH] clk: versatile: Make depend on OF when COMPILE_TEST

2015-10-26 Thread Javier Martinez Canillas
Hello Geert, Thanks a lot for your feedback. On 10/26/2015 06:02 PM, Geert Uytterhoeven wrote: > On Sun, Oct 25, 2015 at 11:41 PM, Javier Martinez Canillas > wrote: >> Commit 4a7748c3d641 ("clk: Allow drivers to build if COMPILE_TEST is >> enabled") allowed clk drives to be compile tested on oth

Re: [PATCH] clk: versatile: Make depend on OF when COMPILE_TEST

2015-10-26 Thread Geert Uytterhoeven
On Sun, Oct 25, 2015 at 11:41 PM, Javier Martinez Canillas wrote: > Commit 4a7748c3d641 ("clk: Allow drivers to build if COMPILE_TEST is > enabled") allowed clk drives to be compile tested on other archs but > the COMMON_CLK_VERSATILE was only enabled on platforms that already > selected OF suppor

[PATCH] clk: versatile: Make depend on OF when COMPILE_TEST

2015-10-25 Thread Javier Martinez Canillas
Commit 4a7748c3d641 ("clk: Allow drivers to build if COMPILE_TEST is enabled") allowed clk drives to be compile tested on other archs but the COMMON_CLK_VERSATILE was only enabled on platforms that already selected OF support so the drivers assume it will always be enabled. So, restrict compile te