Re: [PATCH v2 0/4] add uart DMA function
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2018-12-05 18:50:47
Also in:
linux-arm-kernel, linux-devicetree, linux-mediatek, lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2018-12-05 18:50:47
Also in:
linux-arm-kernel, linux-devicetree, linux-mediatek, lkml
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:quoted
On Wed, Dec 05, 2018 at 04:42:56PM +0800, Long Cheng wrote:quoted
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 DMI'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...