Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

serial: sh-sci: Fix a comment about SCIFA

The comment was correct when it was added, at that time RZ/T1 was
the only SoC in the RZ/T line. Since then, further SoCs have been
added with RZ/T names which do not use the same SCIFA register
layout and so the comment is now misleading.

So we update the comment to explicitly reference only RZ/T1 SoCs.

Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Thierry Bultel <thierry.bultel.yh@bp.renesas.com>
Link: https://lore.kernel.org/r/20250403212919.1137670-8-thierry.bultel.yh@bp.renesas.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thierry Bultel and committed by
Greg Kroah-Hartman
d004e359 25422e8f

+1 -1
+1 -1
drivers/tty/serial/sh-sci.c
··· 310 310 }, 311 311 312 312 /* 313 - * The "SCIFA" that is in RZ/A2, RZ/G2L and RZ/T. 313 + * The "SCIFA" that is in RZ/A2, RZ/G2L and RZ/T1. 314 314 * It looks like a normal SCIF with FIFO data, but with a 315 315 * compressed address space. Also, the break out of interrupts 316 316 * are different: ERI/BRI, RXI, TXI, TEI, DRI.