linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: qcom_defconfig: enable rest of ARMv7 SoCs pinctrl drivers
@ 2022-09-25  9:19 Krzysztof Kozlowski
  2022-09-25  9:19 ` [PATCH 2/2] arm64: defconfig: enable rest of Qualcomm ARMv8 " Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-25  9:19 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Russell King,
	Catalin Marinas, Will Deacon, linux-arm-msm, linux-arm-kernel,
	linux-kernel
  Cc: Krzysztof Kozlowski

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
+CONFIG_PINCTRL_MSM8976=y
 CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
 CONFIG_PINCTRL_QCOM_SSBI_PMIC=y
 CONFIG_GPIOLIB=y
 CONFIG_PINCTRL_SDX55=y
+CONFIG_PINCTRL_SDX65=y
 CONFIG_GPIO_SYSFS=y
 CONFIG_POWER_RESET=y
 CONFIG_POWER_RESET_MSM=y
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/2] arm64: defconfig: enable rest of Qualcomm ARMv8 SoCs pinctrl drivers
  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-27 12:31   ` Konrad Dybcio
  2022-09-25 10:03 ` [PATCH 1/2] ARM: qcom_defconfig: enable rest of ARMv7 " Stephan Gerhold
  2022-09-27 12:31 ` Konrad Dybcio
  2 siblings, 1 reply; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-25  9:19 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Russell King,
	Catalin Marinas, Will Deacon, linux-arm-msm, linux-arm-kernel,
	linux-kernel
  Cc: Krzysztof Kozlowski

Enable rest of Qualcomm ARMv8 SoCs pin controller drivers (MSM8953,
QCM2290).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 5a4ba141d15c..fcb3d03d7719 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -529,9 +529,11 @@ CONFIG_PINCTRL_MSM=y
 CONFIG_PINCTRL_IPQ8074=y
 CONFIG_PINCTRL_IPQ6018=y
 CONFIG_PINCTRL_MSM8916=y
+CONFIG_PINCTRL_MSM8953=y
 CONFIG_PINCTRL_MSM8994=y
 CONFIG_PINCTRL_MSM8996=y
 CONFIG_PINCTRL_MSM8998=y
+CONFIG_PINCTRL_QCM2290=y
 CONFIG_PINCTRL_QCS404=y
 CONFIG_PINCTRL_QDF2XXX=y
 CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] ARM: qcom_defconfig: enable rest of ARMv7 SoCs pinctrl drivers
  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 ` [PATCH 2/2] arm64: defconfig: enable rest of Qualcomm ARMv8 " Krzysztof Kozlowski
@ 2022-09-25 10:03 ` Stephan Gerhold
  2022-09-25 10:19   ` Krzysztof Kozlowski
  2022-09-27 12:31 ` Konrad Dybcio
  2 siblings, 1 reply; 6+ messages in thread
From: Stephan Gerhold @ 2022-09-25 10:03 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Russell King,
	Catalin Marinas, Will Deacon, linux-arm-msm, linux-arm-kernel,
	linux-kernel

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. :)

Thanks,
Stephan

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] ARM: qcom_defconfig: enable rest of ARMv7 SoCs pinctrl drivers
  2022-09-25 10:03 ` [PATCH 1/2] ARM: qcom_defconfig: enable rest of ARMv7 " Stephan Gerhold
@ 2022-09-25 10:19   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-25 10:19 UTC (permalink / raw)
  To: Stephan Gerhold
  Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Russell King,
	Catalin Marinas, Will Deacon, linux-arm-msm, linux-arm-kernel,
	linux-kernel

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] ARM: qcom_defconfig: enable rest of ARMv7 SoCs pinctrl drivers
  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 ` [PATCH 2/2] arm64: defconfig: enable rest of Qualcomm ARMv8 " Krzysztof Kozlowski
  2022-09-25 10:03 ` [PATCH 1/2] ARM: qcom_defconfig: enable rest of ARMv7 " Stephan Gerhold
@ 2022-09-27 12:31 ` Konrad Dybcio
  2 siblings, 0 replies; 6+ messages in thread
From: Konrad Dybcio @ 2022-09-27 12:31 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Russell King,
	Catalin Marinas, Will Deacon, linux-arm-msm, linux-arm-kernel,
	linux-kernel



On 25.09.2022 11:19, Krzysztof Kozlowski wrote:
> Enable rest of ARMv7 SoCs pin controller drivers.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Acked-by: Konrad Dybcio <konrad.dybcio@somainline.org>

Konrad
>  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
> +CONFIG_PINCTRL_MSM8976=y
>  CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
>  CONFIG_PINCTRL_QCOM_SSBI_PMIC=y
>  CONFIG_GPIOLIB=y
>  CONFIG_PINCTRL_SDX55=y
> +CONFIG_PINCTRL_SDX65=y
>  CONFIG_GPIO_SYSFS=y
>  CONFIG_POWER_RESET=y
>  CONFIG_POWER_RESET_MSM=y

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] arm64: defconfig: enable rest of Qualcomm ARMv8 SoCs pinctrl drivers
  2022-09-25  9:19 ` [PATCH 2/2] arm64: defconfig: enable rest of Qualcomm ARMv8 " Krzysztof Kozlowski
@ 2022-09-27 12:31   ` Konrad Dybcio
  0 siblings, 0 replies; 6+ messages in thread
From: Konrad Dybcio @ 2022-09-27 12:31 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Russell King,
	Catalin Marinas, Will Deacon, linux-arm-msm, linux-arm-kernel,
	linux-kernel



On 25.09.2022 11:19, Krzysztof Kozlowski wrote:
> Enable rest of Qualcomm ARMv8 SoCs pin controller drivers (MSM8953,
> QCM2290).
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Acked-by: Konrad Dybcio <konrad.dybcio@somainline.org>

Konrad
>  arch/arm64/configs/defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 5a4ba141d15c..fcb3d03d7719 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -529,9 +529,11 @@ CONFIG_PINCTRL_MSM=y
>  CONFIG_PINCTRL_IPQ8074=y
>  CONFIG_PINCTRL_IPQ6018=y
>  CONFIG_PINCTRL_MSM8916=y
> +CONFIG_PINCTRL_MSM8953=y
>  CONFIG_PINCTRL_MSM8994=y
>  CONFIG_PINCTRL_MSM8996=y
>  CONFIG_PINCTRL_MSM8998=y
> +CONFIG_PINCTRL_QCM2290=y
>  CONFIG_PINCTRL_QCS404=y
>  CONFIG_PINCTRL_QDF2XXX=y
>  CONFIG_PINCTRL_QCOM_SPMI_PMIC=y

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-27 12:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 2/2] arm64: defconfig: enable rest of Qualcomm ARMv8 " Krzysztof Kozlowski
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:19   ` Krzysztof Kozlowski
2022-09-27 12:31 ` Konrad Dybcio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).