Message ID | 20211027105041.24087-1-kw@linux.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Bjorn Helgaas |
Headers | show |
Series | [v2] MAINTAINERS: Update information related to the PCI sub-system | expand |
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 >
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/
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(-)