linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] gpio: vf610: allow disabling the vf610 driver
@ 2024-01-20 18:29 Martin Kaiser
  2024-01-20 18:29 ` [PATCH v3 1/3] " Martin Kaiser
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Martin Kaiser @ 2024-01-20 18:29 UTC (permalink / raw)
  To: Shawn Guo, Linus Walleij, Bartosz Golaszewski
  Cc: Peng Fan, linux-gpio, linux-arm-kernel, linux-kernel,
	Martin Kaiser

The vf610 gpio driver is enabled by default for all i.MX machines,
without any option to disable it in a board-specific config file.

Change gpio's Kconfig to allow disabling this driver. Disable it by
default unless we have a vf610 soc. Enable it in the defconfigs
for the i.MX chips that need it.

Martin Kaiser (3):
  gpio: vf610: allow disabling the vf610 driver
  ARM: imx_v6_v7_defconfig: enable the vf610 gpio driver
  arm64: defconfig: enable the vf610 gpio driver

 arch/arm/configs/imx_v6_v7_defconfig | 1 +
 arch/arm64/configs/defconfig         | 1 +
 drivers/gpio/Kconfig                 | 3 ++-
 3 files changed, 4 insertions(+), 1 deletion(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-01-20 19:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-20 18:29 [PATCH v3 0/3] gpio: vf610: allow disabling the vf610 driver Martin Kaiser
2024-01-20 18:29 ` [PATCH v3 1/3] " Martin Kaiser
2024-01-20 19:54   ` Andrew Lunn
2024-01-20 18:29 ` [PATCH v3 2/3] ARM: imx_v6_v7_defconfig: enable the vf610 gpio driver Martin Kaiser
2024-01-20 18:29 ` [PATCH v3 3/3] arm64: defconfig: " Martin Kaiser

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