Re: [PATCH v3] clk: qcom: Add Global Clock controller (GCC) driver for SDM660

From: Rob Herring
Date: Thu Sep 27 2018 - 15:51:38 EST


On Tue, Sep 25, 2018 at 06:35:58PM +0100, Craig Tatlor wrote:
> From: Taniya Das <tdas@xxxxxxxxxxxxxx>
>
> Add support for the global clock controller found on SDM660
> based devices. This should allow most non-multimedia device
> drivers to probe and control their clocks.
> Based on CAF implementation.
>
> Signed-off-by: Taniya Das <tdas@xxxxxxxxxxxxxx>
> [craig: rename parents to fit upstream, and other cleanups]
> Signed-off-by: Craig Tatlor <ctatlor97@xxxxxxxxx>
> ---
> Changes from V1:
> Change authorship
> Add sdm630 compatible
> .../devicetree/bindings/clock/qcom,gcc.txt | 1 +

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/clk/qcom/Kconfig | 9 +
> drivers/clk/qcom/Makefile | 1 +
> drivers/clk/qcom/gcc-sdm660.c | 2480 +++++++++++++++++
> include/dt-bindings/clock/qcom,gcc-sdm660.h | 159 ++
> 5 files changed, 2650 insertions(+)
> create mode 100644 drivers/clk/qcom/gcc-sdm660.c
> create mode 100644 include/dt-bindings/clock/qcom,gcc-sdm660.h