public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 0/2] pinctrl: qcom: Make pinctrl drivers default y
@ 2025-12-22 11:51 Aswin Murugan
  2025-12-22 11:51 ` [PATCH v1 1/2] pinctrl: qcom: Make pinctrl drivers default y based on architecture Aswin Murugan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Aswin Murugan @ 2025-12-22 11:51 UTC (permalink / raw)
  To: casey.connolly, neil.armstrong, sumit.garg, trini,
	ilias.apalodimas, christopher.obbard, quic_varada, me,
	marek.vasut+renesas, alexeymin, u-boot-qcom, u-boot
  Cc: Aswin Murugan

This is a follow-up patch series to address review feedback on the
QCS615 pinctrl driver addition:
https://lore.kernel.org/u-boot/20251112164758.1560041-1-aswin.murugan@oss.qualcomm.com/

During review, it was suggested that since all Qualcomm pinctrl
drivers are already within a menu conditional on ARCH_SNAPDRAGON ||
ARCH_IPQ40XX, they should be made default y based on the appropriate
architecture rather than requiring manual enablement in defconfig
files.

This series implements that suggestion by:
1. Adding 'default y if ARCH_SNAPDRAGON' to all Snapdragon pinctrl
   drivers and 'default y if ARCH_IPQ40XX' to all IPQ pinctrl
   drivers in the Kconfig
2. Removing the now-redundant explicit pinctrl driver selections
   from qcom_defconfig

Signed-off-by: Aswin Murugan <aswin.murugan@oss.qualcomm.com>

Aswin Murugan (2):
  pinctrl: qcom: Make pinctrl drivers default y based on architecture
  configs: qcom_defconfig: Remove redundant pinctrl driver selections

 configs/qcom_defconfig       | 18 ------------------
 drivers/pinctrl/qcom/Kconfig | 21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 18 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-12-29  4:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-22 11:51 [PATCH v1 0/2] pinctrl: qcom: Make pinctrl drivers default y Aswin Murugan
2025-12-22 11:51 ` [PATCH v1 1/2] pinctrl: qcom: Make pinctrl drivers default y based on architecture Aswin Murugan
2025-12-22 11:51 ` [PATCH v1 2/2] configs: qcom_defconfig: Remove redundant pinctrl driver selections Aswin Murugan
2025-12-26  8:37 ` [PATCH v1 0/2] pinctrl: qcom: Make pinctrl drivers default y Sumit Garg
2025-12-26 14:56   ` Tom Rini
2025-12-29  4:16     ` Sumit Garg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox