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

Message ID 20240208-feature_poe-v3-1-531d2674469e@bootlin.com
State New
Headers
Series net: Add support for Power over Ethernet (PoE) |

Commit Message

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

Sponsored-by: Dent Project <dentproject@linuxfoundation.org>
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
---

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

Comments

Andrew Lunn Feb. 14, 2024, 5:13 p.m. UTC | #1
On Thu, Feb 08, 2024 at 02:08:38PM +0100, Kory Maincent wrote:
> Oleksij was the first to add support for pse-pd net subsystem.
> Add himself to the maintainers seems logical.
> 
> Sponsored-by: Dent Project <dentproject@linuxfoundation.org>
> Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>

Oleksij, are you O.K. with this? It would be good to Acked-by: it.

	Andrew
  
Oleksij Rempel Feb. 15, 2024, 8:19 a.m. UTC | #2
On Wed, Feb 14, 2024 at 06:13:39PM +0100, Andrew Lunn wrote:
> On Thu, Feb 08, 2024 at 02:08:38PM +0100, Kory Maincent wrote:
> > Oleksij was the first to add support for pse-pd net subsystem.
> > Add himself to the maintainers seems logical.
> > 
> > Sponsored-by: Dent Project <dentproject@linuxfoundation.org>
> > Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>

Acked-by: Oleksij Rempel <o.rempel@pengutronix.de>

> Oleksij, are you O.K. with this? It would be good to Acked-by: it.
> 
> 	Andrew
> 
>
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 3f465fd778b1..2dcf48948d2b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17668,6 +17668,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>