Re: [PATCH v5 09/14] soc: mediatek: Add basic_clk_name to scp_power_data

2019-06-19 Thread Weiyi Lu
On Thu, 2019-03-21 at 14:02 +0800, Nicolas Boichat wrote: > On Tue, Mar 19, 2019 at 4:02 PM Weiyi Lu wrote: > > > > Try to stop extending the clk_id or clk_names if there are > > more and more new BASIC clocks. To get its own clocks by the > > basic_clk_name of each power domain. > > > > Signed-of

Re: [PATCH v5 09/14] soc: mediatek: Add basic_clk_name to scp_power_data

2019-03-20 Thread Nicolas Boichat
On Tue, Mar 19, 2019 at 4:02 PM Weiyi Lu wrote: > > Try to stop extending the clk_id or clk_names if there are > more and more new BASIC clocks. To get its own clocks by the > basic_clk_name of each power domain. > > Signed-off-by: Weiyi Lu > --- > drivers/soc/mediatek/mtk-scpsys.c | 27

[PATCH v5 09/14] soc: mediatek: Add basic_clk_name to scp_power_data

2019-03-19 Thread Weiyi Lu
Try to stop extending the clk_id or clk_names if there are more and more new BASIC clocks. To get its own clocks by the basic_clk_name of each power domain. Signed-off-by: Weiyi Lu --- drivers/soc/mediatek/mtk-scpsys.c | 27 +++ 1 file changed, 19 insertions(+), 8 deletio