Searched hist:"06 e3957259ef9003061c3c153232266ab8967e34" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_fintek.c | diff 06e3957259ef9003061c3c153232266ab8967e34 Tue Oct 04 03:28:00 CDT 2016 Ji-Ze Hong (Peter Hong) <hpeter@gmail.com> serial: 8250_fintek: Set IRQ Mode when port probed
Set IRQ Mode when port probed in probe_setup_port()
It should hold the IO port premission via fintek_8250_enter_key() and release via fintek_8250_exit_key() when we configure the SuperIO.
This patch will move all SuperIO configure operations to probe_setup_port() to reduce fintek_8250_enter_key() and fintek_8250_exit_key() usage.
Suggested-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Ji-Ze Hong (Peter Hong) <hpeter+linux_kernel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|