Searched hist:"732 a84a037a4de29b54e0b4e6cb6f9b3813e29e5" (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/tty/serial/ |
H A D | amba-pl010.c | diff 732a84a037a4de29b54e0b4e6cb6f9b3813e29e5 Wed Nov 05 19:11:43 CET 2014 Peter Hurley <peter@hurleysoftware.com> serial: core: Pass termios to set_ldisc() notifications
UART drivers which enable modem status interrupts when switching to N_PPS line discipline need to determine if modem status interrupts should be disabled when switching from N_PPS. Specifically, the set_ldisc() notification needs to evaluate UART_ENABLE_MS() which requires termios->c_cflag.
Convert in-tree UART drivers to new interface.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | atmel_serial.c | diff 732a84a037a4de29b54e0b4e6cb6f9b3813e29e5 Wed Nov 05 19:11:43 CET 2014 Peter Hurley <peter@hurleysoftware.com> serial: core: Pass termios to set_ldisc() notifications
UART drivers which enable modem status interrupts when switching to N_PPS line discipline need to determine if modem status interrupts should be disabled when switching from N_PPS. Specifically, the set_ldisc() notification needs to evaluate UART_ENABLE_MS() which requires termios->c_cflag.
Convert in-tree UART drivers to new interface.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | serial_core.c | diff 732a84a037a4de29b54e0b4e6cb6f9b3813e29e5 Wed Nov 05 19:11:43 CET 2014 Peter Hurley <peter@hurleysoftware.com> serial: core: Pass termios to set_ldisc() notifications
UART drivers which enable modem status interrupts when switching to N_PPS line discipline need to determine if modem status interrupts should be disabled when switching from N_PPS. Specifically, the set_ldisc() notification needs to evaluate UART_ENABLE_MS() which requires termios->c_cflag.
Convert in-tree UART drivers to new interface.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_core.c | diff 732a84a037a4de29b54e0b4e6cb6f9b3813e29e5 Wed Nov 05 19:11:43 CET 2014 Peter Hurley <peter@hurleysoftware.com> serial: core: Pass termios to set_ldisc() notifications
UART drivers which enable modem status interrupts when switching to N_PPS line discipline need to determine if modem status interrupts should be disabled when switching from N_PPS. Specifically, the set_ldisc() notification needs to evaluate UART_ENABLE_MS() which requires termios->c_cflag.
Convert in-tree UART drivers to new interface.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/linux/include/linux/ |
H A D | serial_core.h | diff 732a84a037a4de29b54e0b4e6cb6f9b3813e29e5 Wed Nov 05 19:11:43 CET 2014 Peter Hurley <peter@hurleysoftware.com> serial: core: Pass termios to set_ldisc() notifications
UART drivers which enable modem status interrupts when switching to N_PPS line discipline need to determine if modem status interrupts should be disabled when switching from N_PPS. Specifically, the set_ldisc() notification needs to evaluate UART_ENABLE_MS() which requires termios->c_cflag.
Convert in-tree UART drivers to new interface.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|