Re: [PATCH 2/7] clk: mediatek: adjust common driver for mt8512

2019-12-23 Thread Mingming Lee
On Tue, 2019-12-24 at 03:50 +0800, Ryder Lee wrote: > On Mon, 2019-12-23 at 17:28 +0800, mingming lee wrote: > > Update mtk common clock driver to support mt8512 > > 1. add new set_clr_upd mux type and related operation > > 2. add configurable pcw_chg_reg/ibits/fmin to mtk_pll > > 3. fix

Re: [PATCH 2/7] clk: mediatek: adjust common driver for mt8512

2019-12-23 Thread Ryder Lee
On Mon, 2019-12-23 at 17:28 +0800, mingming lee wrote: > Update mtk common clock driver to support mt8512 > 1. add new set_clr_upd mux type and related operation > 2. add configurable pcw_chg_reg/ibits/fmin to mtk_pll > 3. fix mtk_clk_find_parent_rate data overflow. I think these should be split

[PATCH 2/7] clk: mediatek: adjust common driver for mt8512

2019-12-23 Thread mingming lee
Update mtk common clock driver to support mt8512 1. add new set_clr_upd mux type and related operation 2. add configurable pcw_chg_reg/ibits/fmin to mtk_pll 3. fix mtk_clk_find_parent_rate data overflow Signed-off-by: mingming lee --- drivers/clk/mediatek/clk-mtk.c | 72