[PATCH] serial: max310x: Properly set flags in AutoCTS mode

2019-09-04 Thread Christoph Vogtländer
Commit 391f93f2ec9f ("serial: core: Rework hw-assisted flow control support") has changed the way the AutoCTS mode is handled. According to that change, serial drivers which enable H/W AutoCTS mode must set UPSTAT_AUTORTS, UPSTAT_AUTOCTS and UPSTAT_AUTOXOFF to prevent the serial core from inadvert

Re: [PATCH] serial: max310x: Properly set flags in AutoCTS mode

2019-09-04 Thread Greg Kroah-Hartman
On Fri, Aug 30, 2019 at 09:58:34AM +, Christoph Vogtländer wrote: > Commit 391f93f2ec9f ("serial: core: Rework hw-assisted flow control > support") has changed the way the AutoCTS mode is handled. > > According to that change, serial drivers which enable H/W AutoCTS mode must > set UPSTAT_AUTO

[PATCH] serial: max310x: Properly set flags in AutoCTS mode

2019-08-30 Thread Christoph Vogtländer
Commit 391f93f2ec9f ("serial: core: Rework hw-assisted flow control support") has changed the way the AutoCTS mode is handled. According to that change, serial drivers which enable H/W AutoCTS mode must set UPSTAT_AUTORTS, UPSTAT_AUTOCTS and UPSTAT_AUTOXOFF to prevent the serial core from inadvert