From: Wan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@xxxxxxxxx> Hi. The first patch is to expose get_mctrl() function so that it can be overridden with platform specific implementation. The second patch is to implement get_mctrl() for Bay Trail platform, which will report DCD and DSR signals as permanently active. The expected behaviour for get_mctrl() is documented in https://www.kernel.org/doc/Documentation/serial/driver These patches have been tested on Minnowboard MAX. Since v1: - correcting the format when referring to a commit - append Andy's Reviewed-by and Acked-by tags Wan Ahmad Zainie (2): serial: 8250: export get_mctrl function serial: 8250_pci: report DCD and DSR signals as active for Bay Trail drivers/tty/serial/8250/8250_core.c | 3 +++ drivers/tty/serial/8250/8250_pci.c | 12 ++++++++++++ drivers/tty/serial/8250/8250_port.c | 10 +++++++++- include/linux/serial_8250.h | 2 ++ include/linux/serial_core.h | 1 + 5 files changed, 27 insertions(+), 1 deletion(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html