Re: [PATCH 0/3] net: irda: pxaficp_ir: dmaengine conversion

2015-09-06 Thread Petr Cvek
Dne 3.9.2015 v 08:20 Robert Jarzmik napsal(a): > Hi, > > This serie aims at converting pxaficp_ir to dmaengine. This is almost the last > driver to be converted, and once this is gone, legacy DMA support in pxa > architecture can be gone. > > Nothing fancy here, standard readl/writel conversion,

[PATCH 0/3] net: irda: pxaficp_ir: dmaengine conversion

2015-09-02 Thread Robert Jarzmik
Hi, This serie aims at converting pxaficp_ir to dmaengine. This is almost the last driver to be converted, and once this is gone, legacy DMA support in pxa architecture can be gone. Nothing fancy here, standard readl/writel conversion, then dmaengine support. The main trouble is that I cannot te