All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] serial: sc16is7xx: backport FIFO fixes for linux-5.15.y
@ 2024-12-16 19:18 Hugo Villeneuve
  2024-12-16 19:18 ` [PATCH 1/4] serial: sc16is7xx: add missing support for rs485 devicetree properties Hugo Villeneuve
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Hugo Villeneuve @ 2024-12-16 19:18 UTC (permalink / raw)
  To: stable; +Cc: hugo, hui.wang, Hugo Villeneuve

From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Hello,
this patch series brings additional patches to fix some FIFO issues when
backporting to linux-5.15.y for the sc16is7xx driver.

Commit ("serial: sc16is7xx: add missing support for rs485 devicetree
properties") is required when using RS-485.

Commit ("serial: sc16is7xx: refactor FIFO access functions
to increase commonality") is a prerequisite for commit ("serial:
sc16is7xx: fix TX fifo corruption"). Altough it is not strictly
necessary, it makes backporting easier.

I have tested the changes on a custom board with two SC16IS752 DUART over
a SPI interface using a Variscite IMX8MN NANO SOM. The four UARTs are
configured in RS-485 mode.

Thank you.

Hugo Villeneuve (4):
  serial: sc16is7xx: add missing support for rs485 devicetree properties
  serial: sc16is7xx: refactor FIFO access functions to increase
    commonality
  serial: sc16is7xx: fix TX fifo corruption
  serial: sc16is7xx: fix invalid FIFO access with special register set

 drivers/tty/serial/sc16is7xx.c | 38 ++++++++++++++++++++--------------
 1 file changed, 22 insertions(+), 16 deletions(-)


-- 
2.39.5


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

end of thread, other threads:[~2024-12-18 20:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-16 19:18 [PATCH 0/4] serial: sc16is7xx: backport FIFO fixes for linux-5.15.y Hugo Villeneuve
2024-12-16 19:18 ` [PATCH 1/4] serial: sc16is7xx: add missing support for rs485 devicetree properties Hugo Villeneuve
2024-12-17  0:42   ` Sasha Levin
2024-12-17  6:41   ` Greg Kroah-Hartman
2024-12-18 20:05     ` Hugo Villeneuve
2024-12-16 19:18 ` [PATCH 2/4] serial: sc16is7xx: refactor FIFO access functions to increase commonality Hugo Villeneuve
2024-12-16 19:20   ` kernel test robot
2024-12-16 19:18 ` [PATCH 3/4] serial: sc16is7xx: fix TX fifo corruption Hugo Villeneuve
2024-12-16 19:18 ` [PATCH 4/4] serial: sc16is7xx: fix invalid FIFO access with special register set Hugo Villeneuve

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.