Searched hist:ef49ffd8b5e5a2302c5aa6828619d4c616ab04aa (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/tty/serial/ |
H A D | st-asc.c | diff ef49ffd8b5e5a2302c5aa6828619d4c616ab04aa Wed Mar 22 12:12:31 CDT 2017 Lionel Debieve <lionel.debieve@st.com> tty: serial: st-asc: Make the locking RT aware
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 <lionel.debieve@st.com> Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Acked-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|