Re: [PATCH 1/1] tty: serial: st-asc: Make the locking RT aware

2017-03-29 Thread Sebastian Andrzej Siewior
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 Acked-by: Sebastian Andrzej Siewior

Re: [PATCH 1/1] tty: serial: st-asc: Make the locking RT aware

2017-03-29 Thread Sebastian Andrzej Siewior
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 Acked-by: Sebastian Andrzej Siewior This is how serial8250_console_write()

Re: [PATCH 1/1] tty: serial: st-asc: Make the locking RT aware

2017-03-23 Thread Patrice CHOTARD
Hi Lionel On 03/22/2017 06:12 PM, 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 Acked-by: Patrice Chotard >

Re: [PATCH 1/1] tty: serial: st-asc: Make the locking RT aware

2017-03-23 Thread Patrice CHOTARD
Hi Lionel On 03/22/2017 06:12 PM, 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 Acked-by: Patrice Chotard > --- > drivers/tty/serial/st-asc.c | 8

[PATCH 1/1] tty: serial: st-asc: Make the locking RT aware

2017-03-22 Thread Lionel Debieve
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 --- drivers/tty/serial/st-asc.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git

[PATCH 1/1] tty: serial: st-asc: Make the locking RT aware

2017-03-22 Thread Lionel Debieve
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 --- drivers/tty/serial/st-asc.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/tty/serial/st-asc.c