Re: [PATCH v3 3/5] clk: qcom: ipq8074: Add Global Clock Controller support

From: Rob Herring
Date: Mon Jun 05 2017 - 12:55:20 EST


On Thu, Jun 01, 2017 at 04:58:00PM +0530, Varadarajan Narayanan wrote:
> From: Abhishek Sahu <absahu@xxxxxxxxxxxxxx>
>
> This patch adds support for the global clock controller found on
> the IPQ8074 based devices. This includes UART, I2C, SPI etc.
>
> Signed-off-by: Abhishek Sahu <absahu@xxxxxxxxxxxxxx>
> Signed-off-by: Varadarajan Narayanan <varada@xxxxxxxxxxxxxx>
> ---
> .../devicetree/bindings/clock/qcom,gcc.txt | 1 +

I acked v2. Please add acks when posting new versions.

> drivers/clk/qcom/Kconfig | 9 +
> drivers/clk/qcom/Makefile | 1 +
> drivers/clk/qcom/gcc-ipq8074.c | 1009 ++++++++++++++++++++
> include/dt-bindings/clock/qcom,gcc-ipq8074.h | 152 +++
> 5 files changed, 1172 insertions(+)
> create mode 100644 drivers/clk/qcom/gcc-ipq8074.c
> create mode 100644 include/dt-bindings/clock/qcom,gcc-ipq8074.h