[net-next,v4,01/17] MAINTAINERS: net: Add Oleksij to pse-pd maintainers

Message ID 20240215-feature_poe-v4-1-35bb4c23266c@bootlin.com
State New
Headers
Series net: Add support for Power over Ethernet (PoE) |

Commit Message

Köry Maincent Feb. 15, 2024, 4:02 p.m. UTC
  Oleksij was the first to add support for pse-pd net subsystem.
Add himself to the maintainers seems logical.

This patch is sponsored by Dent Project <dentproject@linuxfoundation.org>.

Acked-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
---

Changes in v3:
- New patch
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 2b775f4369e0..b3081334698d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17682,6 +17682,13 @@  F:	include/net/psample.h
 F:	include/uapi/linux/psample.h
 F:	net/psample
 
+PSE NETWORK DRIVER
+M:	Oleksij Rempel <o.rempel@pengutronix.de>
+L:	netdev@vger.kernel.org
+S:	Maintained
+F:	Documentation/devicetree/bindings/net/pse-pd/
+F:	drivers/net/pse-pd/
+
 PSTORE FILESYSTEM
 M:	Kees Cook <keescook@chromium.org>
 R:	Tony Luck <tony.luck@intel.com>