[PATCH 1/1] tty: serial: st-asc: Make the locking RT aware
From: Sebastian Andrzej Siewior <hidden>
Date: 2017-03-29 16:10:51
Also in:
linux-rt-users, linux-serial, lkml
From: Sebastian Andrzej Siewior <hidden>
Date: 2017-03-29 16:10:51
Also in:
linux-rt-users, linux-serial, lkml
On 2017-03-22 18:12:31 [+0100], Lionel Debieve wrote:
The lock is a sleeping lock and local_irq_save() is not the standard implementation now. Working for both -RT and non RT. Signed-off-by: Lionel Debieve <redacted>
Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> This is how serial8250_console_write() looks upstream, too. Sebastian