[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6bebbd44.428e.17c7467f4fd.Coremail.zhanglyra@163.com>
Date: Tue, 12 Oct 2021 20:09:02 +0800 (CST)
From: ChunyanZhang <zhanglyra@....com>
To: "Chunyan Zhang" <zhang.lyra@...il.com>
Cc: "Stephen Boyd" <sboyd@...nel.org>,
"Rob Herring" <robh+dt@...nel.org>, linux-clk@...r.kernel.org,
devicetree@...r.kernel.org, "Baolin Wang" <baolin.wang7@...il.com>,
"Orson Zhai" <orsonzhai@...il.com>,
"Chunyan Zhang" <chunyan.zhang@...soc.com>,
LKML <linux-kernel@...r.kernel.org>,
"Lee Jones" <lee.jones@...aro.org>
Subject: Re:[PATCH v4 0/4] Add Unisoc's UMS512 clock support
Hi Stephen,
Could you please help to apply this whole patch-set if no more comments?
Thanks,
Chunyan
At 2021-09-23 14:41:33, "Chunyan Zhang" <zhang.lyra@...il.com> wrote:
>From: Chunyan Zhang <chunyan.zhang@...soc.com>
>
>Changes since v3:
>* Added back 'reg' property as required;
>* Added Rob's Reviewed-by on patch 2/4;
>* Changed to dual license for sprd,ums512-clk.h;
>
>Changes since v2:
>* Fixed bindings check errors;
>* Addressed Rob's comments;
>* Added an example of syscon which doesn't include "#address-cells",
> "#size-cells", "ranges" properties, so removed these three
> properties from "required".
>
>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: clk: sprd: Add bindings for ums512 clock controller
> dt-bindings: mfd: sprd: Add bindings for ums512 global registers
>
>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 | 72 +
> .../bindings/mfd/sprd,ums512-glbreg.yaml | 68 +
> 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, 2742 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
Powered by blists - more mailing lists