All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Stephan Gerhold <stephan@gerhold.net>
Cc: Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	Russell King <linux@armlinux.org.uk>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] ARM: qcom_defconfig: enable rest of ARMv7 SoCs pinctrl drivers
Date: Sun, 25 Sep 2022 12:19:58 +0200	[thread overview]
Message-ID: <a90d0b34-9ec9-d8cf-9e15-9de157b17728@linaro.org> (raw)
In-Reply-To: <YzAnaXDqFrZWq9n/@gerhold.net>

On 25/09/2022 12:03, Stephan Gerhold wrote:
> On Sun, Sep 25, 2022 at 11:19:19AM +0200, Krzysztof Kozlowski wrote:
>> Enable rest of ARMv7 SoCs pin controller drivers.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>>  arch/arm/configs/qcom_defconfig | 6 ++++++
>>  1 file changed, 6 insertions(+)
>>
>> diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
>> index 7d8b6884fd00..4971de49be36 100644
>> --- a/arch/arm/configs/qcom_defconfig
>> +++ b/arch/arm/configs/qcom_defconfig
>> @@ -131,14 +131,20 @@ CONFIG_PINCTRL_APQ8064=y
>>  CONFIG_PINCTRL_APQ8084=y
>>  CONFIG_PINCTRL_IPQ4019=y
>>  CONFIG_PINCTRL_IPQ8064=y
>> +CONFIG_PINCTRL_MSM8226=y
>>  CONFIG_PINCTRL_MSM8660=y
>>  CONFIG_PINCTRL_MSM8960=y
>> +CONFIG_PINCTRL_MDM9607=y
>>  CONFIG_PINCTRL_MDM9615=y
>>  CONFIG_PINCTRL_MSM8X74=y
>> +CONFIG_PINCTRL_MSM8909=y
>> +CONFIG_PINCTRL_MSM8916=y
> 
> Thanks for adding MSM8916! (it's used on both ARM32 and ARM64)
> 
>> +CONFIG_PINCTRL_MSM8976=y
> 
> This one should be added to the ARM64 defconfig, I doubt anyone uses it
> with ARM32. :)

True. I'll send a v2. Thanks!

Best regards,
Krzysztof


WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Stephan Gerhold <stephan@gerhold.net>
Cc: Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	Russell King <linux@armlinux.org.uk>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] ARM: qcom_defconfig: enable rest of ARMv7 SoCs pinctrl drivers
Date: Sun, 25 Sep 2022 12:19:58 +0200	[thread overview]
Message-ID: <a90d0b34-9ec9-d8cf-9e15-9de157b17728@linaro.org> (raw)
In-Reply-To: <YzAnaXDqFrZWq9n/@gerhold.net>

On 25/09/2022 12:03, Stephan Gerhold wrote:
> On Sun, Sep 25, 2022 at 11:19:19AM +0200, Krzysztof Kozlowski wrote:
>> Enable rest of ARMv7 SoCs pin controller drivers.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>>  arch/arm/configs/qcom_defconfig | 6 ++++++
>>  1 file changed, 6 insertions(+)
>>
>> diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
>> index 7d8b6884fd00..4971de49be36 100644
>> --- a/arch/arm/configs/qcom_defconfig
>> +++ b/arch/arm/configs/qcom_defconfig
>> @@ -131,14 +131,20 @@ CONFIG_PINCTRL_APQ8064=y
>>  CONFIG_PINCTRL_APQ8084=y
>>  CONFIG_PINCTRL_IPQ4019=y
>>  CONFIG_PINCTRL_IPQ8064=y
>> +CONFIG_PINCTRL_MSM8226=y
>>  CONFIG_PINCTRL_MSM8660=y
>>  CONFIG_PINCTRL_MSM8960=y
>> +CONFIG_PINCTRL_MDM9607=y
>>  CONFIG_PINCTRL_MDM9615=y
>>  CONFIG_PINCTRL_MSM8X74=y
>> +CONFIG_PINCTRL_MSM8909=y
>> +CONFIG_PINCTRL_MSM8916=y
> 
> Thanks for adding MSM8916! (it's used on both ARM32 and ARM64)
> 
>> +CONFIG_PINCTRL_MSM8976=y
> 
> This one should be added to the ARM64 defconfig, I doubt anyone uses it
> with ARM32. :)

True. I'll send a v2. Thanks!

Best regards,
Krzysztof


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

  reply	other threads:[~2022-09-25 10:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-25  9:19 [PATCH 1/2] ARM: qcom_defconfig: enable rest of ARMv7 SoCs pinctrl drivers Krzysztof Kozlowski
2022-09-25  9:19 ` Krzysztof Kozlowski
2022-09-25  9:19 ` [PATCH 2/2] arm64: defconfig: enable rest of Qualcomm ARMv8 " Krzysztof Kozlowski
2022-09-25  9:19   ` Krzysztof Kozlowski
2022-09-27 12:31   ` Konrad Dybcio
2022-09-27 12:31     ` Konrad Dybcio
2022-09-25 10:03 ` [PATCH 1/2] ARM: qcom_defconfig: enable rest of ARMv7 " Stephan Gerhold
2022-09-25 10:03   ` Stephan Gerhold
2022-09-25 10:19   ` Krzysztof Kozlowski [this message]
2022-09-25 10:19     ` Krzysztof Kozlowski
2022-09-27 12:31 ` Konrad Dybcio
2022-09-27 12:31   ` Konrad Dybcio

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=a90d0b34-9ec9-d8cf-9e15-9de157b17728@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=konrad.dybcio@somainline.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=stephan@gerhold.net \
    --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.