Re: [PATCH 2/2] clk: meson-g12a: Add AO Clock controller driver

2018-09-14 Thread Jerome Brunet
On Tue, 2018-08-28 at 11:35 +0800, Jian Hu wrote: > Hi: Jerome > > On 2018/8/27 21:07, Jerome Brunet wrote: > > On Fri, 2018-08-24 at 21:34 +0800, Jian Hu wrote: > > > > > > > > > > I am confued about aoclk81's parent clocks. > > > > > > I can not get the example of axg audio clock driver,

Re: [PATCH 2/2] clk: meson-g12a: Add AO Clock controller driver

2018-09-14 Thread Jerome Brunet
On Tue, 2018-08-28 at 11:35 +0800, Jian Hu wrote: > Hi: Jerome > > On 2018/8/27 21:07, Jerome Brunet wrote: > > On Fri, 2018-08-24 at 21:34 +0800, Jian Hu wrote: > > > > > > > > > > I am confued about aoclk81's parent clocks. > > > > > > I can not get the example of axg audio clock driver,

Re: [PATCH 2/2] clk: meson-g12a: Add AO Clock controller driver

2018-08-27 Thread Jian Hu
Hi: Jerome On 2018/8/27 21:07, Jerome Brunet wrote: On Fri, 2018-08-24 at 21:34 +0800, Jian Hu wrote: I am confued about aoclk81's parent clocks. I can not get the example of axg audio clock driver, Could you provide the link? Had it merged into clk-meson.git? Yes and mainline as well :

Re: [PATCH 2/2] clk: meson-g12a: Add AO Clock controller driver

2018-08-27 Thread Jian Hu
Hi: Jerome On 2018/8/27 21:07, Jerome Brunet wrote: On Fri, 2018-08-24 at 21:34 +0800, Jian Hu wrote: I am confued about aoclk81's parent clocks. I can not get the example of axg audio clock driver, Could you provide the link? Had it merged into clk-meson.git? Yes and mainline as well :

Re: [PATCH 2/2] clk: meson-g12a: Add AO Clock controller driver

2018-08-27 Thread Jerome Brunet
On Fri, 2018-08-24 at 21:34 +0800, Jian Hu wrote: > > > > I am confued about aoclk81's parent clocks. > > I can not get the example of axg audio clock driver, Could you provide > the link? Had it merged into clk-meson.git? Yes and mainline as well : drivers/clk/meson/axg-audio.c Basically

Re: [PATCH 2/2] clk: meson-g12a: Add AO Clock controller driver

2018-08-27 Thread Jerome Brunet
On Fri, 2018-08-24 at 21:34 +0800, Jian Hu wrote: > > > > I am confued about aoclk81's parent clocks. > > I can not get the example of axg audio clock driver, Could you provide > the link? Had it merged into clk-meson.git? Yes and mainline as well : drivers/clk/meson/axg-audio.c Basically

Re: [PATCH 2/2] clk: meson-g12a: Add AO Clock controller driver

2018-08-24 Thread Jian Hu
Hi: Jerome Please see my commits. On 2018/8/14 20:40, Jerome Brunet wrote: On Fri, 2018-08-10 at 17:54 +0800, Jian Hu wrote: Add a Clock driver for the ALways-On part of the Amlogic Meson-G12A SoC. Signed-off-by: Jian Hu --- drivers/clk/meson/Makefile | 2 +-

Re: [PATCH 2/2] clk: meson-g12a: Add AO Clock controller driver

2018-08-24 Thread Jian Hu
Hi: Jerome Please see my commits. On 2018/8/14 20:40, Jerome Brunet wrote: On Fri, 2018-08-10 at 17:54 +0800, Jian Hu wrote: Add a Clock driver for the ALways-On part of the Amlogic Meson-G12A SoC. Signed-off-by: Jian Hu --- drivers/clk/meson/Makefile | 2 +-

Re: [PATCH 2/2] clk: meson-g12a: Add AO Clock controller driver

2018-08-14 Thread Jerome Brunet
On Fri, 2018-08-10 at 17:54 +0800, Jian Hu wrote: > Add a Clock driver for the ALways-On part > of the Amlogic Meson-G12A SoC. > > Signed-off-by: Jian Hu > --- > drivers/clk/meson/Makefile | 2 +- > drivers/clk/meson/g12a-aoclk.c | 170 > + >

Re: [PATCH 2/2] clk: meson-g12a: Add AO Clock controller driver

2018-08-14 Thread Jerome Brunet
On Fri, 2018-08-10 at 17:54 +0800, Jian Hu wrote: > Add a Clock driver for the ALways-On part > of the Amlogic Meson-G12A SoC. > > Signed-off-by: Jian Hu > --- > drivers/clk/meson/Makefile | 2 +- > drivers/clk/meson/g12a-aoclk.c | 170 > + >

[PATCH 2/2] clk: meson-g12a: Add AO Clock controller driver

2018-08-10 Thread Jian Hu
Add a Clock driver for the ALways-On part of the Amlogic Meson-G12A SoC. Signed-off-by: Jian Hu --- drivers/clk/meson/Makefile | 2 +- drivers/clk/meson/g12a-aoclk.c | 170 + drivers/clk/meson/g12a-aoclk.h | 36 + 3 files changed, 207

[PATCH 2/2] clk: meson-g12a: Add AO Clock controller driver

2018-08-10 Thread Jian Hu
Add a Clock driver for the ALways-On part of the Amlogic Meson-G12A SoC. Signed-off-by: Jian Hu --- drivers/clk/meson/Makefile | 2 +- drivers/clk/meson/g12a-aoclk.c | 170 + drivers/clk/meson/g12a-aoclk.h | 36 + 3 files changed, 207