Message ID | cover.1676042188.git.asmaa@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | Add NVIDIA BlueField-3 GPIO driver and pin controller | expand |
On Fri, Feb 10, 2023 at 10:39:39AM -0500, Asmaa Mnebhi 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. > > The BlueField-3 SoC gpio-mlxbf3.c driver handles different hardware registers > and logic that from gpio-mlxbf.c and gpio-mlxbf2.c. > For that reason, we have separate drivers for each generation. It seems you neglected to include maintainers and reviewers of the previous version(s) of your series. Don't do this. Please, respect people who invested their time in your code. Hint: I have a "smart" script [1] which helps to collect proper people (except reviewers that you need to add manually via --cc command line parameter) and mailing lists. Fell free to re-use, modify, send feedback. [1]: https://github.com/andy-shev/home-bin-tools/blob/master/ge2maintainer.sh