Re: [PATCH v2 0/2] Add QCM2290 Global Clock Controller driver

From: Shawn Guo
Date: Sat Sep 18 2021 - 21:07:58 EST


On Fri, Sep 17, 2021 at 11:16:36AM +0800, Shawn Guo wrote:
> The series adds QCM2290 Global Clock Controller driver support.
>
> Changes for v2:
> - Drop unused gcc_parent_map and gcc_parents to avoid clang
> unused-const-variable warnings.

Hi Stephen,

Please disregard this version. I will post v3 to include GDSCs.

Shawn

>
> Shawn Guo (2):
> dt-bindings: clk: qcom: Add QCM2290 Global Clock Controller bindings
> clk: qcom: Add Global Clock Controller driver for QCM2290
>
> .../bindings/clock/qcom,gcc-qcm2290.yaml | 72 +
> drivers/clk/qcom/Kconfig | 7 +
> drivers/clk/qcom/Makefile | 1 +
> drivers/clk/qcom/gcc-qcm2290.c | 2965 +++++++++++++++++
> include/dt-bindings/clock/qcom,gcc-qcm2290.h | 178 +
> 5 files changed, 3223 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-qcm2290.yaml
> create mode 100644 drivers/clk/qcom/gcc-qcm2290.c
> create mode 100644 include/dt-bindings/clock/qcom,gcc-qcm2290.h
>
> --
> 2.17.1
>