Re: [PATCH 1/2] tty: serial: msm_serial regression fix data corruption

2016-05-05 Thread Andy Gross
On Sat, Apr 23, 2016 at 10:14:32AM -0700, Frank Rowand wrote: > From: Frank Rowand > > Commit 3a878c430fd6 ("tty: serial: msm: Add TX DMA support") regression. > The calculation of tx_count was moved from the old msm_handle_tx(), > now renamed msm_handle_tx_pio(), to the new msm_handle_tx(). The

Re: [PATCH 1/2] tty: serial: msm_serial regression fix data corruption

2016-04-25 Thread Bjorn Andersson
On Sat 23 Apr 10:14 PDT 2016, Frank Rowand wrote: > From: Frank Rowand > > Commit 3a878c430fd6 ("tty: serial: msm: Add TX DMA support") regression. > The calculation of tx_count was moved from the old msm_handle_tx(), > now renamed msm_handle_tx_pio(), to the new msm_handle_tx(). The > move lef

Re: [PATCH 1/2] tty: serial: msm_serial regression fix data corruption

2016-04-25 Thread Stephen Boyd
On 04/23, Frank Rowand wrote: > From: Frank Rowand > > Commit 3a878c430fd6 ("tty: serial: msm: Add TX DMA support") regression. > The calculation of tx_count was moved from the old msm_handle_tx(), > now renamed msm_handle_tx_pio(), to the new msm_handle_tx(). The > move left out one size test.

[PATCH 1/2] tty: serial: msm_serial regression fix data corruption

2016-04-23 Thread Frank Rowand
From: Frank Rowand Commit 3a878c430fd6 ("tty: serial: msm: Add TX DMA support") regression. The calculation of tx_count was moved from the old msm_handle_tx(), now renamed msm_handle_tx_pio(), to the new msm_handle_tx(). The move left out one size test. The regression seen on the qcom-apq8074-d