Re: [PATCH v3 0/4] clk: ti: add am33xx spread spectrum clock support

2021-03-31 Thread Stephen Boyd
Quoting Tony Lindgren (2021-03-30 22:51:04)
> * Stephen Boyd  [210330 02:25]:
> > Quoting Dario Binacchi (2021-03-29 09:42:17)
> > > 
> > > As reported by the TI spruh73x RM, MPU and LCD modules support spread
> > > spectrum clocking (SSC) on their output clocks. SSC is used to spread
> > > the spectral peaking of the clock to reduce any electromagnetic
> > > interference (EMI) that may be caused due to the clock’s fundamental
> > > or any of its harmonics.
> > > The series allows you to enable and adjust the spread spectrum clocking
> > > for all am33xx PLLs for which it is supported.
> > > 
> > 
> > What is your merge strategy? Should all the patches go through clk tree?
> > Or you'll send via arm-soc?
> 
> Probably best to just merge all via the clk tree as that's where most of
> the changes are.
> 

Ok. If nobody reviews/acks the last patch in a few days I'll merge the
pile through clk tree.


Re: [PATCH v3 0/4] clk: ti: add am33xx spread spectrum clock support

2021-03-31 Thread Dario Binacchi


> Il 31/03/2021 07:51 Tony Lindgren  ha scritto:
> 
>  
> * Stephen Boyd  [210330 02:25]:
> > Quoting Dario Binacchi (2021-03-29 09:42:17)
> > > 
> > > As reported by the TI spruh73x RM, MPU and LCD modules support spread
> > > spectrum clocking (SSC) on their output clocks. SSC is used to spread
> > > the spectral peaking of the clock to reduce any electromagnetic
> > > interference (EMI) that may be caused due to the clock’s fundamental
> > > or any of its harmonics.
> > > The series allows you to enable and adjust the spread spectrum clocking
> > > for all am33xx PLLs for which it is supported.
> > > 
> > 
> > What is your merge strategy? Should all the patches go through clk tree?
> > Or you'll send via arm-soc?
> 
> Probably best to just merge all via the clk tree as that's where most of
> the changes are.
> 

This means that I no longer have to send patches to TI / OMAP maintainers, 
commiters 
and fixers, as well as at linux-o...@vger.kernel.org ?
Even if the a1e980789b06 ("am335x-spread-spectrum) clk: ti: add am33xx spread 
spectrum clock support") 
patch is basically related to the AM33xx/AM43xx SOCs?

Thanks and regards,
Dario

> Regards,
> 
> Tony


Re: [PATCH v3 0/4] clk: ti: add am33xx spread spectrum clock support

2021-03-30 Thread Tony Lindgren
* Stephen Boyd  [210330 02:25]:
> Quoting Dario Binacchi (2021-03-29 09:42:17)
> > 
> > As reported by the TI spruh73x RM, MPU and LCD modules support spread
> > spectrum clocking (SSC) on their output clocks. SSC is used to spread
> > the spectral peaking of the clock to reduce any electromagnetic
> > interference (EMI) that may be caused due to the clock’s fundamental
> > or any of its harmonics.
> > The series allows you to enable and adjust the spread spectrum clocking
> > for all am33xx PLLs for which it is supported.
> > 
> 
> What is your merge strategy? Should all the patches go through clk tree?
> Or you'll send via arm-soc?

Probably best to just merge all via the clk tree as that's where most of
the changes are.

Regards,

Tony


Re: [PATCH v3 0/4] clk: ti: add am33xx spread spectrum clock support

2021-03-29 Thread Stephen Boyd
Quoting Dario Binacchi (2021-03-29 09:42:17)
> 
> As reported by the TI spruh73x RM, MPU and LCD modules support spread
> spectrum clocking (SSC) on their output clocks. SSC is used to spread
> the spectral peaking of the clock to reduce any electromagnetic
> interference (EMI) that may be caused due to the clock’s fundamental
> or any of its harmonics.
> The series allows you to enable and adjust the spread spectrum clocking
> for all am33xx PLLs for which it is supported.
> 

What is your merge strategy? Should all the patches go through clk tree?
Or you'll send via arm-soc?


[PATCH v3 0/4] clk: ti: add am33xx spread spectrum clock support

2021-03-29 Thread Dario Binacchi


As reported by the TI spruh73x RM, MPU and LCD modules support spread
spectrum clocking (SSC) on their output clocks. SSC is used to spread
the spectral peaking of the clock to reduce any electromagnetic
interference (EMI) that may be caused due to the clock’s fundamental
or any of its harmonics.
The series allows you to enable and adjust the spread spectrum clocking
for all am33xx PLLs for which it is supported.


Changes in v3:
- Add '-hz' suffix to "ti,ssc-modfreq" binding.
- Add Tony Lindgren acked tag.
- Use "ti,ssc-modfreq-hz" binding instead of "ti,ssc-modfreq".

Changes in v2:
- Remove SSC registers from dpll_core_ck@490 node (SSC is not supported)
- Add SSC registers to dpll_mpu_ck@488 node.
- Move the DT changes to the previous patch in the series.

Dario Binacchi (4):
  clk: ti: fix typo in routine description
  dt-bindings: ti: dpll: add spread spectrum support
  ARM: dts: am33xx-clocks: add spread spectrum support
  clk: ti: add am33xx spread spectrum clock support

 .../devicetree/bindings/clock/ti/dpll.txt | 20 +
 arch/arm/boot/dts/am33xx-clocks.dtsi  |  4 +-
 drivers/clk/ti/dpll.c | 42 +
 drivers/clk/ti/dpll3xxx.c | 87 ++-
 include/linux/clk/ti.h| 24 +
 5 files changed, 174 insertions(+), 3 deletions(-)

-- 
2.17.1