diff mbox series

MAINTAINERS: Update information related to the PCI sub-system

Message ID 20211015010742.1236057-1-kw@linux.com
State New
Headers show
Series MAINTAINERS: Update information related to the PCI sub-system | expand

Commit Message

Krzysztof Wilczyński Oct. 15, 2021, 1:07 a.m. UTC
Update the following information related to the PCI sub-system which
includes the PCI drivers, PCI native host bridge and end-point drivers,
and the PCI end-point sub-system.

 - Sort fields as per preferred order
 - Sort files in the alphabetical order
 - Update old Patchwork URLs
 - Add Bugzilla link
 - Add link to the official IRC channel
 - Add file "drivers/pci/pci-bridge-emul.c" to the right section

Signed-off-by: Krzysztof Wilczyński <kw@linux.com>
---
 MAINTAINERS | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

Comments

Kishon Vijay Abraham I Oct. 15, 2021, 3:48 a.m. UTC | #1
Hi Krzysztof,

On 15/10/21 6:37 am, Krzysztof Wilczyński wrote:
> Update the following information related to the PCI sub-system which
> includes the PCI drivers, PCI native host bridge and end-point drivers,
> and the PCI end-point sub-system.
> 
>  - Sort fields as per preferred order
>  - Sort files in the alphabetical order
>  - Update old Patchwork URLs
>  - Add Bugzilla link
>  - Add link to the official IRC channel
>  - Add file "drivers/pci/pci-bridge-emul.c" to the right section
> 
> Signed-off-by: Krzysztof Wilczyński <kw@linux.com>
> ---
>  MAINTAINERS | 16 ++++++++++++----
>  1 file changed, 12 insertions(+), 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 703aa3150a15..454303f95132 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14446,9 +14446,12 @@ M:	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
>  R:	Krzysztof Wilczyński <kw@linux.com>
>  L:	linux-pci@vger.kernel.org
>  S:	Supported
> +Q:	https://patchwork.kernel.org/project/linux-pci/list/
> +B:	https://bugzilla.kernel.org
> +C:	irc://irc.oftc.net/linux-pci
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git

This repo is not actually used for PCI endpoint. Lorenzo's tree should be
included here.

Thanks,
Kishon

>  F:	Documentation/PCI/endpoint/*
>  F:	Documentation/misc-devices/pci-endpoint-test.rst
> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
>  F:	drivers/misc/pci_endpoint_test.c
>  F:	drivers/pci/endpoint/
>  F:	tools/pci/
> @@ -14494,15 +14497,20 @@ R:	Rob Herring <robh@kernel.org>
>  R:	Krzysztof Wilczyński <kw@linux.com>
>  L:	linux-pci@vger.kernel.org
>  S:	Supported
> -Q:	http://patchwork.ozlabs.org/project/linux-pci/list/
> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git/
> +Q:	https://patchwork.kernel.org/project/linux-pci/list/
> +B:	https://bugzilla.kernel.org
> +C:	irc://irc.oftc.net/linux-pci
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git
>  F:	drivers/pci/controller/
> +F:	drivers/pci/pci-bridge-emul.c
>  
>  PCI SUBSYSTEM
>  M:	Bjorn Helgaas <bhelgaas@google.com>
>  L:	linux-pci@vger.kernel.org
>  S:	Supported
> -Q:	http://patchwork.ozlabs.org/project/linux-pci/list/
> +Q:	https://patchwork.kernel.org/project/linux-pci/list/
> +B:	https://bugzilla.kernel.org
> +C:	irc://irc.oftc.net/linux-pci
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
>  F:	Documentation/PCI/
>  F:	Documentation/devicetree/bindings/pci/
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 703aa3150a15..454303f95132 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14446,9 +14446,12 @@  M:	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
 R:	Krzysztof Wilczyński <kw@linux.com>
 L:	linux-pci@vger.kernel.org
 S:	Supported
+Q:	https://patchwork.kernel.org/project/linux-pci/list/
+B:	https://bugzilla.kernel.org
+C:	irc://irc.oftc.net/linux-pci
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
 F:	Documentation/PCI/endpoint/*
 F:	Documentation/misc-devices/pci-endpoint-test.rst
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
 F:	drivers/misc/pci_endpoint_test.c
 F:	drivers/pci/endpoint/
 F:	tools/pci/
@@ -14494,15 +14497,20 @@  R:	Rob Herring <robh@kernel.org>
 R:	Krzysztof Wilczyński <kw@linux.com>
 L:	linux-pci@vger.kernel.org
 S:	Supported
-Q:	http://patchwork.ozlabs.org/project/linux-pci/list/
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git/
+Q:	https://patchwork.kernel.org/project/linux-pci/list/
+B:	https://bugzilla.kernel.org
+C:	irc://irc.oftc.net/linux-pci
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git
 F:	drivers/pci/controller/
+F:	drivers/pci/pci-bridge-emul.c
 
 PCI SUBSYSTEM
 M:	Bjorn Helgaas <bhelgaas@google.com>
 L:	linux-pci@vger.kernel.org
 S:	Supported
-Q:	http://patchwork.ozlabs.org/project/linux-pci/list/
+Q:	https://patchwork.kernel.org/project/linux-pci/list/
+B:	https://bugzilla.kernel.org
+C:	irc://irc.oftc.net/linux-pci
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
 F:	Documentation/PCI/
 F:	Documentation/devicetree/bindings/pci/