Message ID | 20180919160636.21312-1-lorenzo.pieralisi@arm.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
Series | MAINTAINERS: Move mobiveil PCI driver entry where it belongs | expand |
On Wed, Sep 19, 2018 at 05:06:36PM +0100, Lorenzo Pieralisi wrote: > Commit 92f9ccca4c08 ("PCI: mobiveil: Add Mobiveil PCIe Host Bridge IP > driver DT bindings") managed to add a MAINTAINERS entry where it does > not really belong (ie in the middle of a totally unrelated series of > entries and in the wrong alphabetical order). > > Fix it. > > Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> > Cc: Bjorn Helgaas <bhelgaas@google.com> > Cc: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in> Applied to for-linus for v4.19, thanks! > --- > MAINTAINERS | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 4ece30f15777..fb0474d7da61 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9716,13 +9716,6 @@ Q: http://patchwork.linuxtv.org/project/linux-media/list/ > S: Maintained > F: drivers/media/dvb-frontends/mn88473* > > -PCI DRIVER FOR MOBIVEIL PCIE IP > -M: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in> > -L: linux-pci@vger.kernel.org > -S: Supported > -F: Documentation/devicetree/bindings/pci/mobiveil-pcie.txt > -F: drivers/pci/controller/pcie-mobiveil.c > - > MODULE SUPPORT > M: Jessica Yu <jeyu@kernel.org> > T: git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next > @@ -11137,6 +11130,13 @@ F: include/uapi/linux/switchtec_ioctl.h > F: include/linux/switchtec.h > F: drivers/ntb/hw/mscc/ > > +PCI DRIVER FOR MOBIVEIL PCIE IP > +M: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in> > +L: linux-pci@vger.kernel.org > +S: Supported > +F: Documentation/devicetree/bindings/pci/mobiveil-pcie.txt > +F: drivers/pci/controller/pcie-mobiveil.c > + > PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) > M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> > M: Jason Cooper <jason@lakedaemon.net> > -- > 2.15.0 >
diff --git a/MAINTAINERS b/MAINTAINERS index 4ece30f15777..fb0474d7da61 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9716,13 +9716,6 @@ Q: http://patchwork.linuxtv.org/project/linux-media/list/ S: Maintained F: drivers/media/dvb-frontends/mn88473* -PCI DRIVER FOR MOBIVEIL PCIE IP -M: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in> -L: linux-pci@vger.kernel.org -S: Supported -F: Documentation/devicetree/bindings/pci/mobiveil-pcie.txt -F: drivers/pci/controller/pcie-mobiveil.c - MODULE SUPPORT M: Jessica Yu <jeyu@kernel.org> T: git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next @@ -11137,6 +11130,13 @@ F: include/uapi/linux/switchtec_ioctl.h F: include/linux/switchtec.h F: drivers/ntb/hw/mscc/ +PCI DRIVER FOR MOBIVEIL PCIE IP +M: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in> +L: linux-pci@vger.kernel.org +S: Supported +F: Documentation/devicetree/bindings/pci/mobiveil-pcie.txt +F: drivers/pci/controller/pcie-mobiveil.c + PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> M: Jason Cooper <jason@lakedaemon.net>
Commit 92f9ccca4c08 ("PCI: mobiveil: Add Mobiveil PCIe Host Bridge IP driver DT bindings") managed to add a MAINTAINERS entry where it does not really belong (ie in the middle of a totally unrelated series of entries and in the wrong alphabetical order). Fix it. Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Cc: Bjorn Helgaas <bhelgaas@google.com> Cc: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in> --- MAINTAINERS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)