On Fri, Dec 08, 2017 at 03:12:27PM +0530, Sricharan R wrote: > From: Stephen Boyd <[email protected]> > > The Krait CPU clocks are made up of a primary mux and secondary > mux for each CPU and the L2, controlled via cp15 accessors. For > Kraits within KPSSv1 each secondary mux accepts a different aux > source, but on KPSSv2 each secondary mux accepts the same aux > source. > > Cc: <[email protected]> > Signed-off-by: Stephen Boyd <[email protected]> > --- > .../devicetree/bindings/clock/qcom,krait-cc.txt | 22 ++
Please make bindings a separate patch. > drivers/clk/qcom/Kconfig | 8 + > drivers/clk/qcom/Makefile | 1 + > drivers/clk/qcom/krait-cc.c | 350 > +++++++++++++++++++++ > 4 files changed, 381 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/qcom,krait-cc.txt > create mode 100644 drivers/clk/qcom/krait-cc.c

