Re: [PATCH] tty: serial: msm_serial: Fix flow control

2019-10-21 Thread Bjorn Andersson
On Mon 21 Oct 08:19 PDT 2019, Jeffrey Hugo wrote: > On Sun, Oct 20, 2019 at 12:28 AM Bjorn Andersson > wrote: > > > > On Sat 19 Oct 14:06 PDT 2019, Jeffrey Hugo wrote: > > > > > hci_qca interfaces to the wcn3990 via a uart_dm on the msm8998 mtp and > > > Lenovo Miix 630 laptop. As part of

Re: [PATCH] tty: serial: msm_serial: Fix flow control

2019-10-21 Thread Jeffrey Hugo
On Sun, Oct 20, 2019 at 12:28 AM Bjorn Andersson wrote: > > On Sat 19 Oct 14:06 PDT 2019, Jeffrey Hugo wrote: > > > hci_qca interfaces to the wcn3990 via a uart_dm on the msm8998 mtp and > > Lenovo Miix 630 laptop. As part of initializing the wcn3990, hci_qca > > disables flow, configures the

Re: [PATCH] tty: serial: msm_serial: Fix flow control

2019-10-20 Thread Bjorn Andersson
On Sat 19 Oct 14:06 PDT 2019, Jeffrey Hugo wrote: > hci_qca interfaces to the wcn3990 via a uart_dm on the msm8998 mtp and > Lenovo Miix 630 laptop. As part of initializing the wcn3990, hci_qca > disables flow, configures the uart baudrate, and then reenables flow - at > which point an event is

[PATCH] tty: serial: msm_serial: Fix flow control

2019-10-19 Thread Jeffrey Hugo
hci_qca interfaces to the wcn3990 via a uart_dm on the msm8998 mtp and Lenovo Miix 630 laptop. As part of initializing the wcn3990, hci_qca disables flow, configures the uart baudrate, and then reenables flow - at which point an event is expected to be received over the uart from the wcn3990. It