linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v7 0/5] clk: ti: add am33xx spread spectrum clock support
@ 2021-06-06 20:22 Dario Binacchi
  2021-06-06 20:22 ` [RESEND PATCH v7 1/5] clk: ti: fix typo in routine description Dario Binacchi
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Dario Binacchi @ 2021-06-06 20:22 UTC (permalink / raw)
  To: linux-clk
  Cc: Rob Herring, Tony Lindgren, Michael Turquette, Dario Binacchi,
	linux-omap, Lee Jones, Stephen Boyd, Benoît Cousson,
	Tero Kristo, linux-kernel, Rob Herring, devicetree


As reported by the TI spruh73x/spruhl7x 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/am43xx PLLs for which it is supported.

As suggested by Tony Lindgren I resend the whole series to the clk tree.
For Tony the series is ok.

Changes in v7:
- Add Tony Lindgren acked tag.

Changes in v6:
- Add Tero Kristo review tag.

Changes in v5:
- Remove ssc_ack_mask field from dpll_data structure. It was not used.
- Change ssc_downspread type from u8 to bool in dpll_data structure.

Changes in v4:
- Add Stephen Boyd review tag.
- Add Rob Herring review tag.
- Add SSC registers for CORE, DDR and PER PLLs.
- Update commit message.
- Update commit message.

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 (5):
  clk: ti: fix typo in routine description
  dt-bindings: ti: dpll: add spread spectrum support
  ARM: dts: am33xx-clocks: add spread spectrum support
  ARM: dts: am43xx-clocks: add spread spectrum support
  clk: ti: add am33xx/am43xx spread spectrum clock support

 .../devicetree/bindings/clock/ti/dpll.txt     | 20 +++++
 arch/arm/boot/dts/am33xx-clocks.dtsi          | 10 +--
 arch/arm/boot/dts/am43xx-clocks.dtsi          | 12 +--
 drivers/clk/ti/dpll.c                         | 39 +++++++++
 drivers/clk/ti/dpll3xxx.c                     | 87 ++++++++++++++++++-
 include/linux/clk/ti.h                        | 22 +++++
 6 files changed, 178 insertions(+), 12 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-06-09  0:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-06 20:22 [RESEND PATCH v7 0/5] clk: ti: add am33xx spread spectrum clock support Dario Binacchi
2021-06-06 20:22 ` [RESEND PATCH v7 1/5] clk: ti: fix typo in routine description Dario Binacchi
2021-06-09  0:52   ` Stephen Boyd
2021-06-06 20:22 ` [RESEND PATCH v7 2/5] dt-bindings: ti: dpll: add spread spectrum support Dario Binacchi
2021-06-09  0:52   ` Stephen Boyd
2021-06-06 20:22 ` [RESEND PATCH v7 3/5] ARM: dts: am33xx-clocks: " Dario Binacchi
2021-06-09  0:52   ` Stephen Boyd
2021-06-06 20:22 ` [RESEND PATCH v7 4/5] ARM: dts: am43xx-clocks: " Dario Binacchi
2021-06-09  0:52   ` Stephen Boyd
2021-06-06 20:22 ` [RESEND PATCH v7 5/5] clk: ti: add am33xx/am43xx spread spectrum clock support Dario Binacchi
2021-06-09  0:52   ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).