On Wed, Feb 8, 2023 at 8:57 PM Asmaa Mnebhi <asmaa@xxxxxxxxxx> wrote: > > This series of patches creates a pin controller driver and GPIO > driver for NVIDIA BlueField-3 SoC. > The first patch creates a GPIO driver for handling interrupts and > allowing the change of direction and value of a GPIO if needed. > The second patch creates a pin controller driver for allowing a > select number of GPIO pins to be manipulated from userspace or > the kernel. Please, make sure your patches are available on lore.kernel.org. I can't find this at all. > drivers/gpio/gpio-mlxbf3.c | 312 ++++++++++++++++++++++++++++ I'm wondering if you have anything in common with gpio-mlxbf and/or gpio-mlxbf2 drivers. If so, can you split a common library code? -- With Best Regards, Andy Shevchenko