mbox

[GIT,PULL] Allwinner clock changes for 4.14, take 3

Message ID 20170824083620.b5cq4qtyr3cqtpjx@flea.lan
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-4.14-3

Message

Maxime Ripard Aug. 24, 2017, 8:36 a.m. UTC
Hi,

Here is a quite late PR, but this also something we've been waiting
for for quite some time already.

These patches convert our last users of the old clock framework to the
new one. We still have some marginal users of the old clock drivers,
but they shouldn't prevent the fix for the orphans clocks we hold back
to work.

Maxime

The following changes since commit cd030a78f7aa06fe216f6665a6ea84b8f3e5b3d3:

  clk: sunxi-ng: support R40 SoC (2017-08-19 17:04:37 +0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-4.14-3

for you to fetch changes up to c84f5683f6e9fee78e054431d89121225ccb7464:

  clk: sunxi-ng: Add sun4i/sun7i CCU driver (2017-08-24 10:15:54 +0200)

----------------------------------------------------------------
Allwinner clock changes for 4.14, part 3

Conversion of the last two SoCs (A10, A20) to the sunxi-ng framework.

----------------------------------------------------------------
Priit Laes (3):
      dt-bindings: List devicetree binding for the CCU of Allwinner A20
      dt-bindings: List devicetree binding for the CCU of Allwinner A10
      clk: sunxi-ng: Add sun4i/sun7i CCU driver

 .../devicetree/bindings/clock/sunxi-ccu.txt        |    2 +
 drivers/clk/sunxi-ng/Kconfig                       |   13 +
 drivers/clk/sunxi-ng/Makefile                      |    1 +
 drivers/clk/sunxi-ng/ccu-sun4i-a10.c               | 1456 ++++++++++++++++++++
 drivers/clk/sunxi-ng/ccu-sun4i-a10.h               |   61 +
 include/dt-bindings/clock/sun4i-a10-ccu.h          |  200 +++
 include/dt-bindings/clock/sun7i-a20-ccu.h          |   53 +
 include/dt-bindings/reset/sun4i-a10-ccu.h          |   69 +
 8 files changed, 1855 insertions(+)
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun4i-a10.c
 create mode 100644 drivers/clk/sunxi-ng/ccu-sun4i-a10.h
 create mode 100644 include/dt-bindings/clock/sun4i-a10-ccu.h
 create mode 100644 include/dt-bindings/clock/sun7i-a20-ccu.h
 create mode 100644 include/dt-bindings/reset/sun4i-a10-ccu.h

Comments

Stephen Boyd Aug. 31, 2017, 5:59 p.m. UTC | #1
On 08/24, Maxime Ripard wrote:
> Hi,
> 
> Here is a quite late PR, but this also something we've been waiting
> for for quite some time already.
> 
> These patches convert our last users of the old clock framework to the
> new one. We still have some marginal users of the old clock drivers,
> but they shouldn't prevent the fix for the orphans clocks we hold back
> to work.
> 

Great. Thanks. Pulled into clk-next.
Maxime Ripard Sept. 1, 2017, 6:17 a.m. UTC | #2
Hi Stephen,

On Thu, Aug 31, 2017 at 10:59:01AM -0700, Stephen Boyd wrote:
> On 08/24, Maxime Ripard wrote:
> > Hi,
> > 
> > Here is a quite late PR, but this also something we've been waiting
> > for for quite some time already.
> > 
> > These patches convert our last users of the old clock framework to the
> > new one. We still have some marginal users of the old clock drivers,
> > but they shouldn't prevent the fix for the orphans clocks we hold back
> > to work.
> > 
> 
> Great. Thanks. Pulled into clk-next.

Just so you know, since we haven't heard from you about this one, we
didn't send the DT bits. So the conversion of our DTs will happen in
4.15.

Maxime
Stephen Boyd Sept. 1, 2017, 8:26 p.m. UTC | #3
On 09/01, Maxime Ripard wrote:
> Hi Stephen,
> 
> On Thu, Aug 31, 2017 at 10:59:01AM -0700, Stephen Boyd wrote:
> > On 08/24, Maxime Ripard wrote:
> > > Hi,
> > > 
> > > Here is a quite late PR, but this also something we've been waiting
> > > for for quite some time already.
> > > 
> > > These patches convert our last users of the old clock framework to the
> > > new one. We still have some marginal users of the old clock drivers,
> > > but they shouldn't prevent the fix for the orphans clocks we hold back
> > > to work.
> > > 
> > 
> > Great. Thanks. Pulled into clk-next.
> 
> Just so you know, since we haven't heard from you about this one, we
> didn't send the DT bits. So the conversion of our DTs will happen in
> 4.15.
> 

Ok, sounds good.