On Wed, Oct 10, 2018 at 08:21:38PM +0530, Vinod Koul wrote: > From: Shefali Jain <shefjain@xxxxxxxxxxxxxx> > > 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 <shefjain@xxxxxxxxxxxxxx> > Signed-off-by: Taniya Das <tdas@xxxxxxxxxxxxxx> > Co-developed-by: Taniya Das <tdas@xxxxxxxxxxxxxx> > Signed-off-by: Anu Ramanathan <anur@xxxxxxxxxxxxxx> > [bamse, vkoul: rebase and tidyup for upstream] > Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> > Signed-off-by: Vinod Koul <vkoul@xxxxxxxxxx> > --- > .../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 <robh@xxxxxxxxxx>