linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add ums512 clocks and relative bindings file
@ 2022-04-08 10:45 Cixi Geng
  2022-04-08 10:45 ` [PATCH 1/3] dt-bindings: clk: sprd: add bindings for ums512 clock controller Cixi Geng
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Cixi Geng @ 2022-04-08 10:45 UTC (permalink / raw)
  To: mturquette, sboyd, robh+dt, orsonzhai, baolin.wang7, zhang.lyra
  Cc: linux-clk, devicetree, linux-kernel

From: Cixi Geng <cixi.geng1@unisoc.com>

This patchset is add the UMS512 clocks support

Cixi Geng (3):
  dt-bindings: clk: sprd: add bindings for ums512 clock controller
  clk: sprd: Add dt-bindings include file for UMS512
  clk: sprd: add clocks support for UMS512

 .../bindings/clock/sprd,ums512-clk.yaml       |  100 +
 drivers/clk/sprd/Kconfig                      |    6 +
 drivers/clk/sprd/Makefile                     |    1 +
 drivers/clk/sprd/ums512-clk.c                 | 2199 +++++++++++++++++
 include/dt-bindings/clock/sprd,ums512-clk.h   |  397 +++
 5 files changed, 2703 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/sprd,ums512-clk.yaml
 create mode 100644 drivers/clk/sprd/ums512-clk.c
 create mode 100644 include/dt-bindings/clock/sprd,ums512-clk.h

-- 
2.25.1


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

end of thread, other threads:[~2022-04-13 19:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08 10:45 [PATCH 0/3] Add ums512 clocks and relative bindings file Cixi Geng
2022-04-08 10:45 ` [PATCH 1/3] dt-bindings: clk: sprd: add bindings for ums512 clock controller Cixi Geng
2022-04-13 19:23   ` Rob Herring
2022-04-08 10:45 ` [PATCH 2/3] clk: sprd: Add dt-bindings include file for UMS512 Cixi Geng
2022-04-13 19:24   ` Rob Herring
2022-04-08 10:45 ` [PATCH 3/3] clk: sprd: add clocks support " Cixi Geng

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