2020-09-08 11:08:38

by Prabhakar Mahadev Lad

[permalink] [raw]
Subject: [PATCH] dmaengine: Kconfig: Update description for RCAR_DMAC config

rcar-dmac driver is used on Renesas R-Car Gen2 and Gen3 devices
update the same to reflect the description for RCAR_DMAC config.

Signed-off-by: Lad Prabhakar <[email protected]>
---
drivers/dma/sh/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/dma/sh/Kconfig b/drivers/dma/sh/Kconfig
index 54d5d0369d3c..5e8a8e122996 100644
--- a/drivers/dma/sh/Kconfig
+++ b/drivers/dma/sh/Kconfig
@@ -32,12 +32,12 @@ config SH_DMAE
Enable support for the Renesas SuperH DMA controllers.

config RCAR_DMAC
- tristate "Renesas R-Car Gen2 DMA Controller"
+ tristate "Renesas R-Car Gen2/Gen3 DMA Controller"
depends on ARCH_RENESAS || COMPILE_TEST
select RENESAS_DMA
help
This driver supports the general purpose DMA controller found in the
- Renesas R-Car second generation SoCs.
+ Renesas R-Car second and third generation SoCs.

config RENESAS_USB_DMAC
tristate "Renesas USB-DMA Controller"
--
2.17.1


2020-09-08 11:35:53

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH] dmaengine: Kconfig: Update description for RCAR_DMAC config

Hi Prabhakar,

On Tue, Sep 8, 2020 at 1:06 PM Lad Prabhakar
<[email protected]> wrote:
> rcar-dmac driver is used on Renesas R-Car Gen2 and Gen3 devices
> update the same to reflect the description for RCAR_DMAC config.
>
> Signed-off-by: Lad Prabhakar <[email protected]>

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

Do you want to mention RZ/G1 and RZ/G2?

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

2020-09-08 12:24:12

by Lad, Prabhakar

[permalink] [raw]
Subject: Re: [PATCH] dmaengine: Kconfig: Update description for RCAR_DMAC config

Hi Geert,

Thank you for the review.

On Tue, Sep 8, 2020 at 12:22 PM Geert Uytterhoeven <[email protected]> wrote:
>
> Hi Prabhakar,
>
> On Tue, Sep 8, 2020 at 1:06 PM Lad Prabhakar
> <[email protected]> wrote:
> > rcar-dmac driver is used on Renesas R-Car Gen2 and Gen3 devices
> > update the same to reflect the description for RCAR_DMAC config.
> >
> > Signed-off-by: Lad Prabhakar <[email protected]>
>
> Reviewed-by: Geert Uytterhoeven <[email protected]>
>
> Do you want to mention RZ/G1 and RZ/G2?
>
Agreed. will include RZ/G as well and post a v2.

Cheers,
Prabhakar

> 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