lkml.org 
[lkml]   [2021]   [Dec]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/2] interconnect: qcom: Add SM8450 interconnect provider driver
On 01-12-21, 18:46, Georgi Djakov wrote:
> Hi Vinod,
>
> Thanks for working on this!
>
> On 1.12.21 9:25, Vinod Koul wrote:
> > Add driver for the Qualcomm interconnect buses found in SM8450 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.
> >
> > This is based on the downstream driver by
> > Vivek Aknurwar <viveka@codeaurora.org>
>
> Maybe CC him too.

Will do

> > Signed-off-by: Vinod Koul <vkoul@kernel.org>
> > ---
> > drivers/interconnect/qcom/Kconfig | 9 +
> > drivers/interconnect/qcom/Makefile | 2 +
> > drivers/interconnect/qcom/sm8450.c | 1988 ++++++++++++++++++++++++++++
> > drivers/interconnect/qcom/sm8450.h | 169 +++
> > 4 files changed, 2168 insertions(+)
> > create mode 100644 drivers/interconnect/qcom/sm8450.c
> > create mode 100644 drivers/interconnect/qcom/sm8450.h
> >
> [..]
> > +static struct platform_driver qnoc_driver = {
> > + .probe = qnoc_probe,
> > + .remove = qnoc_remove,
> > + .driver = {
> > + .name = "qnoc-sm8450",
> > + .of_match_table = qnoc_of_match,
> > + .sync_state = icc_sync_state,
>
> We should set this callback only after we enable the client drivers to
> request bandwidth. Otherwise some path might get disabled because of no
> users. I would suggest to add sync_state after we describe the paths in
> DT.

Okay thanks for the suggestion. yeah we have only few paths described. I
will keep this as a separate patch and send few months down the line :)

--
~Vinod

\
 
 \ /
  Last update: 2021-12-07 12:58    [W:0.959 / U:0.352 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site