Re: [PATCH 3/3] clk: split of_clk_get_parent_name() into two functions

2015-11-30 Thread Masahiro Yamada
2015-12-01 9:49 GMT+09:00 Stephen Boyd : > On 11/24, Masahiro Yamada wrote: >> Hi Stephen, >> >> >> 2015-11-22 14:44 GMT+09:00 Masahiro Yamada : >> > Hi Stephen, >> > >> > >> > 2015-11-21 9:37 GMT+09:00 Stephen Boyd : >> >> On 11/20, Masahiro Yamada wrote: >> >>> Currently, there is no function to

Re: [PATCH 3/3] clk: split of_clk_get_parent_name() into two functions

2015-11-30 Thread Stephen Boyd
On 11/24, Masahiro Yamada wrote: > Hi Stephen, > > > 2015-11-22 14:44 GMT+09:00 Masahiro Yamada : > > Hi Stephen, > > > > > > 2015-11-21 9:37 GMT+09:00 Stephen Boyd : > >> On 11/20, Masahiro Yamada wrote: > >>> Currently, there is no function to get the clock name of the given > >>> node.

Re: [PATCH 3/3] clk: split of_clk_get_parent_name() into two functions

2015-11-30 Thread Masahiro Yamada
2015-12-01 9:49 GMT+09:00 Stephen Boyd : > On 11/24, Masahiro Yamada wrote: >> Hi Stephen, >> >> >> 2015-11-22 14:44 GMT+09:00 Masahiro Yamada : >> > Hi Stephen, >> > >> > >> > 2015-11-21 9:37 GMT+09:00 Stephen Boyd : >> >>

Re: [PATCH 3/3] clk: split of_clk_get_parent_name() into two functions

2015-11-30 Thread Stephen Boyd
On 11/24, Masahiro Yamada wrote: > Hi Stephen, > > > 2015-11-22 14:44 GMT+09:00 Masahiro Yamada : > > Hi Stephen, > > > > > > 2015-11-21 9:37 GMT+09:00 Stephen Boyd : > >> On 11/20, Masahiro Yamada wrote: > >>> Currently, there is no function

Re: [PATCH 3/3] clk: split of_clk_get_parent_name() into two functions

2015-11-23 Thread Masahiro Yamada
Hi Stephen, 2015-11-22 14:44 GMT+09:00 Masahiro Yamada : > Hi Stephen, > > > 2015-11-21 9:37 GMT+09:00 Stephen Boyd : >> On 11/20, Masahiro Yamada wrote: >>> Currently, there is no function to get the clock name of the given >>> node. Create a new helper function, of_clk_get_name(). This is

Re: [PATCH 3/3] clk: split of_clk_get_parent_name() into two functions

2015-11-23 Thread Masahiro Yamada
Hi Stephen, 2015-11-22 14:44 GMT+09:00 Masahiro Yamada : > Hi Stephen, > > > 2015-11-21 9:37 GMT+09:00 Stephen Boyd : >> On 11/20, Masahiro Yamada wrote: >>> Currently, there is no function to get the clock name of the given >>> node. Create

Re: [PATCH 3/3] clk: split of_clk_get_parent_name() into two functions

2015-11-21 Thread Masahiro Yamada
Hi Stephen, 2015-11-21 9:37 GMT+09:00 Stephen Boyd : > On 11/20, Masahiro Yamada wrote: >> Currently, there is no function to get the clock name of the given >> node. Create a new helper function, of_clk_get_name(). This is >> useful to get the clock name where "clock-indices" property is

Re: [PATCH 3/3] clk: split of_clk_get_parent_name() into two functions

2015-11-21 Thread Masahiro Yamada
Hi Stephen, 2015-11-21 9:37 GMT+09:00 Stephen Boyd : > On 11/20, Masahiro Yamada wrote: >> Currently, there is no function to get the clock name of the given >> node. Create a new helper function, of_clk_get_name(). This is >> useful to get the clock name where

Re: [PATCH 3/3] clk: split of_clk_get_parent_name() into two functions

2015-11-20 Thread Stephen Boyd
On 11/20, Masahiro Yamada wrote: > Currently, there is no function to get the clock name of the given > node. Create a new helper function, of_clk_get_name(). This is > useful to get the clock name where "clock-indices" property is used. > > of_clk_get_name(): get the clock name in the given

Re: [PATCH 3/3] clk: split of_clk_get_parent_name() into two functions

2015-11-20 Thread Stephen Boyd
On 11/20, Masahiro Yamada wrote: > Currently, there is no function to get the clock name of the given > node. Create a new helper function, of_clk_get_name(). This is > useful to get the clock name where "clock-indices" property is used. > > of_clk_get_name(): get the clock name in the given

[PATCH 3/3] clk: split of_clk_get_parent_name() into two functions

2015-11-19 Thread Masahiro Yamada
Currently, there is no function to get the clock name of the given node. Create a new helper function, of_clk_get_name(). This is useful to get the clock name where "clock-indices" property is used. of_clk_get_name(): get the clock name in the given node of_clk_get_parent_name(): get the

[PATCH 3/3] clk: split of_clk_get_parent_name() into two functions

2015-11-19 Thread Masahiro Yamada
Currently, there is no function to get the clock name of the given node. Create a new helper function, of_clk_get_name(). This is useful to get the clock name where "clock-indices" property is used. of_clk_get_name(): get the clock name in the given node of_clk_get_parent_name(): get the