All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: Drop selecting GPIOLIB and PINCTRL
@ 2022-10-27 11:23 ` Prabhakar
  0 siblings, 0 replies; 4+ messages in thread
From: Prabhakar @ 2022-10-27 11:23 UTC (permalink / raw)
  To: Geert Uytterhoeven, Magnus Damm, Russell King
  Cc: linux-renesas-soc, linux-arm-kernel, linux-kernel, Prabhakar,
	Biju Das, Lad Prabhakar

From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Don't automatically select the GPIOLIB and PINCTRL config options as we
already have automatically selected it as part of the SOC_RENESAS config
option [0].

[0] drivers/soc/renesas/Kconfig

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
 arch/arm/mach-shmobile/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 37f862f13c8d..8d64cc7edccd 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -3,7 +3,5 @@ menuconfig ARCH_RENESAS
 	bool "Renesas ARM SoCs"
 	depends on ARCH_MULTI_V7
 	select ARM_GIC
-	select GPIOLIB
 	select NO_IOPORT_MAP
-	select PINCTRL
 	select ZONE_DMA if ARM_LPAE
-- 
2.17.1


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

* [PATCH] ARM: shmobile: Drop selecting GPIOLIB and PINCTRL
@ 2022-10-27 11:23 ` Prabhakar
  0 siblings, 0 replies; 4+ messages in thread
From: Prabhakar @ 2022-10-27 11:23 UTC (permalink / raw)
  To: Geert Uytterhoeven, Magnus Damm, Russell King
  Cc: linux-renesas-soc, linux-arm-kernel, linux-kernel, Prabhakar,
	Biju Das, Lad Prabhakar

From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Don't automatically select the GPIOLIB and PINCTRL config options as we
already have automatically selected it as part of the SOC_RENESAS config
option [0].

[0] drivers/soc/renesas/Kconfig

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
 arch/arm/mach-shmobile/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 37f862f13c8d..8d64cc7edccd 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -3,7 +3,5 @@ menuconfig ARCH_RENESAS
 	bool "Renesas ARM SoCs"
 	depends on ARCH_MULTI_V7
 	select ARM_GIC
-	select GPIOLIB
 	select NO_IOPORT_MAP
-	select PINCTRL
 	select ZONE_DMA if ARM_LPAE
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: shmobile: Drop selecting GPIOLIB and PINCTRL
  2022-10-27 11:23 ` Prabhakar
@ 2022-10-28  8:07   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2022-10-28  8:07 UTC (permalink / raw)
  To: Prabhakar
  Cc: Magnus Damm, Russell King, linux-renesas-soc, linux-arm-kernel,
	linux-kernel, Biju Das, Lad Prabhakar

On Thu, Oct 27, 2022 at 1:23 PM Prabhakar <prabhakar.csengg@gmail.com> wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Don't automatically select the GPIOLIB and PINCTRL config options as we
> already have automatically selected it as part of the SOC_RENESAS config
> option [0].
>
> [0] drivers/soc/renesas/Kconfig
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v6.2.

Note to self: beware dependencies, as commit b3acbca3c80e6124 ("soc:
renesas: Kconfig: Explicitly select GPIOLIB and PINCTRL config under
SOC_RENESAS") is queued in a different branch.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] ARM: shmobile: Drop selecting GPIOLIB and PINCTRL
@ 2022-10-28  8:07   ` Geert Uytterhoeven
  0 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2022-10-28  8:07 UTC (permalink / raw)
  To: Prabhakar
  Cc: Magnus Damm, Russell King, linux-renesas-soc, linux-arm-kernel,
	linux-kernel, Biju Das, Lad Prabhakar

On Thu, Oct 27, 2022 at 1:23 PM Prabhakar <prabhakar.csengg@gmail.com> wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Don't automatically select the GPIOLIB and PINCTRL config options as we
> already have automatically selected it as part of the SOC_RENESAS config
> option [0].
>
> [0] drivers/soc/renesas/Kconfig
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v6.2.

Note to self: beware dependencies, as commit b3acbca3c80e6124 ("soc:
renesas: Kconfig: Explicitly select GPIOLIB and PINCTRL config under
SOC_RENESAS") is queued in a different branch.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-10-28  8:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27 11:23 [PATCH] ARM: shmobile: Drop selecting GPIOLIB and PINCTRL Prabhakar
2022-10-27 11:23 ` Prabhakar
2022-10-28  8:07 ` Geert Uytterhoeven
2022-10-28  8:07   ` Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.