Message ID | 20240414-feature_poe-v8-1-e4bf1e860da5@bootlin.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 57f73805b99d3b454be87d405cc473b8feb84a1a |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next,v8,01/17] MAINTAINERS: net: Add Oleksij to pse-pd maintainers | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Sun, 14 Apr 2024 16:21:50 +0200 you wrote: > From: Kory Maincent (Dent Project) <kory.maincent@bootlin.com> > > Oleksij was the first to add support for pse-pd net subsystem. > Add himself to the maintainers seems logical. > > Acked-by: Oleksij Rempel <o.rempel@pengutronix.de> > Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> > Reviewed-by: Andrew Lunn <andrew@lunn.ch> > > [...] Here is the summary with links: - [net-next,v8,01/17] MAINTAINERS: net: Add Oleksij to pse-pd maintainers https://git.kernel.org/netdev/net-next/c/57f73805b99d - [net-next,v8,02/17] of: property: Add fw_devlink support for pse parent https://git.kernel.org/netdev/net-next/c/93c0d8c0ac30 - [net-next,v8,03/17] net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct pse_control_config https://git.kernel.org/netdev/net-next/c/b010bf72da5a - [net-next,v8,04/17] ethtool: Expand Ethernet Power Equipment with c33 (PoE) alongside PoDL (no matching commit) - [net-next,v8,05/17] net: pse-pd: Introduce PSE types enumeration (no matching commit) - [net-next,v8,06/17] net: ethtool: pse-pd: Expand pse commands with the PSE PoE interface (no matching commit) - [net-next,v8,07/17] netlink: specs: Modify pse attribute prefix (no matching commit) - [net-next,v8,08/17] netlink: specs: Expand the pse netlink command with PoE interface (no matching commit) - [net-next,v8,09/17] MAINTAINERS: Add myself to pse networking maintainer (no matching commit) - [net-next,v8,10/17] net: pse-pd: Add support for PSE PIs (no matching commit) - [net-next,v8,11/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs (no matching commit) - [net-next,v8,12/17] net: pse-pd: Add support for setup_pi_matrix callback (no matching commit) - [net-next,v8,13/17] net: pse-pd: Use regulator framework within PSE framework (no matching commit) - [net-next,v8,14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller (no matching commit) - [net-next,v8,15/17] net: pse-pd: Add PD692x0 PSE controller driver (no matching commit) - [net-next,v8,16/17] dt-bindings: net: pse-pd: Add bindings for TPS23881 PSE controller (no matching commit) - [net-next,v8,17/17] net: pse-pd: Add TI TPS23881 PSE controller driver (no matching commit) You are awesome, thank you!
diff --git a/MAINTAINERS b/MAINTAINERS index 5ba3fe6ac09c..f22698a7859f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17780,6 +17780,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>