Message ID | 20220412063317.4173-4-arun.ramadoss@microchip.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | add ethtool SQI support for LAN87xx T1 Phy | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Clearly marked for net-next |
netdev/fixes_present | success | Fixes tag not required for -next series |
netdev/subject_prefix | success | Link |
netdev/cover_letter | success | Series has a cover letter |
netdev/patch_count | success | Link |
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/cc_maintainers | success | CCed 0 of 0 maintainers |
netdev/build_clang | success | Errors and warnings before: 0 this patch: 0 |
netdev/module_param | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | No Fixes tag |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/checkpatch | warning | WARNING: Missing commit description - Add an appropriate one |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/source_inline | success | Was 0 now: 0 |
On Tue, 2022-04-12 at 12:03 +0530, Arun Ramadoss wrote: > Signed-off-by: Arun Ramadoss <arun.ramadoss@microchip.com> > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index fd768d43e048..cede8ccf19b2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12903,6 +12903,12 @@ F: drivers/net/dsa/microchip/* > F: include/linux/platform_data/microchip-ksz.h > F: net/dsa/tag_ksz.c > > +MICROCHIP LAN87xx/LAN937x T1 PHY DRIVER > +M: UNGLinuxDriver@microchip.com Individual people are maintainers. Random exploder addresses are not maintainers. Please use an actual person and maybe add something like M: Actual name <actual_email@domain.tld> R: UNGLinuxDriver@microchip.com instead > +L: netdev@vger.kernel.org > +S: Maintained > +F: drivers/net/phy/microchip_t1.c > + > MICROCHIP LAN743X ETHERNET DRIVER > M: Bryan Whitehead <bryan.whitehead@microchip.com> > M: UNGLinuxDriver@microchip.com
diff --git a/MAINTAINERS b/MAINTAINERS index fd768d43e048..cede8ccf19b2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12903,6 +12903,12 @@ F: drivers/net/dsa/microchip/* F: include/linux/platform_data/microchip-ksz.h F: net/dsa/tag_ksz.c +MICROCHIP LAN87xx/LAN937x T1 PHY DRIVER +M: UNGLinuxDriver@microchip.com +L: netdev@vger.kernel.org +S: Maintained +F: drivers/net/phy/microchip_t1.c + MICROCHIP LAN743X ETHERNET DRIVER M: Bryan Whitehead <bryan.whitehead@microchip.com> M: UNGLinuxDriver@microchip.com
Signed-off-by: Arun Ramadoss <arun.ramadoss@microchip.com> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)