Linux Serial subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] serial: 8250_dw: Add ti,tda54-uart support
@ 2026-09-11  9:25 Moteen Shah
  2026-09-11  9:25 ` [PATCH 1/2] dt-bindings: serial: snps-dw-apb-uart: Add ti,tda54-uart Moteen Shah
  2026-09-11  9:25 ` [PATCH 2/2] serial: 8250_dw: Add ti,tda54-uart quirk to skip empty FIFO read Moteen Shah
  0 siblings, 2 replies; 6+ messages in thread
From: Moteen Shah @ 2026-09-11  9:25 UTC (permalink / raw)
  To: ilpo.jarvinen, gregkh, krzk+dt, linux-serial, linux-kernel,
	jirislaby, devicetree
  Cc: u-kumar1, gehariprasath, m-shah, vigneshr, nm, a-limaye,
	y-abhilashchandra

Add the ti,tda54-uart compatible string to the DW APB UART binding,
and add a quirk to skip the RX_TIMEOUT dummy read on TDA54.

Reading an empty FIFO on the IP version used in TDA54 triggers a
data abort. The interrupt storm this dummy read was meant to avoid
no longer occurs on this version of the IP, so skip the read via a
new quirk.

Moteen Shah (2):
  dt-bindings: serial: snps-dw-apb-uart: Add ti,tda54-uart
  serial: 8250_dw: Add ti,tda54-uart quirk to skip empty FIFO read

 .../devicetree/bindings/serial/snps-dw-apb-uart.yaml     | 1 +
 drivers/tty/serial/8250/8250_dw.c                        | 9 ++++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-09-13  9:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-11  9:25 [PATCH 0/2] serial: 8250_dw: Add ti,tda54-uart support Moteen Shah
2026-09-11  9:25 ` [PATCH 1/2] dt-bindings: serial: snps-dw-apb-uart: Add ti,tda54-uart Moteen Shah
2026-09-11  9:28   ` sashiko-bot
2026-09-13  9:04   ` Krzysztof Kozlowski
2026-09-11  9:25 ` [PATCH 2/2] serial: 8250_dw: Add ti,tda54-uart quirk to skip empty FIFO read Moteen Shah
2026-09-11  9:41   ` sashiko-bot

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