linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Add RZ/G2L SCIFA DMAC/ SCI TX support
@ 2023-03-31 11:33 Biju Das
  2023-03-31 11:33 ` [PATCH v3 1/5] tty: serial: sh-sci: Add RZ/G2L SCIF DMA tx support Biju Das
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Biju Das @ 2023-03-31 11:33 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Biju Das, Jiri Slaby, linux-serial, Geert Uytterhoeven,
	Prabhakar Mahadev Lad, linux-renesas-soc

This patch series aims to add DMA support for SCIFA/ SCI TX support on
RZ/G2L alike SoCs.

v2->v3:
 * Dropped inline function is_rz_scif_port() and instead using
   s->cfg->regtype == SCIx_RZ_SCIFA_REGTYPE for finding RZ SCIF port.
 * Dropped SCIx_TEI_IRQ as DMAC activation not possible with TEI interrupt.
 * Updated the code flow similar to SCIFA/SCIFB DMAC tx handling.
 * Replaced is_rz_scif_port to s->cfg->regtype check
 * Updated the code flow similar to SCIFA/SCIFB DMA rx handling.
 * Added remaining patches from Renesas SCI fixes patch series to this series.
 * Updated commit description for patch#3
 * Moved handling of clearing TE bit as separate patch#5.
v1->v2:
 * Added support for DMA tx and rx.

Biju Das (5):
  tty: serial: sh-sci: Add RZ/G2L SCIF DMA tx support
  tty: serial: sh-sci: Add RZ/G2L SCIF DMA rx support
  tty: serial: sh-sci: Fix TE setting on SCI IP
  tty: serial: sh-sci: Add support for tx end interrupt handling
  tty: serial: sh-sci: Fix end of transmission on SCI

 drivers/tty/serial/sh-sci.c | 96 +++++++++++++++++++++++++++++++------
 drivers/tty/serial/sh-sci.h |  3 ++
 2 files changed, 85 insertions(+), 14 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-04-12  7:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-31 11:33 [PATCH v3 0/5] Add RZ/G2L SCIFA DMAC/ SCI TX support Biju Das
2023-03-31 11:33 ` [PATCH v3 1/5] tty: serial: sh-sci: Add RZ/G2L SCIF DMA tx support Biju Das
2023-03-31 11:33 ` [PATCH v3 2/5] tty: serial: sh-sci: Add RZ/G2L SCIF DMA rx support Biju Das
2023-03-31 11:33 ` [PATCH v3 3/5] tty: serial: sh-sci: Fix TE setting on SCI IP Biju Das
2023-04-12  7:38   ` Biju Das
2023-03-31 11:33 ` [PATCH v3 4/5] tty: serial: sh-sci: Add support for tx end interrupt handling Biju Das
2023-03-31 11:33 ` [PATCH v3 5/5] tty: serial: sh-sci: Fix end of transmission on SCI Biju Das

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