Re: [PATCH V2 4/4] video: simplefb: switch to use clk_bulk API to simplify clock operations

2018-03-25 Thread kbuild test robot
Hi Dong, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on clk/clk-next] [also build test WARNING on v4.16-rc6 next-20180323] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH V2 4/4] video: simplefb: switch to use clk_bulk API to simplify clock operations

2018-03-25 Thread kbuild test robot
Hi Dong, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on clk/clk-next] [also build test WARNING on v4.16-rc6 next-20180323] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH V2 4/4] video: simplefb: switch to use clk_bulk API to simplify clock operations

2018-03-22 Thread kbuild test robot
Hi Dong, Thank you for the patch! Yet something to improve: [auto build test ERROR on clk/clk-next] [also build test ERROR on v4.16-rc6 next-20180322] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH V2 4/4] video: simplefb: switch to use clk_bulk API to simplify clock operations

2018-03-22 Thread kbuild test robot
Hi Dong, Thank you for the patch! Yet something to improve: [auto build test ERROR on clk/clk-next] [also build test ERROR on v4.16-rc6 next-20180322] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH V2 4/4] video: simplefb: switch to use clk_bulk API to simplify clock operations

2018-03-21 Thread Dong Aisheng
Switching to use clk_bulk API to simplify clock operations. Cc: Hans de Goede Cc: Bartlomiej Zolnierkiewicz Cc: linux-fb...@vger.kernel.org Cc: Masahiro Yamada Cc: Stephen Boyd Signed-off-by:

[PATCH V2 4/4] video: simplefb: switch to use clk_bulk API to simplify clock operations

2018-03-21 Thread Dong Aisheng
Switching to use clk_bulk API to simplify clock operations. Cc: Hans de Goede Cc: Bartlomiej Zolnierkiewicz Cc: linux-fb...@vger.kernel.org Cc: Masahiro Yamada Cc: Stephen Boyd Signed-off-by: Dong Aisheng --- v1->v2: * switch to clk_bulk_get_all from of_clk_bulk_get_all ---

[PATCH V2 4/4] video: simplefb: switch to use clk_bulk API to simplify clock operations

2018-03-20 Thread Dong Aisheng
Switching to use clk_bulk API to simplify clock operations. Cc: Hans de Goede Cc: Bartlomiej Zolnierkiewicz Cc: linux-fb...@vger.kernel.org Cc: Masahiro Yamada Cc: Stephen Boyd Signed-off-by:

[PATCH V2 4/4] video: simplefb: switch to use clk_bulk API to simplify clock operations

2018-03-20 Thread Dong Aisheng
Switching to use clk_bulk API to simplify clock operations. Cc: Hans de Goede Cc: Bartlomiej Zolnierkiewicz Cc: linux-fb...@vger.kernel.org Cc: Masahiro Yamada Cc: Stephen Boyd Signed-off-by: Dong Aisheng --- v1->v2: * switch to clk_bulk_get_all from of_clk_bulk_get_all ---