All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Allwinner clock changes for 4.14, take 3
@ 2017-08-24  8:36 ` Maxime Ripard
  0 siblings, 0 replies; 8+ messages in thread
From: Maxime Ripard @ 2017-08-24  8:36 UTC (permalink / raw)
  To: Mike Turquette, Stephen Boyd
  Cc: Chen-Yu Tsai, Maxime Ripard, linux-arm-kernel, linux-clk

[-- Attachment #1: Type: text/plain, Size: 2208 bytes --]

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

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] Allwinner clock changes for 4.14, take 3
@ 2017-08-24  8:36 ` Maxime Ripard
  0 siblings, 0 replies; 8+ messages in thread
From: Maxime Ripard @ 2017-08-24  8:36 UTC (permalink / raw)
  To: linux-arm-kernel

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

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170824/d074719f/attachment.sig>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] Allwinner clock changes for 4.14, take 3
  2017-08-24  8:36 ` Maxime Ripard
@ 2017-08-31 17:59   ` Stephen Boyd
  -1 siblings, 0 replies; 8+ messages in thread
From: Stephen Boyd @ 2017-08-31 17:59 UTC (permalink / raw)
  To: Maxime Ripard; +Cc: Mike Turquette, Chen-Yu Tsai, linux-arm-kernel, linux-clk

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.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] Allwinner clock changes for 4.14, take 3
@ 2017-08-31 17:59   ` Stephen Boyd
  0 siblings, 0 replies; 8+ messages in thread
From: Stephen Boyd @ 2017-08-31 17:59 UTC (permalink / raw)
  To: linux-arm-kernel

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.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] Allwinner clock changes for 4.14, take 3
  2017-08-31 17:59   ` Stephen Boyd
@ 2017-09-01  6:17     ` Maxime Ripard
  -1 siblings, 0 replies; 8+ messages in thread
From: Maxime Ripard @ 2017-09-01  6:17 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: Mike Turquette, Chen-Yu Tsai, linux-arm-kernel, linux-clk

[-- Attachment #1: Type: text/plain, Size: 797 bytes --]

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

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] Allwinner clock changes for 4.14, take 3
@ 2017-09-01  6:17     ` Maxime Ripard
  0 siblings, 0 replies; 8+ messages in thread
From: Maxime Ripard @ 2017-09-01  6:17 UTC (permalink / raw)
  To: linux-arm-kernel

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

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170901/f167cc8a/attachment.sig>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] Allwinner clock changes for 4.14, take 3
  2017-09-01  6:17     ` Maxime Ripard
@ 2017-09-01 20:26       ` Stephen Boyd
  -1 siblings, 0 replies; 8+ messages in thread
From: Stephen Boyd @ 2017-09-01 20:26 UTC (permalink / raw)
  To: Maxime Ripard; +Cc: Mike Turquette, Chen-Yu Tsai, linux-arm-kernel, linux-clk

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.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] Allwinner clock changes for 4.14, take 3
@ 2017-09-01 20:26       ` Stephen Boyd
  0 siblings, 0 replies; 8+ messages in thread
From: Stephen Boyd @ 2017-09-01 20:26 UTC (permalink / raw)
  To: linux-arm-kernel

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.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-09-01 20:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-24  8:36 [GIT PULL] Allwinner clock changes for 4.14, take 3 Maxime Ripard
2017-08-24  8:36 ` Maxime Ripard
2017-08-31 17:59 ` Stephen Boyd
2017-08-31 17:59   ` Stephen Boyd
2017-09-01  6:17   ` Maxime Ripard
2017-09-01  6:17     ` Maxime Ripard
2017-09-01 20:26     ` Stephen Boyd
2017-09-01 20:26       ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.