Re: [PATCH v4 02/11] clk: sunxi-ng: add support for DE2 CCU

2017-04-20 Thread Rob Herring
On Thu, Apr 20, 2017 at 9:36 AM, Maxime Ripard wrote: > Hi Rob, > > On Thu, Apr 20, 2017 at 09:02:53AM -0500, Rob Herring wrote: >> On Sun, Apr 16, 2017 at 08:08:40PM +0800, Icenowy Zheng wrote: >> > diff --git a/include/dt-bindings/clock/sun8i-de2.h >> >

Re: [PATCH v4 02/11] clk: sunxi-ng: add support for DE2 CCU

2017-04-20 Thread Rob Herring
On Thu, Apr 20, 2017 at 9:36 AM, Maxime Ripard wrote: > Hi Rob, > > On Thu, Apr 20, 2017 at 09:02:53AM -0500, Rob Herring wrote: >> On Sun, Apr 16, 2017 at 08:08:40PM +0800, Icenowy Zheng wrote: >> > diff --git a/include/dt-bindings/clock/sun8i-de2.h >> > b/include/dt-bindings/clock/sun8i-de2.h

Re: [PATCH v4 02/11] clk: sunxi-ng: add support for DE2 CCU

2017-04-20 Thread Maxime Ripard
Hi Rob, On Thu, Apr 20, 2017 at 09:02:53AM -0500, Rob Herring wrote: > On Sun, Apr 16, 2017 at 08:08:40PM +0800, Icenowy Zheng wrote: > > diff --git a/include/dt-bindings/clock/sun8i-de2.h > > b/include/dt-bindings/clock/sun8i-de2.h > > new file mode 100644 > > index ..982c6d18c75b >

Re: [PATCH v4 02/11] clk: sunxi-ng: add support for DE2 CCU

2017-04-20 Thread Maxime Ripard
Hi Rob, On Thu, Apr 20, 2017 at 09:02:53AM -0500, Rob Herring wrote: > On Sun, Apr 16, 2017 at 08:08:40PM +0800, Icenowy Zheng wrote: > > diff --git a/include/dt-bindings/clock/sun8i-de2.h > > b/include/dt-bindings/clock/sun8i-de2.h > > new file mode 100644 > > index ..982c6d18c75b >

Re: [PATCH v4 02/11] clk: sunxi-ng: add support for DE2 CCU

2017-04-20 Thread Rob Herring
On Sun, Apr 16, 2017 at 08:08:40PM +0800, Icenowy Zheng wrote: > The "Display Engine 2.0" in Allwinner newer SoCs contains a clock > management unit for its subunits, like the DE CCU in A80. > > Add a sunxi-ng style driver for it. > > Signed-off-by: Icenowy Zheng > --- >

Re: [PATCH v4 02/11] clk: sunxi-ng: add support for DE2 CCU

2017-04-20 Thread Rob Herring
On Sun, Apr 16, 2017 at 08:08:40PM +0800, Icenowy Zheng wrote: > The "Display Engine 2.0" in Allwinner newer SoCs contains a clock > management unit for its subunits, like the DE CCU in A80. > > Add a sunxi-ng style driver for it. > > Signed-off-by: Icenowy Zheng > --- > Changes in v4: > -

[PATCH v4 02/11] clk: sunxi-ng: add support for DE2 CCU

2017-04-16 Thread Icenowy Zheng
The "Display Engine 2.0" in Allwinner newer SoCs contains a clock management unit for its subunits, like the DE CCU in A80. Add a sunxi-ng style driver for it. Signed-off-by: Icenowy Zheng --- Changes in v4: - Fixed the inconsistence between mixer_div clocks' number and real

[PATCH v4 02/11] clk: sunxi-ng: add support for DE2 CCU

2017-04-16 Thread Icenowy Zheng
The "Display Engine 2.0" in Allwinner newer SoCs contains a clock management unit for its subunits, like the DE CCU in A80. Add a sunxi-ng style driver for it. Signed-off-by: Icenowy Zheng --- Changes in v4: - Fixed the inconsistence between mixer_div clocks' number and real clock. Changes in