Re: [PATCH 1/2] tty: serial: msm_serial regression fix data corruption
From: Andy Gross <hidden>
Date: 2016-05-05 23:52:30
Also in:
linux-arm-msm, lkml
From: Andy Gross <hidden>
Date: 2016-05-05 23:52:30
Also in:
linux-arm-msm, lkml
On Sat, Apr 23, 2016 at 10:14:32AM -0700, Frank Rowand wrote:
From: Frank Rowand <redacted>
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-dragonboard is dropped
characters and corrupted characters (values greater than 0x7f)
when DMA is not enabled.
Signed-off-by: Frank Rowand <redacted>This allowed me to transfer files over the console without any CRC errors. Zmodem transfer at 115k worked great. Tested-by: Andy Gross <redacted>