From: Leo Yan <leo.yan@linaro.org>
To: Huang Yiwei <quic_hyiwei@quicinc.com>
Cc: agross@kernel.org, andersson@kernel.org,
konrad.dybcio@somainline.org, djakov@kernel.org,
dmitry.baryshkov@linaro.org, linux-arm-msm@vger.kernel.org,
linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] interconnect: qcom: Add the missing MODULE_LICENSE
Date: Tue, 13 Sep 2022 18:06:25 +0800 [thread overview]
Message-ID: <YyBWIUjvnHqmeWCG@leoy-yangtze.lan> (raw)
In-Reply-To: <d47faa55-9b3e-022a-c074-080ddbe0658b@quicinc.com>
Changed to Bjorn's updated email.
On Tue, Sep 13, 2022 at 04:30:50PM +0800, Huang Yiwei wrote:
> Hi Leo,
>
> On 9/13/2022 Tue 15:08, Leo Yan wrote:
> > Hi Yiwei,
> >
> > On Tue, Sep 13, 2022 at 02:27:21PM +0800, Huang Yiwei wrote:
> > > Since icc-common.c can be compiled as module, add the missing
> > > MODULE_LICENSE to avoid compile errors.
> >
> > Just curious how you can enable config INTERCONNECT_QCOM as "m"
> > (module)?
> >
> > I checked the config INTERCONNECT_QCOM which is dependent on
> > INTERCONNECT, and INTERCONNECT has below dependency:
> >
> > - DRM_TEGRA [=n] && HAS_IOMEM [=y] && (ARCH_TEGRA [=y] || ARM && COMPILE_TEST [=n]) && COMMON_CLK [=y] && DRM [=m] && OF [=y]
> > - TEGRA_MC [=n] && MEMORY [=y] && (ARCH_TEGRA [=y] || COMPILE_TEST [=n] && COMMON_CLK [=y])
> >
> > Seems to me, it's impossible to enable INTERCONNECT as "m" because the
> > dependency ARCH_TEGRA/OF/COMMON_CLK cannot be configured as "m".
> >
> > Thanks,
> > Leo
> >
> Found the problem, INTERCONNECT_QCOM is modified to tristate internally
> so we can compile it as a module, and the new added icc-common.c uses
> INTERCONNECT_QCOM config to compile, then cause the problem.
Thanks for confirmation, Yiwei.
> So shall we change INTERCONNECT_QCOM config to tristate?
I personally think modularization is the right thing to do; to avoid
misleading you, I would leave your question to interconnect
maintainers.
Thanks,
Leo
next prev parent reply other threads:[~2022-09-13 10:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-13 6:27 [PATCH] interconnect: qcom: Add the missing MODULE_LICENSE Huang Yiwei
2022-09-13 7:08 ` Leo Yan
2022-09-13 8:30 ` Huang Yiwei
2022-09-13 10:06 ` Leo Yan [this message]
2022-09-13 10:13 ` Georgi Djakov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YyBWIUjvnHqmeWCG@leoy-yangtze.lan \
--to=leo.yan@linaro.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=djakov@kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=konrad.dybcio@somainline.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=quic_hyiwei@quicinc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox