On Thu, May 04, 2017 at 05:23:59PM +0530, Varadarajan Narayanan wrote: > From: Abhishek Sahu <[email protected]> > > 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 <[email protected]> > Signed-off-by: Varadarajan Narayanan <[email protected]> > --- > .../devicetree/bindings/clock/qcom,gcc.txt | 1 + > drivers/clk/qcom/Kconfig | 9 + > drivers/clk/qcom/Makefile | 1 + > drivers/clk/qcom/gcc-ipq8074.c | 1032 > ++++++++++++++++++++ > include/dt-bindings/clock/qcom,gcc-ipq8074.h | 152 +++
For the binding, Acked-by: Rob Herring <[email protected]> > 5 files changed, 1195 insertions(+) > create mode 100644 drivers/clk/qcom/gcc-ipq8074.c > create mode 100644 include/dt-bindings/clock/qcom,gcc-ipq8074.h

