diff options
author | David S. Miller <[email protected]> | 2020-09-10 08:40:13 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-09-10 08:40:13 -0700 |
commit | 46cf789b68b25744be3dc99efd4afce4a5381b5c (patch) | |
tree | 90202007f858618dbef4cae628c95f1e93bdbbbf | |
parent | 9b29e26f793443a265d3d9273711caf0ccc882f6 (diff) |
connector: Move maintainence under networking drivers umbrella.
Evgeniy does not have the time nor capacity to maintain the
connector subsystem any longer, so just move it under networking
as that is effectively what has been happening lately.
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 12be7ae4d989..2783a5f68d2c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4407,12 +4407,6 @@ T: git git://git.infradead.org/users/hch/configfs.git F: fs/configfs/ F: include/linux/configfs.h -CONNECTOR -M: Evgeniy Polyakov <[email protected]> -S: Maintained -F: drivers/connector/ - CONSOLE SUBSYSTEM M: Greg Kroah-Hartman <[email protected]> S: Supported @@ -12046,6 +12040,7 @@ Q: http://patchwork.ozlabs.org/project/netdev/list/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git F: Documentation/devicetree/bindings/net/ +F: drivers/connector/ F: drivers/net/ F: include/linux/etherdevice.h F: include/linux/fcdevice.h |