Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753027AbcDSXXq (ORCPT ); Tue, 19 Apr 2016 19:23:46 -0400 Received: from mail-pf0-f175.google.com ([209.85.192.175]:33190 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752892AbcDSXXj (ORCPT ); Tue, 19 Apr 2016 19:23:39 -0400 Message-ID: <5716BDF1.1010407@gmail.com> Date: Tue, 19 Apr 2016 16:23:29 -0700 From: Frank Rowand Reply-To: frowand.list@gmail.com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: ivan.ivanov@linaro.org CC: agross@codeaurora.org, David Brown , srinivas.kandagatla@linaro.org, Greg Kroah-Hartman , jslaby@suse.com, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , "devicetree@vger.kernel.org" , Linux Kernel list , "linux-arm-msm@vger.kernel.org" , linux-soc@vger.kernel.org, linux-serial@vger.kernel.org Subject: regression: 3a878c430fd6 ("tty: serial: msm: Add TX DMA support") drops data Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 672 Lines: 23 Hi Ivan, It appears that I have found a regression caused by 3a878c430fd6 ("tty: serial: msm: Add TX DMA support"). When I cat a file slightly larger than 126000 bytes on the console, viewed via minicom connected to the serial port, I am losing random chunks of data, almost always three bytes in length. I have also seen a lost chunk of two bytes. I am using the 8074 dragonboard, with the dts of arch/arm/boot/dts/qcom-apq8074-dragonboard.dts. The dts node is serial@f991e000, which has a compatible of "qcom,msm-uartdm-v1.4", so is_uartdm should be UARTDM_1P4. Do you have any thoughts on what might be going wrong, or what I can do to debug this? Thanks, Frank