All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephan Gerhold <stephan@gerhold.net>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	Russell King <linux@armlinux.org.uk>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH v3 1/5] ARM: qcom_defconfig: enable more Qualcomm drivers
Date: Tue, 26 Jul 2022 19:54:00 +0200	[thread overview]
Message-ID: <YuAqOArv4hUdaG6D@gerhold.net> (raw)
In-Reply-To: <a9356472-0fef-d500-837c-ad6d9ed27b94@linaro.org>

On Tue, Jul 26, 2022 at 07:30:12PM +0200, Krzysztof Kozlowski wrote:
> On 26/07/2022 18:49, Dmitry Baryshkov wrote:
> > On Tue, 26 Jul 2022 at 18:06, Krzysztof Kozlowski
> > <krzysztof.kozlowski@linaro.org> wrote:
> >>
> >> Enable Qualcomm drivers:
> >> 1. socinfo driver to provide some basic information about the
> >>    SoC being used.
> >> 2. Remote filesystem memory driver (used in MSM8974).
> >> 3. RPM Power domain (used in MSM8226).
> >>
> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> >> ---
> >>  arch/arm/configs/qcom_defconfig | 3 +++
> >>  1 file changed, 3 insertions(+)
> >>
> >> diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
> >> index 5cd935ee148a..f02448187eac 100644
> >> --- a/arch/arm/configs/qcom_defconfig
> >> +++ b/arch/arm/configs/qcom_defconfig
> >> @@ -247,12 +247,15 @@ CONFIG_QCOM_COMMAND_DB=y
> >>  CONFIG_QCOM_GSBI=y
> >>  CONFIG_QCOM_OCMEM=y
> >>  CONFIG_QCOM_PM=y
> >> +CONFIG_QCOM_RMTFS_MEM=y
> >> +CONFIG_QCOM_RPMPD=y
> >>  CONFIG_QCOM_SMEM=y
> >>  CONFIG_QCOM_SMD_RPM=y
> >>  CONFIG_QCOM_SMP2P=y
> >>  CONFIG_QCOM_SMSM=y
> >>  CONFIG_QCOM_RPMH=y
> >>  CONFIG_QCOM_RPMHPD=y
> >> +CONFIG_QCOM_SOCINFO=y
> > 
> > please add:
> > CONFIG_QCOM_STATS=y
> 
> I was considering it, but it seems none of ARMv7 DTS use it.
> 

Some MSM8916 boards are used on ARMv7 (due to firmware limitations)
and the msm8916.dtsi has it. :)

Thanks,
Stephan

WARNING: multiple messages have this Message-ID (diff)
From: Stephan Gerhold <stephan@gerhold.net>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	Russell King <linux@armlinux.org.uk>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH v3 1/5] ARM: qcom_defconfig: enable more Qualcomm drivers
Date: Tue, 26 Jul 2022 19:54:00 +0200	[thread overview]
Message-ID: <YuAqOArv4hUdaG6D@gerhold.net> (raw)
In-Reply-To: <a9356472-0fef-d500-837c-ad6d9ed27b94@linaro.org>

On Tue, Jul 26, 2022 at 07:30:12PM +0200, Krzysztof Kozlowski wrote:
> On 26/07/2022 18:49, Dmitry Baryshkov wrote:
> > On Tue, 26 Jul 2022 at 18:06, Krzysztof Kozlowski
> > <krzysztof.kozlowski@linaro.org> wrote:
> >>
> >> Enable Qualcomm drivers:
> >> 1. socinfo driver to provide some basic information about the
> >>    SoC being used.
> >> 2. Remote filesystem memory driver (used in MSM8974).
> >> 3. RPM Power domain (used in MSM8226).
> >>
> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> >> ---
> >>  arch/arm/configs/qcom_defconfig | 3 +++
> >>  1 file changed, 3 insertions(+)
> >>
> >> diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
> >> index 5cd935ee148a..f02448187eac 100644
> >> --- a/arch/arm/configs/qcom_defconfig
> >> +++ b/arch/arm/configs/qcom_defconfig
> >> @@ -247,12 +247,15 @@ CONFIG_QCOM_COMMAND_DB=y
> >>  CONFIG_QCOM_GSBI=y
> >>  CONFIG_QCOM_OCMEM=y
> >>  CONFIG_QCOM_PM=y
> >> +CONFIG_QCOM_RMTFS_MEM=y
> >> +CONFIG_QCOM_RPMPD=y
> >>  CONFIG_QCOM_SMEM=y
> >>  CONFIG_QCOM_SMD_RPM=y
> >>  CONFIG_QCOM_SMP2P=y
> >>  CONFIG_QCOM_SMSM=y
> >>  CONFIG_QCOM_RPMH=y
> >>  CONFIG_QCOM_RPMHPD=y
> >> +CONFIG_QCOM_SOCINFO=y
> > 
> > please add:
> > CONFIG_QCOM_STATS=y
> 
> I was considering it, but it seems none of ARMv7 DTS use it.
> 

Some MSM8916 boards are used on ARMv7 (due to firmware limitations)
and the msm8916.dtsi has it. :)

Thanks,
Stephan

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-07-26 17:55 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-26 15:06 [PATCH v3 0/5] ARM: qcom: defconfig: socinfo + cleanup Krzysztof Kozlowski
2022-07-26 15:06 ` Krzysztof Kozlowski
2022-07-26 15:06 ` [PATCH v3 1/5] ARM: qcom_defconfig: enable more Qualcomm drivers Krzysztof Kozlowski
2022-07-26 15:06   ` Krzysztof Kozlowski
2022-07-26 16:49   ` Dmitry Baryshkov
2022-07-26 16:49     ` Dmitry Baryshkov
2022-07-26 17:30     ` Krzysztof Kozlowski
2022-07-26 17:30       ` Krzysztof Kozlowski
2022-07-26 17:43       ` Dmitry Baryshkov
2022-07-26 17:43         ` Dmitry Baryshkov
2022-07-27  6:51         ` Krzysztof Kozlowski
2022-07-27  6:51           ` Krzysztof Kozlowski
2022-07-26 17:54       ` Stephan Gerhold [this message]
2022-07-26 17:54         ` Stephan Gerhold
2022-07-27  6:51         ` Krzysztof Kozlowski
2022-07-27  6:51           ` Krzysztof Kozlowski
2022-07-26 15:06 ` [PATCH v3 2/5] ARM: multi_v7_defconfig: " Krzysztof Kozlowski
2022-07-26 15:06   ` Krzysztof Kozlowski
2022-07-26 16:49   ` Dmitry Baryshkov
2022-07-26 16:49     ` Dmitry Baryshkov
2022-07-26 15:06 ` [PATCH v3 3/5] arm64: defconfig: " Krzysztof Kozlowski
2022-07-26 15:06   ` Krzysztof Kozlowski
2022-07-26 16:50   ` Dmitry Baryshkov
2022-07-26 16:50     ` Dmitry Baryshkov
2022-07-26 15:06 ` [PATCH v3 4/5] ARM: qcom: include defconfig in MAINTAINERS Krzysztof Kozlowski
2022-07-26 15:06   ` Krzysztof Kozlowski
2022-07-26 15:06 ` [PATCH v3 5/5] ARM: qcom_defconfig: order items with savedefconfig Krzysztof Kozlowski
2022-07-26 15:06   ` Krzysztof Kozlowski
2022-07-26 16:51   ` Dmitry Baryshkov
2022-07-26 16:51     ` Dmitry Baryshkov

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=YuAqOArv4hUdaG6D@gerhold.net \
    --to=stephan@gerhold.net \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=catalin.marinas@arm.com \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=konrad.dybcio@somainline.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=will@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.