mbox series

[v7,0/2] clocking-wizard: Added support for versal clocking wizard

Message ID 20231009071712.26469-1-shubhrajyoti.datta@amd.com
Headers show
Series clocking-wizard: Added support for versal clocking wizard | expand

Message

Shubhrajyoti Datta Oct. 9, 2023, 7:17 a.m. UTC
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 v7:
Remove the unused variables

Changes in v6:
Update the commit message
Remove the closes tag

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(-)

Comments

Shubhrajyoti Datta Oct. 9, 2023, 11:16 a.m. UTC | #1
[AMD Official Use Only - General]

HI ,
> -----Original Message-----
> From: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
> Sent: Monday, October 9, 2023 12:47 PM
> To: linux-clk@vger.kernel.org
> Cc: git (AMD-Xilinx) <git@amd.com>; devicetree@vger.kernel.org;
> sboyd@kernel.org; krzysztof.kozlowski@linaro.org;
> mturquette@baylibre.com; robh+dt@kernel.org; conor+dt@kernel.org;
> Simek, Michal <michal.simek@amd.com>
> Subject: [PATCH v7 0/2] clocking-wizard: Added support for versal clocking
> wizard
>
>
> 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
>
>

This should have been v5 but accidentally sent out series version reviewed on internal mailing list.