> > Add bare minimum Nitrox PMD library and doc build infrastructure and > claim responsibility by updating the maintainers file. > > Signed-off-by: Nagadheeraj Rottela <rnagadhee...@marvell.com> > ---
> diff --git a/drivers/crypto/nitrox/nitrox_device.c > b/drivers/crypto/nitrox/nitrox_device.c > new file mode 100644 > index 000000000..d26535dee > --- /dev/null > +++ b/drivers/crypto/nitrox/nitrox_device.c > @@ -0,0 +1,3 @@ > +/* SPDX-License-Identifier: BSD-3-Clause > + * Copyright(C) 2019 Marvell International Ltd. > + */ Adding an empty file is not a good idea. I believe you can squash your 1/11,2/11,3/11 patches together. These are initializing the driver.