Re: [PATCH V6 2/4] clk: add new APIs to operate on all available clocks

2018-10-16 Thread Stephen Boyd
Quoting Dong Aisheng (2018-08-30 21:45:54) > This patch introduces of_clk_bulk_get_all and clk_bulk_x_all APIs > to users who just want to handle all available clocks from device tree > without need to know the detailed clock information likes clock numbers > and names. This is useful in writing so

[PATCH V6 2/4] clk: add new APIs to operate on all available clocks

2018-08-30 Thread Dong Aisheng
This patch introduces of_clk_bulk_get_all and clk_bulk_x_all APIs to users who just want to handle all available clocks from device tree without need to know the detailed clock information likes clock numbers and names. This is useful in writing some generic drivers to handle clock part. Cc: Steph