mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] gpio: mvebu: drop dependency on OF_GPIO
@ 2024-10-08  8:15 Bartosz Golaszewski
  2024-10-11 19:48 ` Linus Walleij
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2024-10-08  8:15 UTC (permalink / raw)
  To: Linus Walleij, Uwe Kleine-König
  Cc: linux-gpio, linux-kernel, linux-pwm, Bartosz Golaszewski

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

This driver doesn't really depend on interfaces from OF_GPIO so the
Kconfig dependency can be dropped.

Suggested-by: Uwe Kleine-König <ukleinek@kernel.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 drivers/gpio/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 98722e814e81..6643e81bf11e 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -488,7 +488,6 @@ config GPIO_MT7621
 config GPIO_MVEBU
 	def_bool y
 	depends on PLAT_ORION || ARCH_MVEBU || COMPILE_TEST
-	depends on OF_GPIO
 	select GENERIC_IRQ_CHIP
 	select REGMAP_MMIO
 
-- 
2.43.0


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

* Re: [PATCH] gpio: mvebu: drop dependency on OF_GPIO
  2024-10-08  8:15 [PATCH] gpio: mvebu: drop dependency on OF_GPIO Bartosz Golaszewski
@ 2024-10-11 19:48 ` Linus Walleij
  2024-10-11 21:40 ` Uwe Kleine-König
  2024-10-14  8:31 ` Bartosz Golaszewski
  2 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2024-10-11 19:48 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Uwe Kleine-König, linux-gpio, linux-kernel, linux-pwm,
	Bartosz Golaszewski

On Tue, Oct 8, 2024 at 10:15 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
>
> This driver doesn't really depend on interfaces from OF_GPIO so the
> Kconfig dependency can be dropped.
>
> Suggested-by: Uwe Kleine-König <ukleinek@kernel.org>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

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

* Re: [PATCH] gpio: mvebu: drop dependency on OF_GPIO
  2024-10-08  8:15 [PATCH] gpio: mvebu: drop dependency on OF_GPIO Bartosz Golaszewski
  2024-10-11 19:48 ` Linus Walleij
@ 2024-10-11 21:40 ` Uwe Kleine-König
  2024-10-14  8:31 ` Bartosz Golaszewski
  2 siblings, 0 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2024-10-11 21:40 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Linus Walleij, linux-gpio, linux-kernel, linux-pwm, Bartosz Golaszewski

[-- Attachment #1: Type: text/plain, Size: 467 bytes --]

On Tue, Oct 08, 2024 at 10:15:55AM +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> 
> This driver doesn't really depend on interfaces from OF_GPIO so the
> Kconfig dependency can be dropped.
> 
> Suggested-by: Uwe Kleine-König <ukleinek@kernel.org>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Good idea! :-)

Acked-by: Uwe Kleine-König <ukleinek@kernel.org>

Best regards
Uwe

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] gpio: mvebu: drop dependency on OF_GPIO
  2024-10-08  8:15 [PATCH] gpio: mvebu: drop dependency on OF_GPIO Bartosz Golaszewski
  2024-10-11 19:48 ` Linus Walleij
  2024-10-11 21:40 ` Uwe Kleine-König
@ 2024-10-14  8:31 ` Bartosz Golaszewski
  2 siblings, 0 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2024-10-14  8:31 UTC (permalink / raw)
  To: Linus Walleij, Uwe Kleine-König, Bartosz Golaszewski
  Cc: Bartosz Golaszewski, linux-gpio, linux-kernel, linux-pwm

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Tue, 08 Oct 2024 10:15:55 +0200, Bartosz Golaszewski wrote:
> This driver doesn't really depend on interfaces from OF_GPIO so the
> Kconfig dependency can be dropped.
> 
> 

Applied, thanks!

[1/1] gpio: mvebu: drop dependency on OF_GPIO
      commit: 3a5ca23bb65169f2f79727c51a5495a2d7a5166e

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

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

end of thread, other threads:[~2024-10-14  8:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-08  8:15 [PATCH] gpio: mvebu: drop dependency on OF_GPIO Bartosz Golaszewski
2024-10-11 19:48 ` Linus Walleij
2024-10-11 21:40 ` Uwe Kleine-König
2024-10-14  8:31 ` Bartosz Golaszewski

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

Powered by JetHome