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

Rob Herring robh at kernel.org
Mon Jun 5 09:55:11 PDT 2017


On Thu, Jun 01, 2017 at 04:58:00PM +0530, Varadarajan Narayanan wrote:
> From: Abhishek Sahu <absahu at codeaurora.org>
> 
> 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 at codeaurora.org>
> Signed-off-by: Varadarajan Narayanan <varada at codeaurora.org>
> ---
>  .../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



More information about the linux-arm-kernel mailing list