From: Chunyan Zhang <chunyan.zhang@unisoc.com>
To: Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: <linux-clk@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, Orson Zhai <orsonzhai@gmail.com>,
Baolin Wang <baolin.wang@linux.alibaba.com>,
Chunyan Zhang <chunyan.zhang@unisoc.com>,
Chunyan Zhang <zhang.lyra@gmail.com>
Subject: [PATCH 0/3] Add UMS9620 clocks driver and bindings
Date: Fri, 29 Dec 2023 16:51:53 +0800 [thread overview]
Message-ID: <20231229085156.1490233-1-chunyan.zhang@unisoc.com> (raw)
Add UMS9620 clock driver and update clock bindings for UMS9620.
Chunyan Zhang (3):
dt-bindings: clk: sprd: Add UMS9620 support
clk: sprd: Add dt-bindings include file for UMS9620
clk: sprd: add clocks 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 | 3132 +++++++++++++++++
include/dt-bindings/clock/sprd,ums9620-clk.h | 515 +++
5 files changed, 3725 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
next reply other threads:[~2023-12-29 8:54 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-29 8:51 Chunyan Zhang [this message]
2023-12-29 8:51 ` [PATCH 1/3] dt-bindings: clk: sprd: Add UMS9620 support Chunyan Zhang
2024-01-04 8:46 ` Krzysztof Kozlowski
2024-01-04 9:09 ` Chunyan Zhang
2024-01-04 9:21 ` Krzysztof Kozlowski
2024-01-04 9:26 ` Chunyan Zhang
2024-01-04 9:31 ` Krzysztof Kozlowski
2023-12-29 8:51 ` [PATCH 2/3] clk: sprd: Add dt-bindings include file for UMS9620 Chunyan Zhang
2024-01-04 8:48 ` Krzysztof Kozlowski
2023-12-29 8:51 ` [PATCH 3/3] clk: sprd: add support " Chunyan Zhang
2023-12-29 20:02 ` kernel test robot
2023-12-29 20:22 ` kernel test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231229085156.1490233-1-chunyan.zhang@unisoc.com \
--to=chunyan.zhang@unisoc.com \
--cc=baolin.wang@linux.alibaba.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=orsonzhai@gmail.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@kernel.org \
--cc=zhang.lyra@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).