Re: [PATCH 2/2] interconnect: qcom: add glymur interconnect provider driver

From: Georgi Djakov
Date: Sun Jul 20 2025 - 11:03:08 EST


On 7/20/25 4:19 PM, Raviteja Laggyshetty wrote:

On 7/16/2025 8:58 PM, Dmitry Baryshkov wrote:
On Wed, Jul 16, 2025 at 08:45:35PM +0530, Pankaj Patil wrote:
From: Raviteja Laggyshetty <raviteja.laggyshetty@xxxxxxxxxxxxxxxx>

Add driver for the Qualcomm interconnect buses found in glymur
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.
I'd kindly ask to rebase on top of [1] unless Georgi says otherwise.

I think you intend to rebase on top of [1], but forgot to mention the link.

Please provide the link.

Rebasing on linux-next is usually fine. But why not use dynamic ids?

Thanks,
Georgi



Thanks,

Raviteja.


Signed-off-by: Raviteja Laggyshetty <raviteja.laggyshetty@xxxxxxxxxxxxxxxx>
Signed-off-by: Pankaj Patil <pankaj.patil@xxxxxxxxxxxxxxxx>
---
drivers/interconnect/qcom/Kconfig | 9 +
drivers/interconnect/qcom/Makefile | 2 +
drivers/interconnect/qcom/glymur.c | 2259 ++++++++++++++++++++++++++++
drivers/interconnect/qcom/glymur.h | 185 +++
4 files changed, 2455 insertions(+)
create mode 100644 drivers/interconnect/qcom/glymur.c
create mode 100644 drivers/interconnect/qcom/glymur.h