Re: [PATCH V4 1/1] clk: bulk: add of_clk_bulk_get()

2017-12-21 Thread Dong Aisheng
On Thu, Dec 21, 2017 at 03:20:32PM -0800, Stephen Boyd wrote: > On 12/20, Dong Aisheng wrote: > > On Fri, Sep 29, 2017 at 03:48:21PM -0700, Stephen Boyd wrote: > > > On 09/26, Dong Aisheng wrote: > > > > here to handle this for DT users without 'clock-names' specified. > > > > > > +#endif > > > >

Re: [PATCH V4 1/1] clk: bulk: add of_clk_bulk_get()

2017-12-21 Thread Stephen Boyd
On 12/20, Dong Aisheng wrote: > On Fri, Sep 29, 2017 at 03:48:21PM -0700, Stephen Boyd wrote: > > On 09/26, Dong Aisheng wrote: > > > here to handle this for DT users without 'clock-names' specified. > > > > +#endif > > > > > > void clk_bulk_put(int num_clks, struct clk_bulk_data *clks) > > >

Re: [PATCH V4 1/1] clk: bulk: add of_clk_bulk_get()

2017-12-20 Thread Dong Aisheng
On Fri, Sep 29, 2017 at 03:48:21PM -0700, Stephen Boyd wrote: > On 09/26, Dong Aisheng wrote: > > 'clock-names' property is optinal in DT, so of_clk_bulk_get() is introduced > > s/optinal/optional/ > Got it. > > here to handle this for DT users without 'clock-names' specified. > > > > Cc: Step

Re: [PATCH V4 1/1] clk: bulk: add of_clk_bulk_get()

2017-09-29 Thread Stephen Boyd
On 09/26, Dong Aisheng wrote: > 'clock-names' property is optinal in DT, so of_clk_bulk_get() is introduced s/optinal/optional/ > here to handle this for DT users without 'clock-names' specified. > > Cc: Stephen Boyd > Cc: Michael Turquette > Cc: Russell King > Reported-by: Shawn Guo > Signe