Re: [PATCH] clk: meson: axg: fix the od shift of the sys_pll

2018-01-30 Thread Jerome Brunet
On Fri, 2018-01-19 at 10:09 +0800, Yixun Lan wrote: > According to datasheet, the od shift of sys_pll is 16, > fix the typo which introduced at previous commit. > > Fixes: 78b4af312f91 ('clk: meson-axg: add clock controller drivers') > Signed-off-by: Yixun Lan Applied to

Re: [PATCH] clk: meson: axg: fix the od shift of the sys_pll

2018-01-30 Thread Jerome Brunet
On Fri, 2018-01-19 at 10:09 +0800, Yixun Lan wrote: > According to datasheet, the od shift of sys_pll is 16, > fix the typo which introduced at previous commit. > > Fixes: 78b4af312f91 ('clk: meson-axg: add clock controller drivers') > Signed-off-by: Yixun Lan Applied to clk-meson next/drivers

Re: [PATCH] clk: meson: axg: fix the od shift of the sys_pll

2018-01-22 Thread Jerome Brunet
On Fri, 2018-01-19 at 10:09 +0800, Yixun Lan wrote: > According to datasheet, the od shift of sys_pll is 16, > fix the typo which introduced at previous commit. > > Fixes: 78b4af312f91 ('clk: meson-axg: add clock controller drivers') > Signed-off-by: Yixun Lan > --- >

Re: [PATCH] clk: meson: axg: fix the od shift of the sys_pll

2018-01-22 Thread Jerome Brunet
On Fri, 2018-01-19 at 10:09 +0800, Yixun Lan wrote: > According to datasheet, the od shift of sys_pll is 16, > fix the typo which introduced at previous commit. > > Fixes: 78b4af312f91 ('clk: meson-axg: add clock controller drivers') > Signed-off-by: Yixun Lan > --- > drivers/clk/meson/axg.c |

[PATCH] clk: meson: axg: fix the od shift of the sys_pll

2018-01-18 Thread Yixun Lan
According to datasheet, the od shift of sys_pll is 16, fix the typo which introduced at previous commit. Fixes: 78b4af312f91 ('clk: meson-axg: add clock controller drivers') Signed-off-by: Yixun Lan --- drivers/clk/meson/axg.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] clk: meson: axg: fix the od shift of the sys_pll

2018-01-18 Thread Yixun Lan
According to datasheet, the od shift of sys_pll is 16, fix the typo which introduced at previous commit. Fixes: 78b4af312f91 ('clk: meson-axg: add clock controller drivers') Signed-off-by: Yixun Lan --- drivers/clk/meson/axg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git