On Wed, Oct 10, 2018 at 08:21:38PM +0530, Vinod Koul wrote: > From: Shefali Jain <[email protected]> > > Add the clocks supported in global clock controller which clock the > peripherals like BLSPs, SDCC, USB, MDSS etc. Register all the clocks > to the clock framework for the clients to be able to request for them. > > Signed-off-by: Shefali Jain <[email protected]> > Signed-off-by: Taniya Das <[email protected]> > Co-developed-by: Taniya Das <[email protected]> > Signed-off-by: Anu Ramanathan <[email protected]> > [bamse, vkoul: rebase and tidyup for upstream] > Signed-off-by: Bjorn Andersson <[email protected]> > Signed-off-by: Vinod Koul <[email protected]> > --- > .../devicetree/bindings/clock/qcom,gcc.txt | 1 + > drivers/clk/qcom/Kconfig | 8 + > drivers/clk/qcom/Makefile | 1 + > drivers/clk/qcom/gcc-qcs404.c | 2744 > ++++++++++++++++++++ > include/dt-bindings/clock/qcom,gcc-qcs404.h | 165 ++ > 5 files changed, 2919 insertions(+) > create mode 100644 drivers/clk/qcom/gcc-qcs404.c > create mode 100644 include/dt-bindings/clock/qcom,gcc-qcs404.h
For the DT bits, Acked-by: Rob Herring <[email protected]>

