On Fri, 18 Jun 2021 13:14:33 +0200, Konrad Dybcio wrote: > Add a driver for managing MultiMedia SubSystem clocks on msm8994 > and its derivatives. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx> > --- > drivers/clk/qcom/Kconfig | 9 + > drivers/clk/qcom/Makefile | 1 + > drivers/clk/qcom/mmcc-msm8994.c | 2494 +++++++++++++++++ > include/dt-bindings/clock/qcom,mmcc-msm8994.h | 155 + > 4 files changed, 2659 insertions(+) > create mode 100644 drivers/clk/qcom/mmcc-msm8994.c > create mode 100644 include/dt-bindings/clock/qcom,mmcc-msm8994.h > Acked-by: Rob Herring <robh@xxxxxxxxxx>