On Wed, Jun 25, 2025 at 11:13:48AM +0200, Luca Weiss wrote: > Add driver for the Qualcomm interconnect buses found in SM7635 based > platforms. The topology consists of several NoCs that are controlled by > a remote processor that collects the aggregated bandwidth for each > master-slave pairs. > > Signed-off-by: Luca Weiss <luca.we...@fairphone.com> > --- > drivers/interconnect/qcom/Kconfig | 9 + > drivers/interconnect/qcom/Makefile | 2 + > drivers/interconnect/qcom/sm7635.c | 1554 > ++++++++++++++++++++++++++++++++++++ > drivers/interconnect/qcom/sm7635.h | 130 +++ > 4 files changed, 1695 insertions(+)
Could you please use dynamic IDs? SA8775p driver has been converted already and I've sent series converting the rest of the RPMh drivers to dynamic ID allocation. > -- With best wishes Dmitry