From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934840AbcHaNxB (ORCPT ); Wed, 31 Aug 2016 09:53:01 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38928 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933390AbcHaNw6 (ORCPT ); Wed, 31 Aug 2016 09:52:58 -0400 Date: Wed, 31 Aug 2016 15:53:07 +0200 From: Greg Kroah-Hartman To: Fabien Lahoudere Cc: festevam@gmail.com, Martyn Welch , Jiri Slaby , "open list:SERIAL DRIVERS" , open list Subject: Re: [PATCH 1/2] Allowing UART DMA to be configured on i.MX53 Message-ID: <20160831135307.GA5394@kroah.com> References: <1470648566-11698-1-git-send-email-fabien.lahoudere@collabora.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1470648566-11698-1-git-send-email-fabien.lahoudere@collabora.co.uk> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 08, 2016 at 11:29:25AM +0200, Fabien Lahoudere wrote: > From: Martyn Welch > > The UART DMA was only being configured on i.MX6Q compatible devices. We > know that the DMA also works for i.MX53 devices, so allow DMA to be > configured on those devices too. > > Signed-off-by: Martyn Welch > Signed-off-by: Fabien Lahoudere > --- > drivers/tty/serial/imx.c | 17 +++++++++++++++-- > 1 file changed, 15 insertions(+), 2 deletions(-) You sent 3 copies of this? Which do I apply? Please resend your whole series, linked together, so that I know what ones to apply, I've dropped all of your patches from my queue. thanks, greg k-h