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

2017-09-20 Thread Dong Aisheng
Hi Geert, On Wed, Sep 13, 2017 at 03:40:32PM +0200, Geert Uytterhoeven wrote: > On Wed, Sep 13, 2017 at 2:34 AM, kbuild test robot wrote: > > [auto build test WARNING on clk/clk-next] > > [also build test WARNING on v4.13 next-20170912] > > [if your patch is applied to the wrong git tree, please

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

2017-09-13 Thread Geert Uytterhoeven
On Wed, Sep 13, 2017 at 2:34 AM, kbuild test robot wrote: > [auto build test WARNING on clk/clk-next] > [also build test WARNING on v4.13 next-20170912] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url: > https://github.com/0day-ci

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

2017-09-12 Thread kbuild test robot
Hi Dong, [auto build test ERROR on clk/clk-next] [also build test ERROR on v4.13 next-20170912] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Dong-Aisheng/clk-bulk-add-of_clk_bulk_get/20170913-

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

2017-09-12 Thread kbuild test robot
Hi Dong, [auto build test WARNING on clk/clk-next] [also build test WARNING on v4.13 next-20170912] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Dong-Aisheng/clk-bulk-add-of_clk_bulk_get/20170

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

2017-09-11 Thread Dong Aisheng
On Mon, Sep 11, 2017 at 10:58:19AM +0200, Sylwester Nawrocki wrote: > On 09/11/2017 09:36 AM, Dong Aisheng wrote: > >'clock-names' property is optinal in DT, so of_clk_bulk_get() is introduced > >here to handle this for DT users without 'clock-names' specified. > > > >Cc: Stephen Boyd > >Cc: Micha

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

2017-09-11 Thread Sylwester Nawrocki
On 09/11/2017 09:36 AM, Dong Aisheng wrote: 'clock-names' property is optinal in DT, so of_clk_bulk_get() is introduced here to handle this for DT users without 'clock-names' specified. Cc: Stephen Boyd Cc: Michael Turquette Cc: Russell King Reported-by: Shawn Guo Signed-off-by: Dong Aisheng