diff mbox series

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

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

Checks

Context Check Description
netdev/series_format fail Series does not have a cover letter; Series longer than 15 patches (and no cover letter)
netdev/tree_selection success Clearly marked for net-next
netdev/ynl success Generated files up to date; no warnings/errors; GEN HAS DIFF 2 files changed, 96 insertions(+), 39 deletions(-);
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 8 this patch: 8
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 0 of 0 maintainers
netdev/build_clang success Errors and warnings before: 8 this patch: 8
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 8 this patch: 8
netdev/checkpatch warning CHECK: From:/Signed-off-by: email comments mismatch: 'From: Kory Maincent (Dent Project) <kory.maincent@bootlin.com>' != 'Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>'
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-04-15--15-00 (tests: 961)

Commit Message

Kory Maincent April 14, 2024, 2:21 p.m. UTC
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>
---

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

Comments

patchwork-bot+netdevbpf@kernel.org April 17, 2024, 2:40 a.m. UTC | #1
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 mbox series

Patch

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>