Re: [U-Boot] [PATCH v7 01/12] clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabled

2016-09-15 Thread Masahiro Yamada
Hi Paul, 2016-09-12 0:14 GMT+09:00 Paul Burton : > On 11/09/16 14:25, Masahiro Yamada wrote: >> Hi Paul, >> >> 2016-09-09 17:01 GMT+09:00 Paul Burton : >>> On 09/09/16 04:15, Masahiro Yamada wrote: 2016-09-08 15:47 GMT+09:00 Paul Burton

Re: [U-Boot] [PATCH v7 01/12] clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabled

2016-09-12 Thread Stephen Warren
On 09/11/2016 07:25 AM, Masahiro Yamada wrote: Hi Paul, 2016-09-09 17:01 GMT+09:00 Paul Burton : On 09/09/16 04:15, Masahiro Yamada wrote: 2016-09-08 15:47 GMT+09:00 Paul Burton : The implementations of clk_get_by_index & clk_get_by_name are

Re: [U-Boot] [PATCH v7 01/12] clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabled

2016-09-11 Thread Paul Burton
On 11/09/16 14:25, Masahiro Yamada wrote: > Hi Paul, > > 2016-09-09 17:01 GMT+09:00 Paul Burton : >> On 09/09/16 04:15, Masahiro Yamada wrote: >>> 2016-09-08 15:47 GMT+09:00 Paul Burton : The implementations of clk_get_by_index &

Re: [U-Boot] [PATCH v7 01/12] clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabled

2016-09-11 Thread Masahiro Yamada
Hi Paul, 2016-09-09 17:01 GMT+09:00 Paul Burton : > On 09/09/16 04:15, Masahiro Yamada wrote: >> 2016-09-08 15:47 GMT+09:00 Paul Burton : >>> The implementations of clk_get_by_index & clk_get_by_name are only >>> available when CONFIG_CLK is

Re: [U-Boot] [PATCH v7 01/12] clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabled

2016-09-09 Thread Paul Burton
On 09/09/16 04:15, Masahiro Yamada wrote: > 2016-09-08 15:47 GMT+09:00 Paul Burton : >> The implementations of clk_get_by_index & clk_get_by_name are only >> available when CONFIG_CLK is enabled. > > Unless I am missing something, > I think this statement also applies to

Re: [U-Boot] [PATCH v7 01/12] clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabled

2016-09-08 Thread Masahiro Yamada
2016-09-08 15:47 GMT+09:00 Paul Burton : > The implementations of clk_get_by_index & clk_get_by_name are only > available when CONFIG_CLK is enabled. Unless I am missing something, I think this statement also applies to other clk API functions such as clk_request(),