Re: [PATCH v2 0/4] add uart DMA function

2018-12-05 Thread Greg Kroah-Hartman
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

Re: [PATCH v2 0/4] add uart DMA function

2018-12-05 Thread Vinod Koul
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

Re: [PATCH v2 0/4] add uart DMA function

2018-12-05 Thread Greg Kroah-Hartman
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

[PATCH v2 0/4] add uart DMA function

2018-12-05 Thread Long Cheng
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, t