linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: Update information related to the PCI sub-system
@ 2021-10-27 10:50 Krzysztof Wilczyński
  2021-10-27 22:38 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Wilczyński @ 2021-10-27 10:50 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Lorenzo Pieralisi, Kishon Vijay Abraham I, Pali Rohár,
	linux-pci

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
 - Update Git repository for the PCI end-point sub-system
 - Add Bugzilla link
 - Add link to the official IRC channel
 - Add files "drivers/pci/pci-bridge-emul.{c,h}" to the right
   section so that proper ownership is returned for both files
   from the get_maintainer.pl script

Signed-off-by: Krzysztof Wilczyński <kw@linux.com>
---
Changes in v2:
  Add "drivers/pci/pci-bridge-emul.h" file that was missing as per the
  feedback from Pali Rohár.
  Update the PCI end-point sub-system Git repository link as per the
  feedback from Kishon Vijay Abraham I.

 MAINTAINERS | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 80eebc1d9ed5..4436959c2f73 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14459,9 +14459,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/lpieralisi/pci.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/
@@ -14507,15 +14510,21 @@ 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
+F:	drivers/pci/pci-bridge-emul.h
 
 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/
-- 
2.33.1


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

* Re: [PATCH v2] MAINTAINERS: Update information related to the PCI sub-system
  2021-10-27 10:50 [PATCH v2] MAINTAINERS: Update information related to the PCI sub-system Krzysztof Wilczyński
@ 2021-10-27 22:38 ` Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2021-10-27 22:38 UTC (permalink / raw)
  To: Krzysztof Wilczyński
  Cc: Bjorn Helgaas, Lorenzo Pieralisi, Kishon Vijay Abraham I,
	Pali Rohár, linux-pci

On Wed, Oct 27, 2021 at 10:50:41AM +0000, 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
>  - Update Git repository for the PCI end-point sub-system
>  - Add Bugzilla link
>  - Add link to the official IRC channel
>  - Add files "drivers/pci/pci-bridge-emul.{c,h}" to the right
>    section so that proper ownership is returned for both files
>    from the get_maintainer.pl script
> 
> Signed-off-by: Krzysztof Wilczyński <kw@linux.com>

Applied to pci/misc for v5.16, thanks!

> ---
> Changes in v2:
>   Add "drivers/pci/pci-bridge-emul.h" file that was missing as per the
>   feedback from Pali Rohár.
>   Update the PCI end-point sub-system Git repository link as per the
>   feedback from Kishon Vijay Abraham I.
> 
>  MAINTAINERS | 17 +++++++++++++----
>  1 file changed, 13 insertions(+), 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 80eebc1d9ed5..4436959c2f73 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14459,9 +14459,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/lpieralisi/pci.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/
> @@ -14507,15 +14510,21 @@ 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
> +F:	drivers/pci/pci-bridge-emul.h
>  
>  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/
> -- 
> 2.33.1
> 

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

end of thread, other threads:[~2021-10-27 22:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-27 10:50 [PATCH v2] MAINTAINERS: Update information related to the PCI sub-system Krzysztof Wilczyński
2021-10-27 22:38 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).