On Mon, Apr 30, 2018 at 09:50:10PM +0530, Amit Nischal wrote: > From: Taniya Das <tdas@xxxxxxxxxxxxxx> > > Add support for the global clock controller found on SDM845 > based devices. This should allow most non-multimedia device > drivers to probe and control their clocks. > > Signed-off-by: Taniya Das <tdas@xxxxxxxxxxxxxx> > Signed-off-by: Amit Nischal <anischal@xxxxxxxxxxxxxx> > --- > .../devicetree/bindings/clock/qcom,gcc.txt | 1 + > drivers/clk/qcom/Kconfig | 10 +- > drivers/clk/qcom/Makefile | 1 + > drivers/clk/qcom/gcc-sdm845.c | 3480 ++++++++++++++++++++ > include/dt-bindings/clock/qcom,gcc-sdm845.h | 239 ++ > 5 files changed, 3727 insertions(+), 4 deletions(-) > create mode 100644 drivers/clk/qcom/gcc-sdm845.c > create mode 100644 include/dt-bindings/clock/qcom,gcc-sdm845.h For the DT bits: Reviewed-by: Rob Herring <robh@xxxxxxxxxx> In the future please split bindings and binding headers to separate patch. Rob -- To unsubscribe from this list: send the line "unsubscribe linux-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html