diff mbox series

[net,2/8] MAINTAINERS: mark Microchip LAN78xx as Orphan

Message ID 20250106165404.1832481-3-kuba@kernel.org (mailing list archive)
State Superseded
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, 21 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-07--18-00 (tests: 883)

Commit Message

Jakub Kicinski Jan. 6, 2025, 4:53 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>

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
CC: woojung.huh@microchip.com
---
 CREDITS     | 4 ++++
 MAINTAINERS | 4 +---
 2 files changed, 5 insertions(+), 3 deletions(-)

Comments

Woojung Huh Jan. 7, 2025, 2:14 p.m. UTC | #1
HI Jakub,

I have no complaint about removing my name from the maintainer. :)

One question is replacing to another person in Microchip.
Let this patch go through and create a new patch to add maintainers?

Surely, they should involve more on patches and earn credits, but
Thangaraj Samynathan <Thangaraj.S@microchip.com> and 
Rengarajan S <Rengarajan.S@microchip.com> are going to take care LAN78xx
from Microchip.

Best regards,
Woojung

> -----Original Message-----
> From: Jakub Kicinski <kuba@kernel.org>
> Sent: Monday, January 6, 2025 11:54 AM
> To: davem@davemloft.net
> Cc: netdev@vger.kernel.org; edumazet@google.com; pabeni@redhat.com;
> andrew+netdev@lunn.ch; Jakub Kicinski <kuba@kernel.org>; Woojung Huh -
> C21699 <Woojung.Huh@microchip.com>
> Subject: [PATCH net 2/8] MAINTAINERS: mark Microchip LAN78xx as Orphan
> 
> 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>
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
> CC: woojung.huh@microchip.com
> ---
>  CREDITS     | 4 ++++
>  MAINTAINERS | 4 +---
>  2 files changed, 5 insertions(+), 3 deletions(-)
> 
> 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..91b72e8d8661 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -24261,10 +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:     UNGLinuxDriver@microchip.com
>  L:     netdev@vger.kernel.org
> -S:     Maintained
> +S:     Orphan
>  F:     Documentation/devicetree/bindings/net/microchip,lan78xx.txt
>  F:     drivers/net/usb/lan78xx.*
>  F:     include/dt-bindings/net/microchip-lan78xx.h
> --
> 2.47.1
>
Jakub Kicinski Jan. 7, 2025, 3:08 p.m. UTC | #2
On Tue, 7 Jan 2025 14:14:56 +0000 Woojung.Huh@microchip.com wrote:
> Surely, they should involve more on patches and earn credits, but
> Thangaraj Samynathan <Thangaraj.S@microchip.com> and 
> Rengarajan S <Rengarajan.S@microchip.com> are going to take care LAN78xx
> from Microchip.

I can add them, I need to respin the series, anyway.
Woojung Huh Jan. 7, 2025, 3:10 p.m. UTC | #3
Hi Jakub,

> On Tue, 7 Jan 2025 14:14:56 +0000 Woojung.Huh@microchip.com wrote:
> > Surely, they should involve more on patches and earn credits, but
> > Thangaraj Samynathan <Thangaraj.S@microchip.com> and
> > Rengarajan S <Rengarajan.S@microchip.com> are going to take care LAN78xx
> > from Microchip.
> 
> I can add them, I need to respin the series, anyway.

That's great! Thanks!

Woojung
Jakub Kicinski Jan. 7, 2025, 4:12 p.m. UTC | #4
On Tue, 7 Jan 2025 15:10:21 +0000 Woojung.Huh@microchip.com wrote:
> Hi Jakub,
> 
> > On Tue, 7 Jan 2025 14:14:56 +0000 Woojung.Huh@microchip.com wrote:  
> > > Surely, they should involve more on patches and earn credits, but
> > > Thangaraj Samynathan <Thangaraj.S@microchip.com> and
> > > Rengarajan S <Rengarajan.S@microchip.com> are going to take care LAN78xx
> > > from Microchip.  
> > 
> > I can add them, I need to respin the series, anyway.  
> 
> That's great! Thanks!

Could you share the full name of Rengarajan S ?
Woojung Huh Jan. 7, 2025, 4:29 p.m. UTC | #5
Hi Rengarajan,

> On Tue, 7 Jan 2025 15:10:21 +0000 Woojung.Huh@microchip.com wrote:
> > Hi Jakub,
> >
> > > On Tue, 7 Jan 2025 14:14:56 +0000 Woojung.Huh@microchip.com wrote:
> > > > Surely, they should involve more on patches and earn credits, but
> > > > Thangaraj Samynathan <Thangaraj.S@microchip.com> and
> > > > Rengarajan S <Rengarajan.S@microchip.com> are going to take care
> LAN78xx
> > > > from Microchip.
> > >
> > > I can add them, I need to respin the series, anyway.
> >
> > That's great! Thanks!
> 
> Could you share the full name of Rengarajan S ?

Would you share it?

Thanks
Woojung
Rengarajan S Jan. 8, 2025, 3:42 a.m. UTC | #6
Hi Woojung & Jakub,

On Tue, 2025-01-07 at 16:29 +0000, Woojung Huh - C21699 wrote:
> Hi Rengarajan,
> 
> > On Tue, 7 Jan 2025 15:10:21 +0000 Woojung.Huh@microchip.com wrote:
> > > Hi Jakub,
> > > 
> > > > On Tue, 7 Jan 2025 14:14:56 +0000 Woojung.Huh@microchip.com
> > > > wrote:
> > > > > Surely, they should involve more on patches and earn credits,
> > > > > but
> > > > > Thangaraj Samynathan <Thangaraj.S@microchip.com> and
> > > > > Rengarajan S <Rengarajan.S@microchip.com> are going to take
> > > > > care
> > LAN78xx
> > > > > from Microchip.
> > > > 
> > > > I can add them, I need to respin the series, anyway.
> > > 
> > > That's great! Thanks!
> > 
> > Could you share the full name of Rengarajan S ?
> 
> Would you share it?

My full name is Rengarajan Sundararajan.

> 
> Thanks
> Woojung
Jakub Kicinski Jan. 8, 2025, 3:45 p.m. UTC | #7
On Wed, 8 Jan 2025 03:42:30 +0000 Rengarajan.S@microchip.com wrote:
> > > Could you share the full name of Rengarajan S ?  
> > 
> > Would you share it?  
> 
> My full name is Rengarajan Sundararajan.

Thank you!

I'll send the updated set momentarily. Please make sure you give this
doc a read:

https://docs.kernel.org/next/maintainer/feature-and-driver-maintainers.html
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..91b72e8d8661 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24261,10 +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:	UNGLinuxDriver@microchip.com
 L:	netdev@vger.kernel.org
-S:	Maintained
+S:	Orphan
 F:	Documentation/devicetree/bindings/net/microchip,lan78xx.txt
 F:	drivers/net/usb/lan78xx.*
 F:	include/dt-bindings/net/microchip-lan78xx.h