26/05/2022 08:00, Hemant Agrawal: > Acked-by: Hemant Agrawal <hemant.agra...@nxp.com> > > On 5/5/2022 2:35 PM, nipun.gu...@nxp.com wrote: > > From: Nipun Gupta <nipun.gu...@nxp.com> > > > > This change removes the DPAA2 QDMA raw driver and adds the > > QDMA driver in dma set of drivers. The underlying I/O > > framework remains intact, whereas the configuration part > > is done as per the DMA API support. > > > > Changes in v2: > > - Fix checkpath errors > > - Fix documentation compilation > > > > Changes in v3: > > - Add the missing doc/dmadevs/dpaa2.rst file > > > > Nipun Gupta (6): > > raw/dpaa2_qdma: remove dpaa2 QDMA driver from raw > > dma/dpaa2: introduce DPAA2 DMA driver skeleton > > dma/dpaa2: support basic operations > > dma/dpaa2: add PMD apis for additional configuration > > dma/dpaa2: support DMA operations > > dma/dpaa2: support statistics
Fixed some mistakes in the file MAINTAINERS, and added an exception in devtools/check-abi.sh to skip old driver. Applied, thanks.