On Tue, Oct 26, 2021 at 2:32 AM Jerin Jacob <jerinjac...@gmail.com> wrote: > > On Tue, Oct 26, 2021 at 9:43 AM Radha Mohan Chintakuntla > <rad...@marvell.com> wrote: > > > > This patch creates and initializes a dmadev device on pci probe. > > > > Signed-off-by: Radha Mohan Chintakuntla <rad...@marvell.com> > > --- > > MAINTAINERS | 7 +- > > doc/guides/dmadevs/cnxk.rst | 53 +++++++++++++++ > > doc/guides/dmadevs/index.rst | 1 + > > drivers/dma/cnxk/cnxk_dmadev.c | 119 +++++++++++++++++++++++++++++++++ > > drivers/dma/cnxk/cnxk_dmadev.h | 11 +++ > > drivers/dma/cnxk/meson.build | 7 ++ > > drivers/dma/meson.build | 1 + > > 7 files changed, 198 insertions(+), 1 deletion(-) > > create mode 100644 doc/guides/dmadevs/cnxk.rst > > create mode 100644 drivers/dma/cnxk/cnxk_dmadev.c > > create mode 100644 drivers/dma/cnxk/cnxk_dmadev.h > > create mode 100644 drivers/dma/cnxk/meson.build > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index be2c9b6815..cdc2d98a6b 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -1186,7 +1186,6 @@ F: drivers/compress/zlib/ > > F: doc/guides/compressdevs/zlib.rst > > F: doc/guides/compressdevs/features/zlib.ini > > > > - > > Unwanted line deletion.
Ah ok. overlooked when resolving conflicts with latest. > > > DMAdev Drivers > > -------------- > > > > @@ -1202,6 +1201,12 @@ M: Conor Walsh <conor.wa...@intel.com> > > F: drivers/dma/ioat/ > > F: doc/guides/dmadevs/ioat.rst > > > > +Marvell CNXK DPI DMA > > +M: Radha Mohan Chintakuntla <rad...@marvell.com> > > +M: Veerasenareddy Burru <vbu...@marvell.com> > > +F: drivers/dma/cnxk/ > > +F: doc/guides/dmadevs/cnxk.rst > > + > > > > RegEx Drivers > > ------------- > > diff --git a/doc/guides/dmadevs/cnxk.rst b/doc/guides/dmadevs/cnxk.rst > > new file mode 100644 > > index 0000000000..8ae7c1f8cd > > --- /dev/null > > +++ b/doc/guides/dmadevs/cnxk.rst > > @@ -0,0 +1,53 @@ > > +.. SPDX-License-Identifier: BSD-3-Clause > > + Copyright(c) 2021 Marvell International Ltd. > > + > > +.. include:: <isonum.txt> > > + > > > Please link top-level doc/guides/platform/cnxk.rst documentation file > to this file. > sure will do in v2.