Linux clock framework development
 help / color / mirror / Atom feed
* [PATCH  RESEND v7 0/2] clocking-wizard: Added support for versal clocking wizard
@ 2023-12-14 10:51 Shubhrajyoti Datta
  2023-12-14 10:51 ` [PATCH RESEND v7 1/2] dt-bindings: clock: xilinx: add versal compatible Shubhrajyoti Datta
  2023-12-14 10:51 ` [PATCH RESEND v7 2/2] clocking-wizard: Add support for versal clocking wizard Shubhrajyoti Datta
  0 siblings, 2 replies; 5+ messages in thread
From: Shubhrajyoti Datta @ 2023-12-14 10:51 UTC (permalink / raw)
  To: linux-clk
  Cc: git, devicetree, mturquette, sboyd, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, michal.simek


Add Versal clocking wizard IP driver support

The Versal clocking wizard is clock circuits customized to cater to
clocking requirements. It provides configurable number of outputs.

Datasheet link: https://docs.xilinx.com/r/en-US/pg321-clocking-wizard



Changes in v5:
Update the commit message
register separate clock ops for versal
use device match data

Changes in v4:
Add Ack and update subject
Update changelog
Fix warn
Previously we had tried to upstream [1] separate driver for
clocking wizard. It was decided to add support to the current
driver. So abandoning the series.
[1] https://lore.kernel.org/all/20221122121255.6823-1-shubhrajyoti.datta@amd.com/

Changes in v3:
rename the clocks to clk_in1 and s_axi_clk dt
rename the clocks to clk_in1 and s_axi_clk in driver

Changes in v2:
rename the clocks clk_in1 to in1 and s_axi_clk to s_axi in dt
rename the clocks clk_in1 to in1 and s_axi_clk to s_axi in driver
update the warn
Update the compatible to reflect versal

Shubhrajyoti Datta (2):
  dt-bindings: clock: xilinx: add versal compatible
  clocking-wizard: Add support for versal clocking wizard

 .../bindings/clock/xlnx,clocking-wizard.yaml  |   1 +
 drivers/clk/xilinx/clk-xlnx-clock-wizard.c    | 626 +++++++++++++++---
 2 files changed, 536 insertions(+), 91 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2023-12-17 22:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-14 10:51 [PATCH RESEND v7 0/2] clocking-wizard: Added support for versal clocking wizard Shubhrajyoti Datta
2023-12-14 10:51 ` [PATCH RESEND v7 1/2] dt-bindings: clock: xilinx: add versal compatible Shubhrajyoti Datta
2023-12-17 22:55   ` Stephen Boyd
2023-12-14 10:51 ` [PATCH RESEND v7 2/2] clocking-wizard: Add support for versal clocking wizard Shubhrajyoti Datta
2023-12-17 22:55   ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox