[PATCH 0/4] add uart DMA function

2018-09-20 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,

[PATCH 0/4] add uart DMA function

2018-09-20 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,

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

2017-03-07 Thread Vinod Koul
On Thu, Feb 16, 2017 at 07:07:27PM +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. Are these interdependent, if not can you send them separately please > >

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

2017-03-07 Thread Vinod Koul
On Thu, Feb 16, 2017 at 07:07:27PM +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. Are these interdependent, if not can you send them separately please > >

[PATCH 0/4] add uart DMA function

2017-02-16 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,

[PATCH 0/4] add uart DMA function

2017-02-16 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,