From: Chunyan Zhang <zhang.lyra@gmail.com>
To: Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh+dt@kernel.org>
Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
Baolin Wang <baolin.wang7@gmail.com>,
Orson Zhai <orsonzhai@gmail.com>,
Chunyan Zhang <zhang.lyra@gmail.com>,
Chunyan Zhang <chunyan.zhang@unisoc.com>,
LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH v2 0/4] Add Unisoc's UMS512 clock support
Date: Thu, 16 Sep 2021 16:47:10 +0800 [thread overview]
Message-ID: <20210916084714.311048-1-zhang.lyra@gmail.com> (raw)
From: Chunyan Zhang <chunyan.zhang@unisoc.com>
Changes since v1:
* Fixed errors founded on sprd,ums512-clk.yaml;
* Added a new bindings file for global register which would provide register map for clocks.
Chunyan Zhang (2):
dt-bindings: mfd: sprd: Add bindings for ums512 global registers
dt-bindings: clk: sprd: Add bindings for ums512 clock controller
Xiongpeng Wu (2):
clk: sprd: Add dt-bindings include file for UMS512
clk: sprd: Add Unisoc's UMS512 clock driver
.../bindings/clock/sprd,ums512-clk.yaml | 106 +
.../bindings/mfd/sprd,ums512-glbreg.yaml | 67 +
drivers/clk/sprd/Kconfig | 8 +
drivers/clk/sprd/Makefile | 1 +
drivers/clk/sprd/ums512-clk.c | 2197 +++++++++++++++++
include/dt-bindings/clock/sprd,ums512-clk.h | 396 +++
6 files changed, 2775 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/sprd,ums512-clk.yaml
create mode 100644 Documentation/devicetree/bindings/mfd/sprd,ums512-glbreg.yaml
create mode 100644 drivers/clk/sprd/ums512-clk.c
create mode 100644 include/dt-bindings/clock/sprd,ums512-clk.h
--
2.25.1
next reply other threads:[~2021-09-16 8:47 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-16 8:47 Chunyan Zhang [this message]
2021-09-16 8:47 ` [PATCH v2 1/4] dt-bindings: mfd: sprd: Add bindings for ums512 global registers Chunyan Zhang
2021-09-16 12:21 ` Rob Herring
2021-09-16 13:03 ` Rob Herring
2021-09-16 13:08 ` Rob Herring
2021-09-16 8:47 ` [PATCH v2 2/4] dt-bindings: clk: sprd: Add bindings for ums512 clock controller Chunyan Zhang
2021-09-16 12:21 ` Rob Herring
2021-09-16 14:29 ` Rob Herring
2021-09-17 8:40 ` Chunyan Zhang
2021-09-20 12:42 ` Rob Herring
2021-09-22 3:32 ` Chunyan Zhang
2021-09-22 20:35 ` Rob Herring
2021-09-16 8:47 ` [PATCH v2 3/4] clk: sprd: Add dt-bindings include file for UMS512 Chunyan Zhang
2021-09-16 8:47 ` [PATCH v2 4/4] clk: sprd: Add Unisoc's UMS512 clock driver Chunyan Zhang
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=20210916084714.311048-1-zhang.lyra@gmail.com \
--to=zhang.lyra@gmail.com \
--cc=baolin.wang7@gmail.com \
--cc=chunyan.zhang@unisoc.com \
--cc=devicetree@vger.kernel.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 \
/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).