Linux Serial subsystem development
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Add RZ/G2L SCIFA DMAC/ SCI TX support
@ 2023-04-12 14:50 Biju Das
  2023-04-12 14:50 ` [PATCH v4 1/5] tty: serial: sh-sci: Add RZ/G2L SCIFA DMA tx support Biju Das
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Biju Das @ 2023-04-12 14:50 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.

v3->v4:
 * Updated commit description for patch#1,#2,#3 and #5
 * Removed fixes tag from patch#3
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] 17+ messages in thread

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

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-12 14:50 [PATCH v4 0/5] Add RZ/G2L SCIFA DMAC/ SCI TX support Biju Das
2023-04-12 14:50 ` [PATCH v4 1/5] tty: serial: sh-sci: Add RZ/G2L SCIFA DMA tx support Biju Das
2023-04-21  9:22   ` Geert Uytterhoeven
2023-04-21  9:56     ` Biju Das
2023-04-21 10:04       ` Geert Uytterhoeven
2023-04-12 14:50 ` [PATCH v4 2/5] tty: serial: sh-sci: Add RZ/G2L SCIFA DMA rx support Biju Das
2023-04-21  9:22   ` Geert Uytterhoeven
2023-04-12 14:50 ` [PATCH v4 3/5] tty: serial: sh-sci: Fix TE setting on SCI IP Biju Das
2023-04-21  9:28   ` Geert Uytterhoeven
2023-04-12 14:50 ` [PATCH v4 4/5] tty: serial: sh-sci: Add support for tx end interrupt handling Biju Das
2023-04-21  9:37   ` Geert Uytterhoeven
2023-04-21 10:46     ` Biju Das
2023-04-12 14:50 ` [PATCH v4 5/5] tty: serial: sh-sci: Fix end of transmission on SCI Biju Das
2023-04-21  9:49   ` Geert Uytterhoeven
2023-04-21 10:55     ` Biju Das
2023-04-21 12:53     ` Ilpo Järvinen
2023-04-24  7:06       ` Biju Das

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox