From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v2 0/4] add uart DMA function Date: Wed, 5 Dec 2018 19:50:42 +0100 Message-ID: <20181205185042.GA27295@kroah.com> References: <1543999380-7946-1-git-send-email-long.cheng@mediatek.com> <20181205100306.GA12106@kroah.com> <20181205163133.GQ2847@vkoul-mobl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20181205163133.GQ2847@vkoul-mobl> Sender: linux-kernel-owner@vger.kernel.org To: Vinod Koul Cc: Long Cheng , Rob Herring , Mark Rutland , Matthias Brugger , Dan Williams , Jiri Slaby , Sean Wang , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, srv_heupstream@mediatek.com, Yingjoe Chen , YT Shen List-Id: linux-mediatek@lists.infradead.org On Wed, Dec 05, 2018 at 10:01:33PM +0530, Vinod Koul wrote: > Hi Greg, > > On 05-12-18, 11:03, Greg Kroah-Hartman wrote: > > On Wed, Dec 05, 2018 at 04:42:56PM +0800, Long Cheng wrote: > > > In Mediatek SOCs, the uart can support DMA function. > > > Base on DMA engine formwork, we add the DMA code to support uart. And put the code under drivers/dma. > > > > > > This series contains document bindings, Kconfig to control the function enable or not, > > > device tree including interrupt and dma device node, the code of UART DM > > > > I've queued up patches 1 and 3 from this series in my tty tree, thanks. > > Do you mind not taking patch 2, I would like that to go thru dmaengine > tree Like I said, I only took patches 1 and 3...