devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/3] Add UMS9620 clocks driver and bindings
@ 2024-01-04  7:21 Chunyan Zhang
  2024-01-04  7:21 ` [PATCH V2 1/3] dt-bindings: clk: sprd: Add UMS9620 support Chunyan Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Chunyan Zhang @ 2024-01-04  7:21 UTC (permalink / raw)
  To: Stephen Boyd, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-clk, devicetree, linux-kernel, Orson Zhai, Baolin Wang,
	Chunyan Zhang, Chunyan Zhang

Add UMS9620 clock driver and update clock bindings for UMS9620.

V2:
- Fixed compile warnings reported by kernel test robot <lkp@intel.com>.

Chunyan Zhang (3):
  dt-bindings: clk: sprd: Add UMS9620 support
  clk: sprd: Add dt-bindings include file for UMS9620
  clk: sprd: add support for UMS9620

 .../bindings/clock/sprd,ums512-clk.yaml       |   79 +-
 drivers/clk/sprd/Kconfig                      |    9 +
 drivers/clk/sprd/Makefile                     |    1 +
 drivers/clk/sprd/ums9620-clk.c                | 3120 +++++++++++++++++
 include/dt-bindings/clock/sprd,ums9620-clk.h  |  515 +++
 5 files changed, 3713 insertions(+), 11 deletions(-)
 create mode 100644 drivers/clk/sprd/ums9620-clk.c
 create mode 100644 include/dt-bindings/clock/sprd,ums9620-clk.h

-- 
2.41.0


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

end of thread, other threads:[~2024-01-04  8:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-04  7:21 [PATCH V2 0/3] Add UMS9620 clocks driver and bindings Chunyan Zhang
2024-01-04  7:21 ` [PATCH V2 1/3] dt-bindings: clk: sprd: Add UMS9620 support Chunyan Zhang
2024-01-04  8:48   ` Krzysztof Kozlowski
2024-01-04  7:21 ` [PATCH V2 2/3] clk: sprd: Add dt-bindings include file for UMS9620 Chunyan Zhang
2024-01-04  8:49   ` Krzysztof Kozlowski
2024-01-04  7:21 ` [PATCH V2 3/3] clk: sprd: add support " Chunyan Zhang

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