* [PATCH 16/26] isdn: i4l: Remove ASYNC_CTS_FLOW [not found] <1409693975-1028-1-git-send-email-peter@hurleysoftware.com> @ 2014-09-02 21:39 ` Peter Hurley [not found] ` <1410375996-4693-1-git-send-email-peter@hurleysoftware.com> 1 sibling, 0 replies; 2+ messages in thread From: Peter Hurley @ 2014-09-02 21:39 UTC (permalink / raw) To: Greg Kroah-Hartman Cc: Jiri Slaby, One Thousand Gnomes, linux-serial, linux-kernel, Peter Hurley, Karsten Keil, netdev ISDN4Linux always enables CTS flow control and does not use the tty_port_cts_enabled() helper function; remove ASYNC_CTS_FLOW state enable/disable. cc: Karsten Keil <isdn@linux-pingi.de> cc: <netdev@vger.kernel.org> Signed-off-by: Peter Hurley <peter@hurleysoftware.com> --- drivers/isdn/i4l/isdn_tty.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/isdn/i4l/isdn_tty.c b/drivers/isdn/i4l/isdn_tty.c index 3c5f249..bc91261 100644 --- a/drivers/isdn/i4l/isdn_tty.c +++ b/drivers/isdn/i4l/isdn_tty.c @@ -1043,11 +1043,6 @@ isdn_tty_change_speed(modem_info *info) if (!(cflag & PARODD)) cval |= UART_LCR_EPAR; - /* CTS flow control flag and modem status interrupts */ - if (cflag & CRTSCTS) { - port->flags |= ASYNC_CTS_FLOW; - } else - port->flags &= ~ASYNC_CTS_FLOW; if (cflag & CLOCAL) port->flags &= ~ASYNC_CHECK_CD; else { -- 2.1.0 ^ permalink raw reply related [flat|nested] 2+ messages in thread
[parent not found: <1410375996-4693-1-git-send-email-peter@hurleysoftware.com>]
* [PATCH v2 03/14] isdn: i4l: Remove ASYNC_CTS_FLOW [not found] ` <1410375996-4693-1-git-send-email-peter@hurleysoftware.com> @ 2014-09-10 19:06 ` Peter Hurley 0 siblings, 0 replies; 2+ messages in thread From: Peter Hurley @ 2014-09-10 19:06 UTC (permalink / raw) To: Greg Kroah-Hartman Cc: Jiri Slaby, One Thousand Gnomes, linux-kernel, linux-serial, Peter Hurley, Karsten Keil, netdev ISDN4Linux always enables CTS flow control and does not use the tty_port_cts_enabled() helper function; remove ASYNC_CTS_FLOW state enable/disable. cc: Karsten Keil <isdn@linux-pingi.de> cc: <netdev@vger.kernel.org> Signed-off-by: Peter Hurley <peter@hurleysoftware.com> --- drivers/isdn/i4l/isdn_tty.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/isdn/i4l/isdn_tty.c b/drivers/isdn/i4l/isdn_tty.c index 3c5f249..bc91261 100644 --- a/drivers/isdn/i4l/isdn_tty.c +++ b/drivers/isdn/i4l/isdn_tty.c @@ -1043,11 +1043,6 @@ isdn_tty_change_speed(modem_info *info) if (!(cflag & PARODD)) cval |= UART_LCR_EPAR; - /* CTS flow control flag and modem status interrupts */ - if (cflag & CRTSCTS) { - port->flags |= ASYNC_CTS_FLOW; - } else - port->flags &= ~ASYNC_CTS_FLOW; if (cflag & CLOCAL) port->flags &= ~ASYNC_CHECK_CD; else { -- 2.1.0 ^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-10 19:06 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <1409693975-1028-1-git-send-email-peter@hurleysoftware.com> 2014-09-02 21:39 ` [PATCH 16/26] isdn: i4l: Remove ASYNC_CTS_FLOW Peter Hurley [not found] ` <1410375996-4693-1-git-send-email-peter@hurleysoftware.com> 2014-09-10 19:06 ` [PATCH v2 03/14] " Peter Hurley
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).