Re: [PATCH v5 06/14] soc: mediatek: Refactor clock control

2019-06-19 Thread Weiyi Lu
On Tue, 2019-03-19 at 20:02 +0800, Nicolas Boichat wrote: > On Tue, Mar 19, 2019 at 4:02 PM Weiyi Lu wrote: > > > > Put clock enable and disable control in separate function. > > > > Signed-off-by: Weiyi Lu > > --- > > drivers/soc/mediatek/mtk-scpsys.c | 49 --- > > 1

Re: [PATCH v5 06/14] soc: mediatek: Refactor clock control

2019-03-19 Thread Nicolas Boichat
On Tue, Mar 19, 2019 at 4:02 PM Weiyi Lu wrote: > > Put clock enable and disable control in separate function. > > Signed-off-by: Weiyi Lu > --- > drivers/soc/mediatek/mtk-scpsys.c | 49 --- > 1 file changed, 32 insertions(+), 17 deletions(-) > > diff --git a/drivers/

[PATCH v5 06/14] soc: mediatek: Refactor clock control

2019-03-19 Thread Weiyi Lu
Put clock enable and disable control in separate function. Signed-off-by: Weiyi Lu --- drivers/soc/mediatek/mtk-scpsys.c | 49 --- 1 file changed, 32 insertions(+), 17 deletions(-) diff --git a/drivers/soc/mediatek/mtk-scpsys.c b/drivers/soc/mediatek/mtk-scpsys.c in