Re: [PATCH] clk: Add missing header for 'bool' definition to clk-conf.h

2015-08-25 Thread Stephen Boyd
On 08/25, Chen-Yu Tsai wrote: > On Tue, Aug 25, 2015 at 2:59 PM, Michal Kubecek wrote: > > > > How about > > > >- It must fix a real bug that bothers people (not a, "This could be a > >problem..." type thing). > > > > in Documentation/stable_kernel_rules.txt? > > My bad. I'll send a new v

Re: [PATCH] clk: Add missing header for 'bool' definition to clk-conf.h

2015-08-25 Thread Chen-Yu Tsai
On Tue, Aug 25, 2015 at 2:59 PM, Michal Kubecek wrote: > On Tue, Aug 25, 2015 at 10:55:28AM +0800, Chen-Yu Tsai wrote: >> On Tue, Aug 25, 2015 at 5:28 AM, Stephen Boyd wrote: >> > On 08/18, Chen-Yu Tsai wrote: >> >> of_clk_set_defaults uses the type 'bool', but clk-conf.h does not >> >> include i

Re: [PATCH] clk: Add missing header for 'bool' definition to clk-conf.h

2015-08-25 Thread Michal Kubecek
On Tue, Aug 25, 2015 at 10:55:28AM +0800, Chen-Yu Tsai wrote: > On Tue, Aug 25, 2015 at 5:28 AM, Stephen Boyd wrote: > > On 08/18, Chen-Yu Tsai wrote: > >> of_clk_set_defaults uses the type 'bool', but clk-conf.h does not > >> include its definition. > >> > >> This results in a compile error when

Re: [PATCH] clk: Add missing header for 'bool' definition to clk-conf.h

2015-08-24 Thread Chen-Yu Tsai
On Tue, Aug 25, 2015 at 5:28 AM, Stephen Boyd wrote: > On 08/18, Chen-Yu Tsai wrote: >> of_clk_set_defaults uses the type 'bool', but clk-conf.h does not >> include its definition. >> >> This results in a compile error when only clk-conf.h is used. >> >> Signed-off-by: Chen-Yu Tsai >> Cc: sta...@

Re: [PATCH] clk: Add missing header for 'bool' definition to clk-conf.h

2015-08-24 Thread Stephen Boyd
On 08/18, Chen-Yu Tsai wrote: > of_clk_set_defaults uses the type 'bool', but clk-conf.h does not > include its definition. > > This results in a compile error when only clk-conf.h is used. > > Signed-off-by: Chen-Yu Tsai > Cc: sta...@vger.kernel.org Why is stable Cc-ed? Is there some sort of c