From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030240AbcHBQY1 (ORCPT ); Tue, 2 Aug 2016 12:24:27 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:55669 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967970AbcHBQXv (ORCPT ); Tue, 2 Aug 2016 12:23:51 -0400 Date: Tue, 2 Aug 2016 17:28:35 +0200 From: Andrew Lunn To: Bhuvanchandra DV Cc: gregkh@linuxfoundation.org, linux-serial@vger.kernel.org, mturquette@baylibre.com, sboyd@codeaurora.org, linux-kernel@vger.kernel.org, stefan@agner.ch, kernel@pengutronix.de, jslaby@suse.com, shawnguo@kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH RESEND v2 0/8] Improve Rx/Tx DMA implementation Message-ID: <20160802152835.GC21602@lunn.ch> References: <20160719074310.16872-1-bhuvanchandra.dv@toradex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 02, 2016 at 01:23:32PM +0530, Bhuvanchandra DV wrote: > Hello, > > Any comments on this patchset? I tested v1 on my Vybrid board and it fixed the corruption issues i was seeing with the console on a serial port. I will try to test this version. Andrew > > On 07/19/16 13:13, Bhuvanchandra DV wrote: > > >Drop the clock change patch from v2 patchset[1] since it is applied. > > > >Changes since v1: > >Split suspend/resume patch. > > > >[1] https://lkml.org/lkml/2016/6/28/124 > > > >Bhuvanchandra DV (5): > > tty: serial: fsl_lpuart: Fix broken 8m/s1 support > > tty: serial: fsl_lpuart: Use cyclic DMA for Rx > > tty: serial: fsl_lpuart: Use scatter/gather DMA for Tx > > tty: serial: fsl_lpuart: Update suspend/resume for DMA mode > > tty: serial: fsl_lpuart: Add support for RS-485 > > > >Stefan Agner (3): > > tty: serial: fsl_lpuart: consider TX FIFO too in tx_empty > > tty: serial: fsl_lpuart: support suspend/resume > > tty: serial: fsl_lpuart: fix clearing of receive flag > > > > drivers/tty/serial/fsl_lpuart.c | 810 +++++++++++++++++++++++----------------- > > 1 file changed, 476 insertions(+), 334 deletions(-) > > > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel