Message ID | 1376059772-16669-15-git-send-email-treding@nvidia.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
On Fri, Aug 9, 2013 at 8:49 AM, Thierry Reding <thierry.reding@gmail.com> wrote: > I'll be taking on maintainership of the Tegra PCIe driver since it's now > moved out of arch/arm/mach-tegra. > > Signed-off-by: Thierry Reding <treding@nvidia.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index cd1b287..26fc20a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6287,6 +6287,13 @@ F: Documentation/PCI/ > F: drivers/pci/ > F: include/linux/pci* > > +PCI DRIVER FOR NVIDIA TEGRA > +M: Thierry Reding <thierry.reding@gmail.com> > +L: linux-tegra@vger.kernel.org > +S: Supported > +F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt > +F: drivers/pci/host/pci-tegra.c > + > PCMCIA SUBSYSTEM > P: Linux PCMCIA Team > L: linux-pcmcia@lists.infradead.org > -- > 1.8.3.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/MAINTAINERS b/MAINTAINERS index cd1b287..26fc20a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6287,6 +6287,13 @@ F: Documentation/PCI/ F: drivers/pci/ F: include/linux/pci* +PCI DRIVER FOR NVIDIA TEGRA +M: Thierry Reding <thierry.reding@gmail.com> +L: linux-tegra@vger.kernel.org +S: Supported +F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt +F: drivers/pci/host/pci-tegra.c + PCMCIA SUBSYSTEM P: Linux PCMCIA Team L: linux-pcmcia@lists.infradead.org
I'll be taking on maintainership of the Tegra PCIe driver since it's now moved out of arch/arm/mach-tegra. Signed-off-by: Thierry Reding <treding@nvidia.com> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)