Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753514AbcDKISg (ORCPT ); Mon, 11 Apr 2016 04:18:36 -0400 Received: from www.linutronix.de ([62.245.132.108]:58459 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753257AbcDKISd (ORCPT ); Mon, 11 Apr 2016 04:18:33 -0400 From: John Ogness To: Peter Hurley Cc: Sebastian Andrzej Siewior , Greg Kroah-Hartman , Tony Lindgren , nsekhar@ti.com, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH] tty: serial: 8250_omap: do not defer termios changes References: <8737r7ght7.fsf@linutronix.de> <570339E8.6010808@hurleysoftware.com> Date: Mon, 11 Apr 2016 10:18:22 +0200 Message-ID: <87y48kftip.fsf@linutronix.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 605 Lines: 16 On 2016-04-05, Peter Hurley wrote: > On 03/31/2016 01:41 AM, John Ogness wrote: >> It has been observed that the TX-DMA can stall > > Does this happen on any other OMAP part besides am335x? > I looked back over the LKML history of this and didn't see > any other design implicated in this problem. I just ran the tests again using 4.6-rc2. I am able to reproduce the dma-tx stall with am335x/edma and dra7/sdma. Note: To achieve the stall, both the delayed_restore and the rx_dma_broken features of the mainline 8250_omap driver needed to be removed. John Ogness