WSL2-Linux-Kernel/drivers/ipack/devices
Samuel Iglesias Gonsalvez a3882b7814 ipack/devices/ipoctal: avoid re-enable RX two times.
RX is enabled when the tty port is open, so no need to do it in initialization
time: it can allow the device to receive characters but no TTY client is
listening to them.

It produced an infinite number of IRQ as RxFIFO is not read to clear that
IRQ in the device, so it is still pending.

Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-01-15 18:24:38 -08:00
..
Kconfig Staging: ipack: move out of staging 2012-11-16 08:14:18 -08:00
Makefile Staging: ipack: move out of staging 2012-11-16 08:14:18 -08:00
ipoctal.c ipack/devices/ipoctal: avoid re-enable RX two times. 2013-01-15 18:24:38 -08:00
ipoctal.h Staging: ipack: move out of staging 2012-11-16 08:14:18 -08:00
scc2698.h Staging: ipack: move out of staging 2012-11-16 08:14:18 -08:00