mbox series

[v2,0/6] Add clock support for Actions Semi S500 SoC

Message ID 20190115033340.25016-1-manivannan.sadhasivam@linaro.org
Headers show
Series Add clock support for Actions Semi S500 SoC | expand

Message

Manivannan Sadhasivam Jan. 15, 2019, 3:33 a.m. UTC
Hello,

This patchset adds common clock support for Actions Semi S500 SoC of
the Owl family SoCs. This series is based on the initial work done
by Edgar Bernardi Righi. https://patchwork.kernel.org/cover/10587527/

Since there isn't any update from him for long time, I took the liberty
to modify his patches, address review comments and send to list for review.

This series has been tested on Allo Sparky SBC.

Thanks,
Mani

Changes in v2:

* Incorporated review comments from Stephen for driver cleanup.

Edgar Bernardi Righi (1):
  dt-bindings: clock: Add DT bindings for Actions Semi S500 CMU

Manivannan Sadhasivam (5):
  clk: actions: Add configurable PLL delay
  ARM: dts: Add CMU support for Actions Semi Owl S500 SoC
  ARM: dts: Remove fake UART clock for S500 based SBCs
  clk: actions: Add clock driver for S500 SoC
  MAINTAINERS: Add linux-actions mailing list for Actions Semi

 .../bindings/clock/actions,owl-cmu.txt        |   7 +-
 MAINTAINERS                                   |   1 +
 arch/arm/boot/dts/owl-s500-cubieboard6.dts    |   7 -
 .../arm/boot/dts/owl-s500-guitar-bb-rev-b.dts |   7 -
 arch/arm/boot/dts/owl-s500-sparky.dts         |   7 -
 arch/arm/boot/dts/owl-s500.dtsi               |  22 +
 drivers/clk/actions/Kconfig                   |   5 +
 drivers/clk/actions/Makefile                  |   1 +
 drivers/clk/actions/owl-pll.c                 |   2 +-
 drivers/clk/actions/owl-pll.h                 |  30 +-
 drivers/clk/actions/owl-s500.c                | 525 ++++++++++++++++++
 include/dt-bindings/clock/actions,s500-cmu.h  |  78 +++
 12 files changed, 661 insertions(+), 31 deletions(-)
 create mode 100644 drivers/clk/actions/owl-s500.c
 create mode 100644 include/dt-bindings/clock/actions,s500-cmu.h

-- 
2.17.1

Comments

Manivannan Sadhasivam Feb. 1, 2019, 3:53 a.m. UTC | #1
Hi Stephen,

On Tue, Jan 15, 2019 at 09:03:34AM +0530, Manivannan Sadhasivam wrote:
> Hello,

> 

> This patchset adds common clock support for Actions Semi S500 SoC of

> the Owl family SoCs. This series is based on the initial work done

> by Edgar Bernardi Righi. https://patchwork.kernel.org/cover/10587527/

> 

> Since there isn't any update from him for long time, I took the liberty

> to modify his patches, address review comments and send to list for review.

> 

> This series has been tested on Allo Sparky SBC.

> 


Can you please merge the clk patches so that I can take the DT bits through
Actions sub-tree?

Thanks,
Mani

> Thanks,

> Mani

> 

> Changes in v2:

> 

> * Incorporated review comments from Stephen for driver cleanup.

> 

> Edgar Bernardi Righi (1):

>   dt-bindings: clock: Add DT bindings for Actions Semi S500 CMU

> 

> Manivannan Sadhasivam (5):

>   clk: actions: Add configurable PLL delay

>   ARM: dts: Add CMU support for Actions Semi Owl S500 SoC

>   ARM: dts: Remove fake UART clock for S500 based SBCs

>   clk: actions: Add clock driver for S500 SoC

>   MAINTAINERS: Add linux-actions mailing list for Actions Semi

> 

>  .../bindings/clock/actions,owl-cmu.txt        |   7 +-

>  MAINTAINERS                                   |   1 +

>  arch/arm/boot/dts/owl-s500-cubieboard6.dts    |   7 -

>  .../arm/boot/dts/owl-s500-guitar-bb-rev-b.dts |   7 -

>  arch/arm/boot/dts/owl-s500-sparky.dts         |   7 -

>  arch/arm/boot/dts/owl-s500.dtsi               |  22 +

>  drivers/clk/actions/Kconfig                   |   5 +

>  drivers/clk/actions/Makefile                  |   1 +

>  drivers/clk/actions/owl-pll.c                 |   2 +-

>  drivers/clk/actions/owl-pll.h                 |  30 +-

>  drivers/clk/actions/owl-s500.c                | 525 ++++++++++++++++++

>  include/dt-bindings/clock/actions,s500-cmu.h  |  78 +++

>  12 files changed, 661 insertions(+), 31 deletions(-)

>  create mode 100644 drivers/clk/actions/owl-s500.c

>  create mode 100644 include/dt-bindings/clock/actions,s500-cmu.h

> 

> -- 

> 2.17.1

>
Manivannan Sadhasivam Feb. 16, 2019, 4:15 a.m. UTC | #2
Hi Stephen,

On Fri, Feb 01, 2019 at 09:23:43AM +0530, Manivannan Sadhasivam wrote:
> Hi Stephen,

> 

> On Tue, Jan 15, 2019 at 09:03:34AM +0530, Manivannan Sadhasivam wrote:

> > Hello,

> > 

> > This patchset adds common clock support for Actions Semi S500 SoC of

> > the Owl family SoCs. This series is based on the initial work done

> > by Edgar Bernardi Righi. https://patchwork.kernel.org/cover/10587527/

> > 

> > Since there isn't any update from him for long time, I took the liberty

> > to modify his patches, address review comments and send to list for review.

> > 

> > This series has been tested on Allo Sparky SBC.

> > 

> 

> Can you please merge the clk patches so that I can take the DT bits through

> Actions sub-tree?

> 


Any update on this patchset?

Thanks,
Mani

> Thanks,

> Mani

> 

> > Thanks,

> > Mani

> > 

> > Changes in v2:

> > 

> > * Incorporated review comments from Stephen for driver cleanup.

> > 

> > Edgar Bernardi Righi (1):

> >   dt-bindings: clock: Add DT bindings for Actions Semi S500 CMU

> > 

> > Manivannan Sadhasivam (5):

> >   clk: actions: Add configurable PLL delay

> >   ARM: dts: Add CMU support for Actions Semi Owl S500 SoC

> >   ARM: dts: Remove fake UART clock for S500 based SBCs

> >   clk: actions: Add clock driver for S500 SoC

> >   MAINTAINERS: Add linux-actions mailing list for Actions Semi

> > 

> >  .../bindings/clock/actions,owl-cmu.txt        |   7 +-

> >  MAINTAINERS                                   |   1 +

> >  arch/arm/boot/dts/owl-s500-cubieboard6.dts    |   7 -

> >  .../arm/boot/dts/owl-s500-guitar-bb-rev-b.dts |   7 -

> >  arch/arm/boot/dts/owl-s500-sparky.dts         |   7 -

> >  arch/arm/boot/dts/owl-s500.dtsi               |  22 +

> >  drivers/clk/actions/Kconfig                   |   5 +

> >  drivers/clk/actions/Makefile                  |   1 +

> >  drivers/clk/actions/owl-pll.c                 |   2 +-

> >  drivers/clk/actions/owl-pll.h                 |  30 +-

> >  drivers/clk/actions/owl-s500.c                | 525 ++++++++++++++++++

> >  include/dt-bindings/clock/actions,s500-cmu.h  |  78 +++

> >  12 files changed, 661 insertions(+), 31 deletions(-)

> >  create mode 100644 drivers/clk/actions/owl-s500.c

> >  create mode 100644 include/dt-bindings/clock/actions,s500-cmu.h

> > 

> > -- 

> > 2.17.1

> >
Stephen Boyd Feb. 22, 2019, 8:02 a.m. UTC | #3
Quoting Manivannan Sadhasivam (2019-02-15 20:15:41)
> Hi Stephen,

> 

> On Fri, Feb 01, 2019 at 09:23:43AM +0530, Manivannan Sadhasivam wrote:

> > Hi Stephen,

> > 

> > On Tue, Jan 15, 2019 at 09:03:34AM +0530, Manivannan Sadhasivam wrote:

> > > Hello,

> > > 

> > > This patchset adds common clock support for Actions Semi S500 SoC of

> > > the Owl family SoCs. This series is based on the initial work done

> > > by Edgar Bernardi Righi. https://patchwork.kernel.org/cover/10587527/

> > > 

> > > Since there isn't any update from him for long time, I took the liberty

> > > to modify his patches, address review comments and send to list for review.

> > > 

> > > This series has been tested on Allo Sparky SBC.

> > > 

> > 

> > Can you please merge the clk patches so that I can take the DT bits through

> > Actions sub-tree?

> > 

> 

> Any update on this patchset?

> 


Merged the three clk and binding patches into clk-next.
Stephen Boyd Feb. 22, 2019, 8:03 a.m. UTC | #4
Quoting Manivannan Sadhasivam (2019-01-14 19:33:39)
> Add common clock driver for Actions Semi S500 SoC.

> 

> Signed-off-by: Edgar Bernardi Righi <edgar.righi@lsitec.org.br>

> [Mani: cleaned up the driver]

> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

> ---


Applied to clk-next