public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2] MAINTAINERS: Add more files to the PHY LIBRARY section
@ 2017-07-29  0:43 Florian Fainelli
  2017-07-29  1:28 ` Andrew Lunn
  2017-07-30  0:19 ` Joe Perches
  0 siblings, 2 replies; 3+ messages in thread
From: Florian Fainelli @ 2017-07-29  0:43 UTC (permalink / raw)
  To: netdev; +Cc: davem, andrew, Florian Fainelli

Include missing files that are provided by, used, or directly maintained
within the PHY LIBRARY, this include uapi header, header files used by
Device Tree code etc.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
Changes in v2:

- added the files Andrew identified and a few more
- sort by alphabetical order

 MAINTAINERS | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 297e610c9163..8e44a637c490 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5138,12 +5138,26 @@ M:	Andrew Lunn <andrew@lunn.ch>
 M:	Florian Fainelli <f.fainelli@gmail.com>
 L:	netdev@vger.kernel.org
 S:	Maintained
-F:	include/linux/phy.h
-F:	include/linux/phy_fixed.h
-F:	drivers/net/phy/
+F:	Documentation/ABI/testing/sysfs-bus-mdio
+F:	Documentation/devicetree/bindings/net/mdio-mux-gpio.txt
+F:	Documentation/devicetree/bindings/net/mdio-mux-mmioreg.txt
+F:	Documentation/devicetree/bindings/net/mdio-mux.txt
+F:	Documentation/devicetree/bindings/net/mdio.txt
 F:	Documentation/networking/phy.txt
+F:	drivers/net/phy/
 F:	drivers/of/of_mdio.c
 F:	drivers/of/of_net.c
+F:	include/linux/mdio-bitbang.h
+F:	include/linux/mdio-mux.h
+F:	include/linux/mdio.h
+F:	include/linux/of_mdio.h
+F:	include/linux/of_net.h
+F:	include/linux/phy.h
+F:	include/linux/phy_fixed.h
+F:	include/linux/platform_data/mdio-gpio.h
+F:	include/trace/events/mdio.h
+F:	include/uapi/linux/mdio.h
+F:	include/uapi/linux/mii.h
 
 EXT2 FILE SYSTEM
 M:	Jan Kara <jack@suse.com>
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net v2] MAINTAINERS: Add more files to the PHY LIBRARY section
  2017-07-29  0:43 [PATCH net v2] MAINTAINERS: Add more files to the PHY LIBRARY section Florian Fainelli
@ 2017-07-29  1:28 ` Andrew Lunn
  2017-07-30  0:19 ` Joe Perches
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2017-07-29  1:28 UTC (permalink / raw)
  To: Florian Fainelli; +Cc: netdev, davem

On Fri, Jul 28, 2017 at 05:43:17PM -0700, Florian Fainelli wrote:
> Include missing files that are provided by, used, or directly maintained
> within the PHY LIBRARY, this include uapi header, header files used by
> Device Tree code etc.
> 
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net v2] MAINTAINERS: Add more files to the PHY LIBRARY section
  2017-07-29  0:43 [PATCH net v2] MAINTAINERS: Add more files to the PHY LIBRARY section Florian Fainelli
  2017-07-29  1:28 ` Andrew Lunn
@ 2017-07-30  0:19 ` Joe Perches
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Perches @ 2017-07-30  0:19 UTC (permalink / raw)
  To: Florian Fainelli, netdev; +Cc: davem, andrew

On Fri, 2017-07-28 at 17:43 -0700, Florian Fainelli wrote:
> Include missing files that are provided by, used, or directly maintained
> within the PHY LIBRARY, this include uapi header, header files used by
> Device Tree code etc.
> 
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> ---
> Changes in v2:
> 
> - added the files Andrew identified and a few more
> - sort by alphabetical order
> 
>  MAINTAINERS | 20 +++++++++++++++++---
>  1 file changed, 17 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 297e610c9163..8e44a637c490 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5138,12 +5138,26 @@ M:	Andrew Lunn <andrew@lunn.ch>
>  M:	Florian Fainelli <f.fainelli@gmail.com>
>  L:	netdev@vger.kernel.org
>  S:	Maintained
> -F:	include/linux/phy.h
> -F:	include/linux/phy_fixed.h
> -F:	drivers/net/phy/
> +F:	Documentation/ABI/testing/sysfs-bus-mdio
> +F:	Documentation/devicetree/bindings/net/mdio-mux-gpio.txt
> +F:	Documentation/devicetree/bindings/net/mdio-mux-mmioreg.txt
> +F:	Documentation/devicetree/bindings/net/mdio-mux.txt
> +F:	Documentation/devicetree/bindings/net/mdio.txt

wildcards are useful.  Maybe instead of 4 entries just

F:	Documentation/devicetree/bindings/net/mdio*

>  F:	Documentation/networking/phy.txt
> +F:	drivers/net/phy/
>  F:	drivers/of/of_mdio.c
>  F:	drivers/of/of_net.c
> +F:	include/linux/mdio-bitbang.h
> +F:	include/linux/mdio-mux.h
> +F:	include/linux/mdio.h
> +F:	include/linux/of_mdio.h

And maybe

F:	include/linux/*mdio*.h

> +F:	include/linux/of_net.h
> +F:	include/linux/phy.h
> +F:	include/linux/phy_fixed.h
> +F:	include/linux/platform_data/mdio-gpio.h
> +F:	include/trace/events/mdio.h
> +F:	include/uapi/linux/mdio.h
> +F:	include/uapi/linux/mii.h
>  
>  EXT2 FILE SYSTEM
>  M:	Jan Kara <jack@suse.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-30  0:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-29  0:43 [PATCH net v2] MAINTAINERS: Add more files to the PHY LIBRARY section Florian Fainelli
2017-07-29  1:28 ` Andrew Lunn
2017-07-30  0:19 ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox