Re:[PATCH v4 0/4] Add Unisoc's UMS512 clock support

From: ChunyanZhang
Date: Tue Oct 12 2021 - 08:25:18 EST


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@xxxxxxxxx> wrote:
>From: Chunyan Zhang <chunyan.zhang@xxxxxxxxxx>
>
>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