On Tue, Dec 07, 2021 at 11:02:20AM +0900, Magnus Damm wrote:
From: Magnus Damm <redacted>
Update the SCIF serial driver to remove printouts for break, frame, parity
and overrun errors. This reduces the amount of console printouts generated
by the defconfig kernel on R-Car Gen3 for certain use cases. To retrieve
more information about such errors the user may inspect counters. Also these
errors are fed into the TTY layer for further application specific handling.
Signed-off-by: Magnus Damm <redacted>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>