From a92548f90fa6280ca57a8aea1f50d18f2f48cbb3 Mon Sep 17 00:00:00 2001 From: Juergen Gross Date: Tue, 23 Nov 2021 14:20:48 +0100 Subject: xen: add Xen pvUSB maintainer Add myself as maintainer for the Xen pvUSB stuff. Acked-by: Konrad Rzeszutek Wilk Signed-off-by: Juergen Gross Link: https://lore.kernel.org/r/20211123132048.5335-4-jgross@suse.com Signed-off-by: Greg Kroah-Hartman --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 13f9a84a617e..69e6b8d70d0b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20859,6 +20859,14 @@ F: drivers/scsi/xen-scsifront.c F: drivers/xen/xen-scsiback.c F: include/xen/interface/io/vscsiif.h +XEN PVUSB DRIVER +M: Juergen Gross +L: xen-devel@lists.xenproject.org (moderated for non-subscribers) +L: linux-usb@vger.kernel.org +S: Supported +F: divers/usb/host/xen* +F: include/xen/interface/io/usbif.h + XEN SOUND FRONTEND DRIVER M: Oleksandr Andrushchenko L: xen-devel@lists.xenproject.org (moderated for non-subscribers) -- cgit v1.2.3 From d538ea945532d0d3bd04192543b285e6979d9e8f Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Thu, 16 Dec 2021 07:55:47 +0100 Subject: MAINTAINERS: remove typo from XEN PVUSB DRIVER section Commit a92548f90fa6 ("xen: add Xen pvUSB maintainer") adds the new XEN PVUSB DRIVER section, but one file entry contains an obvious typo. Fortunately, ./scripts/get_maintainer.pl --self-test=patterns warns: warning: no file matches F: divers/usb/host/xen* Remove this obvious typo. Reviewed-by: Juergen Gross Signed-off-by: Lukas Bulwahn Link: https://lore.kernel.org/r/20211216065547.18619-1-lukas.bulwahn@gmail.com Signed-off-by: Greg Kroah-Hartman --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 69e6b8d70d0b..99cd91d899f0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20864,7 +20864,7 @@ M: Juergen Gross L: xen-devel@lists.xenproject.org (moderated for non-subscribers) L: linux-usb@vger.kernel.org S: Supported -F: divers/usb/host/xen* +F: drivers/usb/host/xen* F: include/xen/interface/io/usbif.h XEN SOUND FRONTEND DRIVER -- cgit v1.2.3