The patch does the following Update the versions of the clocking wizard ip. Move from staging to clk directory. Update the bindings. v12: No change. Rebased Shubhrajyoti Datta (5): dt-bindings: add documentation of xilinx clocking wizard clk: clocking-wizard: Add the clockwizard to clk directory clk: clocking-wizard: Rename nr-outputs to xlnx,nr-outputs clk: clocking-wizard: Fix the reconfig for 5.2 clk: clocking-wizard: Update the compatible .../bindings/clock/xlnx,clocking-wizard.yaml | 77 +++ drivers/clk/Kconfig | 9 + drivers/clk/Makefile | 1 + drivers/clk/clk-xlnx-clock-wizard.c | 643 ++++++++++++++++++ 4 files changed, 730 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/xlnx,clocking-wizard.yaml create mode 100644 drivers/clk/clk-xlnx-clock-wizard.c -- 2.17.1