]> www.infradead.org Git - users/jedix/linux-maple.git/commit
serial: sh-sci: Add support for RZ/T2H SCI
authorThierry Bultel <thierry.bultel.yh@bp.renesas.com>
Mon, 30 Jun 2025 20:23:23 +0000 (21:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jul 2025 11:45:30 +0000 (13:45 +0200)
commit0666e3fe95ab55c295984f2f51277ec27d3f190c
tree910939df8a49d4f04fb306ecb15ce083494b75e8
parent1d26517d11de7fc9408c22429b8e75963314420d
serial: sh-sci: Add support for RZ/T2H SCI

Define a new RSCI port type, and the RSCI 32 bits registers set.
The RZ/T2H SCI has a a fifo, and a quite different set of registers
from the original SH SCI ones.
DMA is not supported yet.

Signed-off-by: Thierry Bultel <thierry.bultel.yh@bp.renesas.com>
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20250630202323.279809-6-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig
drivers/tty/serial/Makefile
drivers/tty/serial/rsci.c [new file with mode: 0644]
drivers/tty/serial/rsci.h [new file with mode: 0644]
drivers/tty/serial/sh-sci-common.h
drivers/tty/serial/sh-sci.c