[PATCH] MAINTAINERS: move USB gadget and phy entries under the main USB entry

Greg Kroah-Hartman posted 1 patch 1 year, 6 months ago
MAINTAINERS | 16 ----------------
1 file changed, 16 deletions(-)
[PATCH] MAINTAINERS: move USB gadget and phy entries under the main USB entry
Posted by Greg Kroah-Hartman 1 year, 6 months ago
Felipe has done a wonderful job over the years, but now it makes sense
to just maintain all of the USB stack in one tree.  Do so by removing
the current USB gadget and phy entries so that all portions of the stack
are now covered by the main USB maintainer entry.

Cc: Felipe Balbi <balbi@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 MAINTAINERS | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2cd29b4add81..c98cb6302249 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20965,15 +20965,6 @@ S:	Maintained
 F:	Documentation/usb/ehci.rst
 F:	drivers/usb/host/ehci*
 
-USB GADGET/PERIPHERAL SUBSYSTEM
-M:	Felipe Balbi <balbi@kernel.org>
-L:	linux-usb@vger.kernel.org
-S:	Maintained
-W:	http://www.linux-usb.org/gadget
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
-F:	drivers/usb/gadget/
-F:	include/linux/usb/gadget*
-
 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
 M:	Jiri Kosina <jikos@kernel.org>
 M:	Benjamin Tissoires <benjamin.tissoires@redhat.com>
@@ -21080,13 +21071,6 @@ W:	https://github.com/petkan/pegasus
 T:	git git://github.com/petkan/pegasus.git
 F:	drivers/net/usb/pegasus.*
 
-USB PHY LAYER
-M:	Felipe Balbi <balbi@kernel.org>
-L:	linux-usb@vger.kernel.org
-S:	Maintained
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
-F:	drivers/usb/phy/
-
 USB PRINTER DRIVER (usblp)
 M:	Pete Zaitcev <zaitcev@redhat.com>
 L:	linux-usb@vger.kernel.org
-- 
2.37.3
Re: [PATCH] MAINTAINERS: move USB gadget and phy entries under the main USB entry
Posted by Felipe Balbi 1 year, 6 months ago
Greg Kroah-Hartman <gregkh@linuxfoundation.org> writes:

> Felipe has done a wonderful job over the years, but now it makes sense
> to just maintain all of the USB stack in one tree.  Do so by removing
> the current USB gadget and phy entries so that all portions of the stack
> are now covered by the main USB maintainer entry.
>
> Cc: Felipe Balbi <balbi@kernel.org>
> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Acked-by: Felipe Balbi <balbi@kernel.org>

-- 
balbi