All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v13 0/5] clk: clocking-wizard: Driver updates
@ 2021-09-14 12:57 Shubhrajyoti Datta
  2021-09-14 12:57 ` [PATCH v13 1/5] dt-bindings: add documentation of xilinx clocking wizard Shubhrajyoti Datta
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Shubhrajyoti Datta @ 2021-09-14 12:57 UTC (permalink / raw)
  To: linux-clk
  Cc: devicetree, linux-staging, gregkh, shubhrajyoti.datta, git,
	Shubhrajyoti Datta

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
v13:
Update the clocking compatible
Add the change removing the driver from staging


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 +
 .../clk-xlnx-clock-wizard.c                   | 19 +++--
 drivers/staging/Kconfig                       |  2 -
 drivers/staging/Makefile                      |  1 -
 drivers/staging/clocking-wizard/Kconfig       | 10 ---
 drivers/staging/clocking-wizard/Makefile      |  2 -
 drivers/staging/clocking-wizard/TODO          | 13 ----
 .../staging/clocking-wizard/dt-binding.txt    | 30 --------
 10 files changed, 101 insertions(+), 63 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/xlnx,clocking-wizard.yaml
 rename drivers/{staging/clocking-wizard => clk}/clk-xlnx-clock-wizard.c (96%)
 delete mode 100644 drivers/staging/clocking-wizard/Kconfig
 delete mode 100644 drivers/staging/clocking-wizard/Makefile
 delete mode 100644 drivers/staging/clocking-wizard/TODO
 delete mode 100644 drivers/staging/clocking-wizard/dt-binding.txt

-- 
2.25.1


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

end of thread, other threads:[~2022-01-12 20:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14 12:57 [PATCH v13 0/5] clk: clocking-wizard: Driver updates Shubhrajyoti Datta
2021-09-14 12:57 ` [PATCH v13 1/5] dt-bindings: add documentation of xilinx clocking wizard Shubhrajyoti Datta
2021-09-16 14:52   ` Rob Herring
2021-09-14 12:57 ` [PATCH v13 2/5] clk: clocking-wizard: Add the clockwizard to clk directory Shubhrajyoti Datta
2022-01-12 20:39   ` Stephen Boyd
2021-09-14 12:57 ` [PATCH v13 3/5] clk: clocking-wizard: Rename nr-outputs to xlnx,nr-outputs Shubhrajyoti Datta
2021-09-14 12:57 ` [PATCH v13 4/5] clk: clocking-wizard: Fix the reconfig for 5.2 Shubhrajyoti Datta
2021-09-14 12:57 ` [PATCH v13 5/5] clk: clocking-wizard: Update the compatible Shubhrajyoti Datta
2021-11-15  5:31 ` [PATCH v13 0/5] clk: clocking-wizard: Driver updates Shubhrajyoti Datta
2022-01-12 20:40   ` Stephen Boyd
2022-01-12 20:40     ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.