2021-01-04 11:40:40

by Prabhakar Mahadev Lad

[permalink] [raw]
Subject: [PATCH v2] gpio: Kconfig: Update help description for GPIO_RCAR config

The gpio-rcar driver also supports RZ/G SoC's, update the description to
reflect this.

Signed-off-by: Lad Prabhakar <[email protected]>
---
v1->v2
* Dropped SoC version numbers
---
drivers/gpio/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index c70f46e80a3b..62ae296251eb 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -486,11 +486,11 @@ config GPIO_PXA
Say yes here to support the PXA GPIO device

config GPIO_RCAR
- tristate "Renesas R-Car GPIO"
+ tristate "Renesas R-Car and RZ/G GPIO support"
depends on ARCH_RENESAS || COMPILE_TEST
select GPIOLIB_IRQCHIP
help
- Say yes here to support GPIO on Renesas R-Car SoCs.
+ Say yes here to support GPIO on Renesas R-Car or RZ/G SoCs.

config GPIO_RDA
bool "RDA Micro GPIO controller support"
--
2.17.1


2021-01-04 12:28:18

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH v2] gpio: Kconfig: Update help description for GPIO_RCAR config

On Mon, Jan 4, 2021 at 12:37 PM Lad Prabhakar
<[email protected]> wrote:
> The gpio-rcar driver also supports RZ/G SoC's, update the description to
> reflect this.
>
> Signed-off-by: Lad Prabhakar <[email protected]>

Reviewed-by: Geert Uytterhoeven <[email protected]>

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

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

2021-01-04 13:06:05

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH v2] gpio: Kconfig: Update help description for GPIO_RCAR config

On Mon, Jan 4, 2021 at 1:26 PM Geert Uytterhoeven <[email protected]> wrote:
>
> On Mon, Jan 4, 2021 at 12:37 PM Lad Prabhakar
> <[email protected]> wrote:
> > The gpio-rcar driver also supports RZ/G SoC's, update the description to
> > reflect this.
> >
> > Signed-off-by: Lad Prabhakar <[email protected]>
>
> Reviewed-by: Geert Uytterhoeven <[email protected]>
>
> Gr{oetje,eeting}s,
>
> Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]
>
> 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

Patch applied, thanks!

Bartosz