public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Heiner Kallweit <hkallweit1@gmail.com>
To: Jakub Kicinski <kuba@kernel.org>
Cc: Andrew Lunn <andrew@lunn.ch>, Andrew Lunn <andrew+netdev@lunn.ch>,
	Russell King - ARM Linux <linux@armlinux.org.uk>,
	Paolo Abeni <pabeni@redhat.com>,
	Eric Dumazet <edumazet@google.com>,
	David Miller <davem@davemloft.net>,
	Vladimir Oltean <vladimir.oltean@nxp.com>,
	Michael Klein <michael@fossekall.de>,
	Daniel Golle <daniel@makrotopia.org>,
	Realtek linux nic maintainers <nic_swsd@realtek.com>,
	Aleksander Jan Bajkowski <olek2@wp.pl>,
	Fabio Baltieri <fabio.baltieri@gmail.com>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: Re: [PATCH net-next 1/2] net: phy: realtek: add PHY driver for RTL8127ATF
Date: Sat, 10 Jan 2026 21:40:03 +0100	[thread overview]
Message-ID: <2fa7fd1c-6f4c-4988-ac15-e576c6326542@gmail.com> (raw)
In-Reply-To: <20260110110052.5d986893@kernel.org>

On 1/10/2026 8:00 PM, Jakub Kicinski wrote:
> On Sat, 10 Jan 2026 10:57:40 -0800 Jakub Kicinski wrote:
>> On Sat, 10 Jan 2026 18:23:06 +0100 Heiner Kallweit wrote:
>>> On 1/9/2026 2:28 AM, Jakub Kicinski wrote:  
>>>> How would you feel about putting this in include/net ?
>>>> Easy to miss things in linux/, harder to grep, not to
>>>> mention that some of our automation (patchwork etc) has
>>>> its own delegation rules, not using MAINTAINERS.    
>>>
>>> Just sent a v2 with the new header moved to new include/net/phy/.
>>> patchwork is showing a warning rgd a missing new MAINTAINERS entry.
>>> However this new entry is added with the patch:
>>>
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -9416,6 +9416,7 @@ F:	include/linux/phy_link_topology.h
>>>  F:	include/linux/phylib_stubs.h
>>>  F:	include/linux/platform_data/mdio-bcm-unimac.h
>>>  F:	include/linux/platform_data/mdio-gpio.h
>>> +F:	include/net/phy/
>>>  F:	include/trace/events/mdio.h
>>>  F:	include/uapi/linux/mdio.h
>>>  F:	include/uapi/linux/mii.h
>>>
>>> Bug in the check?  
>>
>> My reading of it was basically that it's upset that realtek PHYs don't
>> have a dedicated maintainer. The check considers the PHY subsystem as
>> too large for the same people to cover core and all the drivers.
>> If that's the case then the check is working as expected.
>> It's just flagging the sub-optimal situation to the maintainers.
>>
>> I wasn't sure if you'd be willing to create a dedicated MAINTAINERS
>> entry for Realtek PHYs. The check itself is safe to ignore in this case.
> 
> PS FWIW the check is our replacement for the utterly useless checkpatch
> check that asks for a MAINTAINERS entry every time a new file is added.
> I wanted to mute that without feeling guilty for ignoring a potentially
> useful suggestion so I coded up a more intelligent check which asks for
> MAINTAINERS entry only if the file doesn't fall under any reasonably
> sized entry already.

I see, thanks for the explanation. At the moment realtek_phy.h holds just
a single PHY ID, so it's fine to give it a home with the phylib maintainers.
You're right, it would be good to have dedicated maintainer(s) for the
Realtek PHY drivers. Ideally persons with access to Realtek datasheets.
Maybe based on this discussion somebody volunteers ..


  reply	other threads:[~2026-01-10 20:40 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-08 20:25 [PATCH net-next 0/2] r8169: add support for RTL8127ATF (10G Fiber SFP) Heiner Kallweit
2026-01-08 20:27 ` [PATCH net-next 1/2] net: phy: realtek: add PHY driver for RTL8127ATF Heiner Kallweit
2026-01-08 22:56   ` Daniel Golle
2026-01-08 23:20     ` Fabio Baltieri
2026-01-09  1:26       ` Daniel Golle
2026-01-09 11:10         ` Heiner Kallweit
2026-01-10 14:59         ` Heiner Kallweit
2026-01-09  7:36     ` Heiner Kallweit
2026-01-09  9:43       ` Fabio Baltieri
2026-01-09  1:28   ` Jakub Kicinski
2026-01-09 11:18     ` Heiner Kallweit
2026-01-10 17:23     ` Heiner Kallweit
2026-01-10 18:57       ` Jakub Kicinski
2026-01-10 19:00         ` Jakub Kicinski
2026-01-10 20:40           ` Heiner Kallweit [this message]
2026-01-08 20:28 ` [PATCH net-next 2/2] r8169: add support for RTL8127ATF (Fiber SFP) Heiner Kallweit
2026-01-08 23:19   ` Fabio Baltieri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2fa7fd1c-6f4c-4988-ac15-e576c6326542@gmail.com \
    --to=hkallweit1@gmail.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=andrew@lunn.ch \
    --cc=daniel@makrotopia.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=fabio.baltieri@gmail.com \
    --cc=kuba@kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=michael@fossekall.de \
    --cc=netdev@vger.kernel.org \
    --cc=nic_swsd@realtek.com \
    --cc=olek2@wp.pl \
    --cc=pabeni@redhat.com \
    --cc=vladimir.oltean@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox