Re: [PATCH v2 1/5] pinctrl: qcom: allow selecting with ARCH_IPQ40XX

2024-04-23 Thread Caleb Connolly


On Mon, 22 Apr 2024 13:43:24 +0200, Robert Marko wrote:
> IPQ4019 pinctrl driver was moved to the dedicated Qualcomm pinctrl
> directory, but the KConfig depends on ARCH_SNAPDRAGON only and thus
> PINCTRL_QCOM_IPQ4019 cannot be selected when ARCH_IPQ40XX is used.
> 
> 

Applied, thanks!

[1/5] pinctrl: qcom: allow selecting with ARCH_IPQ40XX
  commit: 622f676801f3d4a45524874ab8bf6ee498acbb5c
[2/5] mach-ipq40xx: import GPIO header from mach-snapgradon
  commit: a2830931490952b3130c22fd3259123b27ee9889
[3/5] pinctrl: qcom: ipq4019: adapt pin name lookup to upstream DTS
  commit: c88f0b12595f250ae7192c7427a9ca75dbdc59d9
[4/5] pinctrl: qcom: ipq4019: enable DM_FLAG_PRE_RELOC
  commit: 1dd073b3a9738325569c71028962924ab69a3e1c
[5/5] pinctrl: qcom: ipq4019: support all pin functions
  commit: 8c4c6a268e35523e6a8130f93c51b60a6341e8a2

Best regards,
-- 
Caleb Connolly 



[PATCH v2 1/5] pinctrl: qcom: allow selecting with ARCH_IPQ40XX

2024-04-22 Thread Robert Marko
IPQ4019 pinctrl driver was moved to the dedicated Qualcomm pinctrl
directory, but the KConfig depends on ARCH_SNAPDRAGON only and thus
PINCTRL_QCOM_IPQ4019 cannot be selected when ARCH_IPQ40XX is used.

Fixes: 24d2908e987a ("pinctrl: qcom: move ipq4019 driver from mach-ipq40xx")
Signed-off-by: Robert Marko 
Reviewed-by: Caleb Connolly 
---
 drivers/pinctrl/qcom/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig
index 2fe6398147..bd2019c866 100644
--- a/drivers/pinctrl/qcom/Kconfig
+++ b/drivers/pinctrl/qcom/Kconfig
@@ -1,4 +1,4 @@
-if ARCH_SNAPDRAGON
+if ARCH_SNAPDRAGON || ARCH_IPQ40XX
 
 config PINCTRL_QCOM
depends on PINCTRL_GENERIC
-- 
2.44.0