Re: [PATCH v6 3/3] clk: qcom: Add Global Clock controller (GCC) driver for SDM845

From: Rob Herring
Date: Tue May 01 2018 - 08:40:12 EST


On Mon, Apr 30, 2018 at 09:50:10PM +0530, Amit Nischal wrote:
> From: Taniya Das <tdas@xxxxxxxxxxxxxx>
>
> Add support for the global clock controller found on SDM845
> based devices. This should allow most non-multimedia device
> drivers to probe and control their clocks.
>
> Signed-off-by: Taniya Das <tdas@xxxxxxxxxxxxxx>
> Signed-off-by: Amit Nischal <anischal@xxxxxxxxxxxxxx>
> ---
> .../devicetree/bindings/clock/qcom,gcc.txt | 1 +
> drivers/clk/qcom/Kconfig | 10 +-
> drivers/clk/qcom/Makefile | 1 +
> drivers/clk/qcom/gcc-sdm845.c | 3480 ++++++++++++++++++++
> include/dt-bindings/clock/qcom,gcc-sdm845.h | 239 ++
> 5 files changed, 3727 insertions(+), 4 deletions(-)
> create mode 100644 drivers/clk/qcom/gcc-sdm845.c
> create mode 100644 include/dt-bindings/clock/qcom,gcc-sdm845.h

For the DT bits:

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>

In the future please split bindings and binding headers to separate
patch.

Rob