On Sat, Dec 8, 2018 at 11:02 AM Georgi Djakov <[email protected]> wrote: > > From: David Dai <[email protected]> > > Introduce Qualcomm SDM845 specific provider driver using the > interconnect framework. > > Signed-off-by: David Dai <[email protected]> > Signed-off-by: Georgi Djakov <[email protected]> > --- > .../bindings/interconnect/qcom,sdm845.txt | 24 +
This and the binding header should have been a separate patch, but I'm not going to tell you that now on v12. Acked-by: Rob Herring <[email protected]> > drivers/interconnect/Kconfig | 5 + > drivers/interconnect/Makefile | 1 + > drivers/interconnect/qcom/Kconfig | 13 + > drivers/interconnect/qcom/Makefile | 5 + > drivers/interconnect/qcom/sdm845.c | 838 ++++++++++++++++++ > .../dt-bindings/interconnect/qcom,sdm845.h | 143 +++ > 7 files changed, 1029 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/interconnect/qcom,sdm845.txt > create mode 100644 drivers/interconnect/qcom/Kconfig > create mode 100644 drivers/interconnect/qcom/Makefile > create mode 100644 drivers/interconnect/qcom/sdm845.c > create mode 100644 include/dt-bindings/interconnect/qcom,sdm845.h

