dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dmaengine: sh: Kconfig: Add ARCH_R9A07G054 dependency for RZ_DMAC config option
@ 2022-02-21 22:43 Lad Prabhakar
  2022-02-22  8:13 ` Geert Uytterhoeven
  2022-03-11  7:04 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Lad Prabhakar @ 2022-02-21 22:43 UTC (permalink / raw)
  To: Vinod Koul, Geert Uytterhoeven, dmaengine
  Cc: linux-renesas-soc, Lad Prabhakar, linux-kernel, Prabhakar, Biju Das

RZ/V2L DMA block is identical to one found on RZ/G2L SoC. This patch adds
ARCH_R9A07G054 dependency for RZ_DMAC config option so that the driver
can be enabled on RZ/V2L SoC. While at it, also update config help text.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
Note: DMA DT documentation and DTSI changes have already been queued up
for RZ/V2L SoC [0].
[0] https://lore.kernel.org/lkml/20220110134659.30424-1-prabhakar.mahadev-lad.rj@bp.renesas.com/T/
---
 drivers/dma/sh/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/dma/sh/Kconfig b/drivers/dma/sh/Kconfig
index a46296285307..b35d705f79e7 100644
--- a/drivers/dma/sh/Kconfig
+++ b/drivers/dma/sh/Kconfig
@@ -49,10 +49,10 @@ config RENESAS_USB_DMAC
 	  SoCs.
 
 config RZ_DMAC
-	tristate "Renesas RZ/G2L DMA Controller"
-	depends on ARCH_R9A07G044 || COMPILE_TEST
+	tristate "Renesas RZ/{G2L,V2L} DMA Controller"
+	depends on ARCH_R9A07G044 || ARCH_R9A07G054 || COMPILE_TEST
 	select RENESAS_DMA
 	select DMA_VIRTUAL_CHANNELS
 	help
 	  This driver supports the general purpose DMA controller found in the
-	  Renesas RZ/G2L SoC variants.
+	  Renesas RZ/{G2L,V2L} SoC variants.
-- 
2.17.1


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

* Re: [PATCH] dmaengine: sh: Kconfig: Add ARCH_R9A07G054 dependency for RZ_DMAC config option
  2022-02-21 22:43 [PATCH] dmaengine: sh: Kconfig: Add ARCH_R9A07G054 dependency for RZ_DMAC config option Lad Prabhakar
@ 2022-02-22  8:13 ` Geert Uytterhoeven
  2022-03-11  7:04 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2022-02-22  8:13 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Vinod Koul, dmaengine, Linux-Renesas, Linux Kernel Mailing List,
	Prabhakar

On Mon, Feb 21, 2022 at 11:43 PM Lad Prabhakar
<prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
> RZ/V2L DMA block is identical to one found on RZ/G2L SoC. This patch adds
> ARCH_R9A07G054 dependency for RZ_DMAC config option so that the driver
> can be enabled on RZ/V2L SoC. While at it, also update config help text.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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] 3+ messages in thread

* Re: [PATCH] dmaengine: sh: Kconfig: Add ARCH_R9A07G054 dependency for RZ_DMAC config option
  2022-02-21 22:43 [PATCH] dmaengine: sh: Kconfig: Add ARCH_R9A07G054 dependency for RZ_DMAC config option Lad Prabhakar
  2022-02-22  8:13 ` Geert Uytterhoeven
@ 2022-03-11  7:04 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2022-03-11  7:04 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Geert Uytterhoeven, dmaengine, linux-renesas-soc, linux-kernel,
	Prabhakar, Biju Das

On 21-02-22, 22:43, Lad Prabhakar wrote:
> RZ/V2L DMA block is identical to one found on RZ/G2L SoC. This patch adds
> ARCH_R9A07G054 dependency for RZ_DMAC config option so that the driver
> can be enabled on RZ/V2L SoC. While at it, also update config help text.

Applied, thanks

-- 
~Vinod

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

end of thread, other threads:[~2022-03-11  7:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21 22:43 [PATCH] dmaengine: sh: Kconfig: Add ARCH_R9A07G054 dependency for RZ_DMAC config option Lad Prabhakar
2022-02-22  8:13 ` Geert Uytterhoeven
2022-03-11  7:04 ` Vinod Koul

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