[PATCH v3 0/2] Fix deadlock during RSCI FIFO overrun error

From: Biju

Date: Fri Nov 14 2025 - 05:13:54 EST


From: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>

This patch series aims to fix 2 issues
1) Fix deadlock during RSCI FIFO overrun error, as wrong register used to
clear the status.
2) Hardware flow control is supported on all SoCs. Fix the binding.

v2->v3:
* Added Rb tag from Geert for binding patch.
* Dropped overrun_clr from struct sci_port_params_bits
* All of the CFCLR_*C clearing bits match the corresponding
CSR_*status bits. So, reused the overrun mask for irq clearing.
v1->v2:
* Split the fixes patches from original series [1]
* Updated commit message to make it clear that hardware flow control
supported on all SoC for patch#1
* Added Ack from Conor for patch#1
* Added fixes tag for patch#1

[1] https://lore.kernel.org/all/20251027154615.115759-1-biju.das.jz@xxxxxxxxxxxxxx/

Biju Das (2):
dt-bindings: serial: rsci: Drop "uart-has-rtscts: false"
serial: sh-sci: Fix deadlock during RSCI FIFO overrun error

.../devicetree/bindings/serial/renesas,rsci.yaml | 2 --
drivers/tty/serial/sh-sci.c | 12 ++++++++++--
2 files changed, 10 insertions(+), 4 deletions(-)

--
2.43.0