mbox series

[0/8] AP807 clocks support

Message ID 20190805100310.29048-1-miquel.raynal@bootlin.com (mailing list archive)
Headers show
Series AP807 clocks support | expand

Message

Miquel Raynal Aug. 5, 2019, 10:03 a.m. UTC
Hello,

This is the first batch of changes (out of three) to support the brand
new Marvell CN9130 SoCs which are made of one AP807 and one CP115.

This clock series applies on top of Gregory's "AP806 CPU clocks" [1].

[1] https://patchwork.kernel.org/cover/11038577/

Thanks,
Miquèl


Ben Peled (3):
  clk: mvebu: ap80x-cpu: add AP807 CPU clock support
  clk: mvebu: ap806: Prepare the introduction of AP807 clock support
  clk: mvebu: ap80x: add AP807 clock support

Christine Gharzuzi (1):
  clk: mvebu: ap806-cpu: prepare mapping of AP807 CPU clock

Miquel Raynal (3):
  dt-bindings: ap80x: Document AP807 CPU clock compatible
  dt-bindings: ap806: Document AP807 clock compatible
  clk: mvebu: ap806: be more explicit on what SaR is

Omri Itach (1):
  clk: mvebu: ap806: add AP-DCLK (hclk) to system controller driver

 .../arm/marvell/ap806-system-controller.txt   |  17 +-
 drivers/clk/mvebu/ap-cpu-clk.c                | 139 ++++++++++++---
 drivers/clk/mvebu/ap806-system-controller.c   | 162 ++++++++++++++----
 3 files changed, 253 insertions(+), 65 deletions(-)

Comments

Stephen Boyd Sept. 18, 2019, 5:07 a.m. UTC | #1
Quoting Miquel Raynal (2019-08-05 03:03:02)
> Hello,
> 
> This is the first batch of changes (out of three) to support the brand
> new Marvell CN9130 SoCs which are made of one AP807 and one CP115.
> 
> This clock series applies on top of Gregory's "AP806 CPU clocks" [1].
> 
> [1] https://patchwork.kernel.org/cover/11038577/

Ugh I found this series stashed away and never merged to clk-next.
Miquel Raynal Sept. 20, 2019, 8:01 a.m. UTC | #2
Hi Stephen,

Stephen Boyd <sboyd@kernel.org> wrote on Tue, 17 Sep 2019 22:07:19
-0700:

> Quoting Miquel Raynal (2019-08-05 03:03:02)
> > Hello,
> > 
> > This is the first batch of changes (out of three) to support the brand
> > new Marvell CN9130 SoCs which are made of one AP807 and one CP115.
> > 
> > This clock series applies on top of Gregory's "AP806 CPU clocks" [1].
> > 
> > [1] https://patchwork.kernel.org/cover/11038577/  
> 
> Ugh I found this series stashed away and never merged to clk-next.
> 

No problem, thanks for merging it!


Cheers,
Miquèl