linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] ARM: qcom_defconfig: enable rest of ARMv7 SoCs pinctrl drivers
@ 2022-09-25 11:21 Krzysztof Kozlowski
  2022-09-25 11:21 ` [PATCH v2 2/2] arm64: defconfig: enable rest of Qualcomm ARMv8 " Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-25 11:21 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>

---

Changes since v1:
1. Do not enable MSM8976 (Stephan)
---
 arch/arm/configs/qcom_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
index 7d8b6884fd00..b41716c1ec64 100644
--- a/arch/arm/configs/qcom_defconfig
+++ b/arch/arm/configs/qcom_defconfig
@@ -131,14 +131,19 @@ 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_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] 5+ messages in thread

* [PATCH v2 2/2] arm64: defconfig: enable rest of Qualcomm ARMv8 SoCs pinctrl drivers
  2022-09-25 11:21 [PATCH v2 1/2] ARM: qcom_defconfig: enable rest of ARMv7 SoCs pinctrl drivers Krzysztof Kozlowski
@ 2022-09-25 11:21 ` Krzysztof Kozlowski
  2022-09-26  8:16   ` Neil Armstrong
  2022-09-26  8:16 ` [PATCH v2 1/2] ARM: qcom_defconfig: enable rest of ARMv7 " Neil Armstrong
  2022-10-18  3:05 ` (subset) " Bjorn Andersson
  2 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-25 11:21 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,
MSM8976, QCM2290).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

---

Changes since v1:
1. Enable MSM8976 (Stephan)
---
 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 5a4ba141d15c..1138386952b5 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -529,9 +529,12 @@ CONFIG_PINCTRL_MSM=y
 CONFIG_PINCTRL_IPQ8074=y
 CONFIG_PINCTRL_IPQ6018=y
 CONFIG_PINCTRL_MSM8916=y
+CONFIG_PINCTRL_MSM8953=y
+CONFIG_PINCTRL_MSM8976=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] 5+ messages in thread

* Re: [PATCH v2 1/2] ARM: qcom_defconfig: enable rest of ARMv7 SoCs pinctrl drivers
  2022-09-25 11:21 [PATCH v2 1/2] ARM: qcom_defconfig: enable rest of ARMv7 SoCs pinctrl drivers Krzysztof Kozlowski
  2022-09-25 11:21 ` [PATCH v2 2/2] arm64: defconfig: enable rest of Qualcomm ARMv8 " Krzysztof Kozlowski
@ 2022-09-26  8:16 ` Neil Armstrong
  2022-10-18  3:05 ` (subset) " Bjorn Andersson
  2 siblings, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2022-09-26  8:16 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Russell King, Catalin Marinas, Will Deacon, linux-arm-msm,
	linux-arm-kernel, linux-kernel

On 25/09/2022 13:21, Krzysztof Kozlowski wrote:
> Enable rest of ARMv7 SoCs pin controller drivers.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Changes since v1:
> 1. Do not enable MSM8976 (Stephan)
> ---
>   arch/arm/configs/qcom_defconfig | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
> index 7d8b6884fd00..b41716c1ec64 100644
> --- a/arch/arm/configs/qcom_defconfig
> +++ b/arch/arm/configs/qcom_defconfig
> @@ -131,14 +131,19 @@ 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_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

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

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

* Re: [PATCH v2 2/2] arm64: defconfig: enable rest of Qualcomm ARMv8 SoCs pinctrl drivers
  2022-09-25 11:21 ` [PATCH v2 2/2] arm64: defconfig: enable rest of Qualcomm ARMv8 " Krzysztof Kozlowski
@ 2022-09-26  8:16   ` Neil Armstrong
  0 siblings, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2022-09-26  8:16 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Russell King, Catalin Marinas, Will Deacon, linux-arm-msm,
	linux-arm-kernel, linux-kernel

On 25/09/2022 13:21, Krzysztof Kozlowski wrote:
> Enable rest of Qualcomm ARMv8 SoCs pin controller drivers (MSM8953,
> MSM8976, QCM2290).
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Changes since v1:
> 1. Enable MSM8976 (Stephan)
> ---
>   arch/arm64/configs/defconfig | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 5a4ba141d15c..1138386952b5 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -529,9 +529,12 @@ CONFIG_PINCTRL_MSM=y
>   CONFIG_PINCTRL_IPQ8074=y
>   CONFIG_PINCTRL_IPQ6018=y
>   CONFIG_PINCTRL_MSM8916=y
> +CONFIG_PINCTRL_MSM8953=y
> +CONFIG_PINCTRL_MSM8976=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

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

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

* Re: (subset) [PATCH v2 1/2] ARM: qcom_defconfig: enable rest of ARMv7 SoCs pinctrl drivers
  2022-09-25 11:21 [PATCH v2 1/2] ARM: qcom_defconfig: enable rest of ARMv7 SoCs pinctrl drivers Krzysztof Kozlowski
  2022-09-25 11:21 ` [PATCH v2 2/2] arm64: defconfig: enable rest of Qualcomm ARMv8 " Krzysztof Kozlowski
  2022-09-26  8:16 ` [PATCH v2 1/2] ARM: qcom_defconfig: enable rest of ARMv7 " Neil Armstrong
@ 2022-10-18  3:05 ` Bjorn Andersson
  2 siblings, 0 replies; 5+ messages in thread
From: Bjorn Andersson @ 2022-10-18  3:05 UTC (permalink / raw)
  To: linux-arm-kernel, will, linux-kernel, agross,
	krzysztof.kozlowski, linux, linux-arm-msm, catalin.marinas,
	Konrad Dybcio

On Sun, 25 Sep 2022 13:21:22 +0200, Krzysztof Kozlowski wrote:
> Enable rest of ARMv7 SoCs pin controller drivers.
> 
> 

Applied, thanks!

[2/2] arm64: defconfig: enable rest of Qualcomm ARMv8 SoCs pinctrl drivers
      commit: d780386cd44a2f44c90abdb41487f4cdb8be7213

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

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

end of thread, other threads:[~2022-10-18  3:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-25 11:21 [PATCH v2 1/2] ARM: qcom_defconfig: enable rest of ARMv7 SoCs pinctrl drivers Krzysztof Kozlowski
2022-09-25 11:21 ` [PATCH v2 2/2] arm64: defconfig: enable rest of Qualcomm ARMv8 " Krzysztof Kozlowski
2022-09-26  8:16   ` Neil Armstrong
2022-09-26  8:16 ` [PATCH v2 1/2] ARM: qcom_defconfig: enable rest of ARMv7 " Neil Armstrong
2022-10-18  3:05 ` (subset) " Bjorn Andersson

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