1
0
Fork 0
alistair23-linux/drivers/misc/ti-st
Muhammad Hamza Farooq b05b7c7cc0 ti-st: use worker instead of calling st_int_write in wake up
The wake up method is called with the port lock held. The st_int_write
method calls port->ops->write with tries to acquire the lock again,
causing CPU to wait infinitely. Right way to do is to write data to port
in worker thread.

Signed-off-by: Muhammad Hamza Farooq <mfarooq@visteon.com>
Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-09-20 22:52:13 -07:00
..
Kconfig tty: Added a CONFIG_TTY option to allow removal of TTY 2013-01-18 16:15:27 -08:00
Makefile misc: ti-st: Kconfig & Makefile for TI_ST 2010-10-06 08:27:00 -07:00
st_core.c ti-st: use worker instead of calling st_int_write in wake up 2015-09-20 22:52:13 -07:00
st_kim.c ti-st: st_kim: use gpio_set_value_cansleep to fix warning 2015-08-05 13:24:36 -07:00
st_ll.c Revert "ti-st: add device tree support" 2015-08-05 13:24:12 -07:00