2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-22 04:24:02 +08:00
linux-next/drivers/ipack
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
..
carriers ipack: remove use of __devexit 2012-11-21 15:09:26 -08:00
devices ipack/devices/ipoctal: avoid re-enable RX two times. 2013-01-15 18:24:38 -08:00
ipack.c ipack: remove ipack_ids.h file 2012-11-16 11:29:35 -08:00
Kconfig
Makefile