diff mbox series

[net,v2,2/8] MAINTAINERS: update maintainers for Microchip LAN78xx

Message ID 20250108155242.2575530-3-kuba@kernel.org (mailing list archive)
State Accepted
Commit b506668613ef9138cac7479a5dd47559835b6552
Delegated to: Netdev Maintainers
Headers show
Series MAINTAINERS: spring 2025 cleanup of networking maintainers | expand

Checks

Context Check Description
netdev/series_format success Posting correctly formatted
netdev/tree_selection success Clearly marked for net
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present fail Series targets non-next tree, but doesn't contain any Fixes tags
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers fail 1 maintainers not CCed: krzysztof.kozlowski@linaro.org
netdev/build_clang success Errors and warnings before: 0 this patch: 0
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: 0 this patch: 0
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 19 lines checked
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-2025-01-09--15-00 (tests: 882)

Commit Message

Jakub Kicinski Jan. 8, 2025, 3:52 p.m. UTC
Woojung Huh seems to have only replied to the list 35 times
in the last 5 years, and didn't provide any reviews in 3 years.
The LAN78XX driver has seen quite a bit of activity lately.

gitdm missingmaints says:

Subsystem USB LAN78XX ETHERNET DRIVER
  Changes 35 / 91 (38%)
  (No activity)
  Top reviewers:
    [23]: andrew@lunn.ch
    [3]: horms@kernel.org
    [2]: mateusz.polchlopek@intel.com
  INACTIVE MAINTAINER Woojung Huh <woojung.huh@microchip.com>

Move Woojung to CREDITS and add new maintainers who are more
likely to review LAN78xx patches.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
v2:
 - add new maintainers instead of Orphaning

cc: woojung.huh@microchip.com
cc: thangaraj.s@microchip.com
cc: rengarajan.s@microchip.com
---
 CREDITS     | 4 ++++
 MAINTAINERS | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

Comments

Woojung Huh Jan. 8, 2025, 4:39 p.m. UTC | #1
> -----Original Message-----
> From: Jakub Kicinski <kuba@kernel.org>
> Sent: Wednesday, January 8, 2025 10:53 AM
> To: davem@davemloft.net
> Cc: netdev@vger.kernel.org; edumazet@google.com; pabeni@redhat.com; Jakub
> Kicinski <kuba@kernel.org>; Woojung Huh - C21699 <Woojung.Huh@microchip.com>;
> Thangaraj Samynathan - I53494 <Thangaraj.S@microchip.com>; Rengarajan S -
> I69107 <Rengarajan.S@microchip.com>
> Subject: [PATCH net v2 2/8] MAINTAINERS: update maintainers for Microchip
> LAN78xx
> 
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the
> content is safe
> 
> Woojung Huh seems to have only replied to the list 35 times
> in the last 5 years, and didn't provide any reviews in 3 years.
> The LAN78XX driver has seen quite a bit of activity lately.
> 
> gitdm missingmaints says:
> 
> Subsystem USB LAN78XX ETHERNET DRIVER
>   Changes 35 / 91 (38%)
>   (No activity)
>   Top reviewers:
>     [23]: andrew@lunn.ch
>     [3]: horms@kernel.org
>     [2]: mateusz.polchlopek@intel.com
>   INACTIVE MAINTAINER Woojung Huh <woojung.huh@microchip.com>
> 
> Move Woojung to CREDITS and add new maintainers who are more
> likely to review LAN78xx patches.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
> v2:
>  - add new maintainers instead of Orphaning
> 
> cc: woojung.huh@microchip.com
> cc: thangaraj.s@microchip.com
> cc: rengarajan.s@microchip.com
> ---
>  CREDITS     | 4 ++++
>  MAINTAINERS | 3 ++-
>  2 files changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/CREDITS b/CREDITS
> index 2a5f5f49269f..7a5332907ef0 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -1816,6 +1816,10 @@ D: Author/maintainer of most DRM drivers (especially
> ATI, MGA)
>  D: Core DRM templates, general DRM and 3D-related hacking
>  S: No fixed address
> 
> +N: Woojung Huh
> +E: woojung.huh@microchip.com
> +D: Microchip LAN78XX USB Ethernet driver
> +
>  N: Kenn Humborg
>  E: kenn@wombat.ie
>  D: Mods to loop device to support sparse backing files
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 188c08cd16de..f2cace73194e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -24261,7 +24261,8 @@ F:
> Documentation/devicetree/bindings/usb/nxp,isp1760.yaml
>  F:     drivers/usb/isp1760/*
> 
>  USB LAN78XX ETHERNET DRIVER
> -M:     Woojung Huh <woojung.huh@microchip.com>
> +M:     Thangaraj Samynathan <Thangaraj.S@microchip.com>
> +M:     Rengarajan Sundararajan <Rengarajan.S@microchip.com>
>  M:     UNGLinuxDriver@microchip.com
>  L:     netdev@vger.kernel.org
>  S:     Maintained
> --
> 2.47.1

Acked-by: Woojung Huh <woojung.huh@microchip.com>
Rengarajan S Jan. 9, 2025, 3:53 a.m. UTC | #2
On Wed, 2025-01-08 at 07:52 -0800, Jakub Kicinski wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you
> know the content is safe
> 
> Woojung Huh seems to have only replied to the list 35 times
> in the last 5 years, and didn't provide any reviews in 3 years.
> The LAN78XX driver has seen quite a bit of activity lately.
> 
> gitdm missingmaints says:
> 
> Subsystem USB LAN78XX ETHERNET DRIVER
>   Changes 35 / 91 (38%)
>   (No activity)
>   Top reviewers:
>     [23]: andrew@lunn.ch
>     [3]: horms@kernel.org
>     [2]: mateusz.polchlopek@intel.com
>   INACTIVE MAINTAINER Woojung Huh <woojung.huh@microchip.com>
> 
> Move Woojung to CREDITS and add new maintainers who are more
> likely to review LAN78xx patches.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
> v2:
>  - add new maintainers instead of Orphaning
> 
> cc: woojung.huh@microchip.com
> cc: thangaraj.s@microchip.com
> cc: rengarajan.s@microchip.com
> ---
>  CREDITS     | 4 ++++
>  MAINTAINERS | 3 ++-
>  2 files changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/CREDITS b/CREDITS
> index 2a5f5f49269f..7a5332907ef0 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -1816,6 +1816,10 @@ D: Author/maintainer of most DRM drivers
> (especially ATI, MGA)
>  D: Core DRM templates, general DRM and 3D-related hacking
>  S: No fixed address
> 
> +N: Woojung Huh
> +E: woojung.huh@microchip.com
> +D: Microchip LAN78XX USB Ethernet driver
> +
>  N: Kenn Humborg
>  E: kenn@wombat.ie
>  D: Mods to loop device to support sparse backing files
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 188c08cd16de..f2cace73194e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -24261,7 +24261,8 @@
> F:      Documentation/devicetree/bindings/usb/nxp,isp1760.yaml
>  F:     drivers/usb/isp1760/*
> 
>  USB LAN78XX ETHERNET DRIVER
> -M:     Woojung Huh <woojung.huh@microchip.com>
> +M:     Thangaraj Samynathan <Thangaraj.S@microchip.com>
> +M:     Rengarajan Sundararajan <Rengarajan.S@microchip.com>
>  M:     UNGLinuxDriver@microchip.com
>  L:     netdev@vger.kernel.org
>  S:     Maintained
> --
> 2.47.1
> 
Acked-by: Rengarajan Sundararajan <rengarajan.s@microchip.com>
diff mbox series

Patch

diff --git a/CREDITS b/CREDITS
index 2a5f5f49269f..7a5332907ef0 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1816,6 +1816,10 @@  D: Author/maintainer of most DRM drivers (especially ATI, MGA)
 D: Core DRM templates, general DRM and 3D-related hacking
 S: No fixed address
 
+N: Woojung Huh
+E: woojung.huh@microchip.com
+D: Microchip LAN78XX USB Ethernet driver
+
 N: Kenn Humborg
 E: kenn@wombat.ie
 D: Mods to loop device to support sparse backing files
diff --git a/MAINTAINERS b/MAINTAINERS
index 188c08cd16de..f2cace73194e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24261,7 +24261,8 @@  F:	Documentation/devicetree/bindings/usb/nxp,isp1760.yaml
 F:	drivers/usb/isp1760/*
 
 USB LAN78XX ETHERNET DRIVER
-M:	Woojung Huh <woojung.huh@microchip.com>
+M:	Thangaraj Samynathan <Thangaraj.S@microchip.com>
+M:	Rengarajan Sundararajan <Rengarajan.S@microchip.com>
 M:	UNGLinuxDriver@microchip.com
 L:	netdev@vger.kernel.org
 S:	Maintained