Re: [PATCH v7 0/7] clk: meson-axg: Add AO Cloclk and Reset driver

2018-04-27 Thread Yixun Lan
Hi Kevin On 04/28/18 02:49, Kevin Hilman wrote: > Hi Yixun, > > Yixun Lan writes: > >> On 04/27/2018 05:59 PM, Jerome Brunet wrote: > > [...] > >>> >>> Looks to be the problem indeed. But it is still an issue with how your >>> patchset >>> in organized. >>> >>> I can't merge this until Kevin

Re: [PATCH v7 0/7] clk: meson-axg: Add AO Cloclk and Reset driver

2018-04-27 Thread Kevin Hilman
Hi Yixun, Yixun Lan writes: > On 04/27/2018 05:59 PM, Jerome Brunet wrote: [...] >> >> Looks to be the problem indeed. But it is still an issue with how your >> patchset >> in organized. >> >> I can't merge this until Kevin merges the patch above, which he can't merge >> until there is the

Re: [PATCH v7 0/7] clk: meson-axg: Add AO Cloclk and Reset driver

2018-04-27 Thread Yixun Lan
Hi Jerome: On 04/27/2018 05:59 PM, Jerome Brunet wrote: > On Fri, 2018-04-27 at 17:31 +0800, Yixun Lan wrote: >> hi Jerome: >> >> >> On 04/27/18 17:20, Jerome Brunet wrote: >>> On Thu, 2018-04-26 at 16:44 +0800, Yixun Lan wrote: This patch try to add AO clock and Reset driver for Amlogic's

Re: [PATCH v7 0/7] clk: meson-axg: Add AO Cloclk and Reset driver

2018-04-27 Thread Jerome Brunet
On Fri, 2018-04-27 at 17:31 +0800, Yixun Lan wrote: > hi Jerome: > > > On 04/27/18 17:20, Jerome Brunet wrote: > > On Thu, 2018-04-26 at 16:44 +0800, Yixun Lan wrote: > > > This patch try to add AO clock and Reset driver for Amlogic's > > > Meson-AXG SoC. > > > Please note that patch 7 need t

Re: [PATCH v7 0/7] clk: meson-axg: Add AO Cloclk and Reset driver

2018-04-27 Thread Yixun Lan
hi Jerome: On 04/27/18 17:20, Jerome Brunet wrote: > On Thu, 2018-04-26 at 16:44 +0800, Yixun Lan wrote: >> This patch try to add AO clock and Reset driver for Amlogic's >> Meson-AXG SoC. >> Please note that patch 7 need to wait for the DTS changes[3] merged >> into mainline first, otherwise

Re: [PATCH v7 0/7] clk: meson-axg: Add AO Cloclk and Reset driver

2018-04-27 Thread Jerome Brunet
On Thu, 2018-04-26 at 16:44 +0800, Yixun Lan wrote: > This patch try to add AO clock and Reset driver for Amlogic's > Meson-AXG SoC. > Please note that patch 7 need to wait for the DTS changes[3] merged > into mainline first, otherwise it will break the serial console. > > patch 2: factor the

[PATCH v7 0/7] clk: meson-axg: Add AO Cloclk and Reset driver

2018-04-26 Thread Yixun Lan
This patch try to add AO clock and Reset driver for Amlogic's Meson-AXG SoC. Please note that patch 7 need to wait for the DTS changes[3] merged into mainline first, otherwise it will break the serial console. patch 2: factor the common code into a dedicated file patch 3-5: add the aoclk dri