Message ID | 20131211183237.GI4699@google.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
[+cc Mohit] On Wed, Dec 11, 2013 at 11:32:37AM -0700, Bjorn Helgaas wrote: > If this looks reasonable, I'll merge it via the PCI tree for v3.13. And I see Mohit's patch [1] to update the DesignWare entry: +PCIE DRIVER FOR SYNOPSIS DESIGNWARE CONTROLLER +M: Mohit Kumar <mohit.kumar@st.com> +M: Jingoo Han <jg1.han@samsung.com> +L: linux-pci@vger.kernel.org +S: Maintained +F: drivers/pci/host/pcie-designware.c I can fold in that update too if Jingoo acks it. [1] http://patchwork.ozlabs.org/patch/299905/ > MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers > > Add entries for PCI host controller drivers in drivers/pci/host/. > > Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> > --- > MAINTAINERS | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8285ed4676b6..826c722d92ba 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6449,16 +6449,47 @@ F: drivers/pci/ > F: include/linux/pci* > F: arch/x86/pci/ > > +PCI DRIVER FOR DESIGNWARE > +M: Jingoo Han <jg1.han@samsung.com> > +L: linux-pci@vger.kernel.org > +S: Maintained > +F: drivers/pci/host/*designware* > + > +PCI DRIVER FOR IMX6 > +M: Shawn Guo <shawn.guo@linaro.org> > +L: linux-pci@vger.kernel.org > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +F: drivers/pci/host/*imx6* > + > +PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) > +M: Jason Cooper <jason@lakedaemon.net> > +L: linux-pci@vger.kernel.org > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +F: drivers/pci/host/*mvebu* > + > PCI DRIVER FOR NVIDIA TEGRA > M: Thierry Reding <thierry.reding@gmail.com> > L: linux-tegra@vger.kernel.org > +L: linux-pci@vger.kernel.org > S: Supported > F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt > F: drivers/pci/host/pci-tegra.c > > +PCI DRIVER FOR RENESAS R-CAR > +M: Simon Horman <horms@verge.net.au> > +M: Magnus Damm <magnus.damm@gmail.com> > +L: linux-pci@vger.kernel.org > +L: linux-sh@vger.kernel.org > +S: Maintained > +F: drivers/pci/host/*rcar* > + > PCI DRIVER FOR SAMSUNG EXYNOS > M: Jingoo Han <jg1.han@samsung.com> > L: linux-pci@vger.kernel.org > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) > S: Maintained > F: drivers/pci/host/pci-exynos.c > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thursday, December 12, 2013 3:43 AM, Bjorn Helgaas wrote: > On Wed, Dec 11, 2013 at 11:32:37AM -0700, Bjorn Helgaas wrote: > > If this looks reasonable, I'll merge it via the PCI tree for v3.13. > > And I see Mohit's patch [1] to update the DesignWare entry: > > +PCIE DRIVER FOR SYNOPSIS DESIGNWARE CONTROLLER > +M: Mohit Kumar <mohit.kumar@st.com> > +M: Jingoo Han <jg1.han@samsung.com> > +L: linux-pci@vger.kernel.org > +S: Maintained > +F: drivers/pci/host/pcie-designware.c > > I can fold in that update too if Jingoo acks it. > > [1] http://patchwork.ozlabs.org/patch/299905/ Hi Bjorn, I agree with this. :-) Acked-by: Jingoo Han <jg1.han@samsung.com> Best regards, Jingoo Han > > MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers > > > > Add entries for PCI host controller drivers in drivers/pci/host/. > > > > Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> > > --- > > MAINTAINERS | 31 +++++++++++++++++++++++++++++++ > > 1 file changed, 31 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 8285ed4676b6..826c722d92ba 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -6449,16 +6449,47 @@ F: drivers/pci/ > > F: include/linux/pci* > > F: arch/x86/pci/ > > > > +PCI DRIVER FOR DESIGNWARE > > +M: Jingoo Han <jg1.han@samsung.com> > > +L: linux-pci@vger.kernel.org > > +S: Maintained > > +F: drivers/pci/host/*designware* > > + > > +PCI DRIVER FOR IMX6 > > +M: Shawn Guo <shawn.guo@linaro.org> > > +L: linux-pci@vger.kernel.org > > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > +S: Maintained > > +F: drivers/pci/host/*imx6* > > + > > +PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) > > +M: Jason Cooper <jason@lakedaemon.net> > > +L: linux-pci@vger.kernel.org > > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > +S: Maintained > > +F: drivers/pci/host/*mvebu* > > + > > PCI DRIVER FOR NVIDIA TEGRA > > M: Thierry Reding <thierry.reding@gmail.com> > > L: linux-tegra@vger.kernel.org > > +L: linux-pci@vger.kernel.org > > S: Supported > > F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt > > F: drivers/pci/host/pci-tegra.c > > > > +PCI DRIVER FOR RENESAS R-CAR > > +M: Simon Horman <horms@verge.net.au> > > +M: Magnus Damm <magnus.damm@gmail.com> > > +L: linux-pci@vger.kernel.org > > +L: linux-sh@vger.kernel.org > > +S: Maintained > > +F: drivers/pci/host/*rcar* > > + > > PCI DRIVER FOR SAMSUNG EXYNOS > > M: Jingoo Han <jg1.han@samsung.com> > > L: linux-pci@vger.kernel.org > > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > +L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) > > S: Maintained > > F: drivers/pci/host/pci-exynos.c > > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Dec 11, 2013 at 11:32:37AM -0700, Bjorn Helgaas wrote: > If this looks reasonable, I'll merge it via the PCI tree for v3.13. > > Bjorn > > > MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers > > Add entries for PCI host controller drivers in drivers/pci/host/. > > Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Renesas R-Car potion: Acked-by: Simon Horman <horms+renesas@verge.net.au> > --- > MAINTAINERS | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8285ed4676b6..826c722d92ba 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6449,16 +6449,47 @@ F: drivers/pci/ > F: include/linux/pci* > F: arch/x86/pci/ > > +PCI DRIVER FOR DESIGNWARE > +M: Jingoo Han <jg1.han@samsung.com> > +L: linux-pci@vger.kernel.org > +S: Maintained > +F: drivers/pci/host/*designware* > + > +PCI DRIVER FOR IMX6 > +M: Shawn Guo <shawn.guo@linaro.org> > +L: linux-pci@vger.kernel.org > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +F: drivers/pci/host/*imx6* > + > +PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) > +M: Jason Cooper <jason@lakedaemon.net> > +L: linux-pci@vger.kernel.org > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +F: drivers/pci/host/*mvebu* > + > PCI DRIVER FOR NVIDIA TEGRA > M: Thierry Reding <thierry.reding@gmail.com> > L: linux-tegra@vger.kernel.org > +L: linux-pci@vger.kernel.org > S: Supported > F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt > F: drivers/pci/host/pci-tegra.c > > +PCI DRIVER FOR RENESAS R-CAR > +M: Simon Horman <horms@verge.net.au> > +M: Magnus Damm <magnus.damm@gmail.com> > +L: linux-pci@vger.kernel.org > +L: linux-sh@vger.kernel.org > +S: Maintained > +F: drivers/pci/host/*rcar* > + > PCI DRIVER FOR SAMSUNG EXYNOS > M: Jingoo Han <jg1.han@samsung.com> > L: linux-pci@vger.kernel.org > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) > S: Maintained > F: drivers/pci/host/pci-exynos.c > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
> -----Original Message----- > From: Jingoo Han [mailto:jg1.han@samsung.com] > Sent: Thursday, December 12, 2013 3:55 AM > To: 'Bjorn Helgaas'; linux-pci@vger.kernel.org > Cc: linux-kernel@vger.kernel.org; linux-arm-kernel@lists.infradead.org; > linux-tegra@vger.kernel.org; linux-sh@vger.kernel.org; linux-samsung- > soc@vger.kernel.org; 'Shawn Guo'; 'Jason Cooper'; 'Thierry Reding'; 'Simon > Horman'; 'Magnus Damm'; 'Valentine Barshak'; 'Wei Yongjun'; 'Wei Yongjun'; > 'Kuninori Morimoto'; Mohit KUMAR DCG; Pratyush ANAND; 'Jingoo Han' > Subject: Re: [PATCH] MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car > PCI host maintainers > > On Thursday, December 12, 2013 3:43 AM, Bjorn Helgaas wrote: > > On Wed, Dec 11, 2013 at 11:32:37AM -0700, Bjorn Helgaas wrote: > > > If this looks reasonable, I'll merge it via the PCI tree for v3.13. > > > > And I see Mohit's patch [1] to update the DesignWare entry: > > > > +PCIE DRIVER FOR SYNOPSIS DESIGNWARE CONTROLLER > > +M: Mohit Kumar <mohit.kumar@st.com> > > +M: Jingoo Han <jg1.han@samsung.com> > > +L: linux-pci@vger.kernel.org > > +S: Maintained > > +F: drivers/pci/host/pcie-designware.c > > > > I can fold in that update too if Jingoo acks it. > > > > [1] http://patchwork.ozlabs.org/patch/299905/ > > Hi Bjorn, > > I agree with this. :-) > Acked-by: Jingoo Han <jg1.han@samsung.com> > - Thanks Bjorn and Jingoo. I will remove this patch from my v2 patches. Regards Mohit -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Bjorn, On Wed, Dec 11, 2013 at 11:32:37AM -0700, Bjorn Helgaas wrote: > +PCI DRIVER FOR IMX6 > +M: Shawn Guo <shawn.guo@linaro.org> Thanks for the nomination. But I think a better person for this position would be Richard Zhu <r65037@freescale.com> (copied). He knows the driver and controller much better than myself, and most importantly he is the driver owner for Freescale kernel and he has the contact to Freescale PCIe hardware people. Shawn > +L: linux-pci@vger.kernel.org > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +F: drivers/pci/host/*imx6* -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Bjorn, , On 11/12/2013 19:32, Bjorn Helgaas wrote: > If this looks reasonable, I'll merge it via the PCI tree for v3.13. > > Bjorn > > > MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers > > Add entries for PCI host controller drivers in drivers/pci/host/. > > Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> > --- > MAINTAINERS | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8285ed4676b6..826c722d92ba 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6449,16 +6449,47 @@ F: drivers/pci/ > F: include/linux/pci* > F: arch/x86/pci/ > > +PCI DRIVER FOR DESIGNWARE > +M: Jingoo Han <jg1.han@samsung.com> > +L: linux-pci@vger.kernel.org > +S: Maintained > +F: drivers/pci/host/*designware* > + > +PCI DRIVER FOR IMX6 > +M: Shawn Guo <shawn.guo@linaro.org> > +L: linux-pci@vger.kernel.org > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +F: drivers/pci/host/*imx6* > + > +PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) > +M: Jason Cooper <jason@lakedaemon.net> > +L: linux-pci@vger.kernel.org > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +F: drivers/pci/host/*mvebu* I think that Thomas Petazzoni would be more appropriate, he worked on the mvebu PCIe since 6 moths and now know very well the subject. Until now all the mvebu PCIe related questions were managed by Thomas. Regards, Gregory
On Thursday, December 12, 2013 4:41 PM, Gregory CLEMENT wrote: > On 11/12/2013 19:32, Bjorn Helgaas wrote: > > If this looks reasonable, I'll merge it via the PCI tree for v3.13. > > > > Bjorn [.....] > > +PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) > > +M: Jason Cooper <jason@lakedaemon.net> > > +L: linux-pci@vger.kernel.org > > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > +S: Maintained > > +F: drivers/pci/host/*mvebu* > > I think that Thomas Petazzoni would be more appropriate, he worked > on the mvebu PCIe since 6 moths and now know very well the > subject. Until now all the mvebu PCIe related questions were > managed by Thomas. I think so, too. :-) Thomas Petazzoni is the author of the mvebu PCIe. Also, he did The basic foundation of PCIe Host with Thierry Reding. I think That he is the best person for the Maintainer of the mvebu PCIe. Best regards, Jingoo Han -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thursday, December 12, 2013 4:01 PM, Shawn Guo wrote: > On Wed, Dec 11, 2013 at 11:32:37AM -0700, Bjorn Helgaas wrote: > > +PCI DRIVER FOR IMX6 > > +M: Shawn Guo <shawn.guo@linaro.org> > > Thanks for the nomination. But I think a better person for this > position would be Richard Zhu <r65037@freescale.com> (copied). He knows > the driver and controller much better than myself, and most importantly > he is the driver owner for Freescale kernel and he has the contact to > Freescale PCIe hardware people. I agree with Shawn Guo's opinion. :-) Richard Zhu has been maintaining i.MX6 PCIe driver. Also he can contact Freescale PCIe hardware engineers. Thus, he is the appropriate person for the Maintainer of i.MX PCIe. Best regards, Jingoo Han > > Shawn > > > +L: linux-pci@vger.kernel.org > > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > +S: Maintained > > +F: drivers/pci/host/*imx6* -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Dec 11, 2013 at 11:32:37AM -0700, Bjorn Helgaas wrote: > If this looks reasonable, I'll merge it via the PCI tree for v3.13. > > Bjorn > > > MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers > > Add entries for PCI host controller drivers in drivers/pci/host/. > > Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> > --- > MAINTAINERS | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) Looks good to me: Acked-by: Thierry Reding <treding@nvidia.com>
On Thu, Dec 12, 2013 at 06:12:18PM +0900, Jingoo Han wrote: > On Thursday, December 12, 2013 4:41 PM, Gregory CLEMENT wrote: > > On 11/12/2013 19:32, Bjorn Helgaas wrote: > > > If this looks reasonable, I'll merge it via the PCI tree for v3.13. > > > > > > Bjorn > > [.....] > > > > +PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) > > > +M: Jason Cooper <jason@lakedaemon.net> > > > +L: linux-pci@vger.kernel.org > > > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > > +S: Maintained > > > +F: drivers/pci/host/*mvebu* > > > > I think that Thomas Petazzoni would be more appropriate, he worked > > on the mvebu PCIe since 6 moths and now know very well the > > subject. Until now all the mvebu PCIe related questions were > > managed by Thomas. > > I think so, too. :-) > > Thomas Petazzoni is the author of the mvebu PCIe. Also, he did > The basic foundation of PCIe Host with Thierry Reding. I think > That he is the best person for the Maintainer of the mvebu PCIe. 100% Ack. Thanks for the nomination, but Thomas is the person best suited to review patches and maintain the driver. If you want some patch wrangling, I don't mind helping out, but I'd prefer Thomas be the maintainer here. thx, Jason. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Dec 12, 2013 at 12:00 AM, Shawn Guo <shawn.guo@linaro.org> wrote: > Hi Bjorn, > > On Wed, Dec 11, 2013 at 11:32:37AM -0700, Bjorn Helgaas wrote: >> +PCI DRIVER FOR IMX6 >> +M: Shawn Guo <shawn.guo@linaro.org> > > Thanks for the nomination. But I think a better person for this > position would be Richard Zhu <r65037@freescale.com> (copied). He knows > the driver and controller much better than myself, and most importantly > he is the driver owner for Freescale kernel and he has the contact to > Freescale PCIe hardware people. Richard, are you OK with being listed here? Shawn, do you want to be listed here in addition, if only to make sure you're copied on changes to pci-imx6.c? -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Dec 12, 2013 at 01:29:00PM -0700, Bjorn Helgaas wrote: > On Thu, Dec 12, 2013 at 12:00 AM, Shawn Guo <shawn.guo@linaro.org> wrote: > > Hi Bjorn, > > > > On Wed, Dec 11, 2013 at 11:32:37AM -0700, Bjorn Helgaas wrote: > >> +PCI DRIVER FOR IMX6 > >> +M: Shawn Guo <shawn.guo@linaro.org> > > > > Thanks for the nomination. But I think a better person for this > > position would be Richard Zhu <r65037@freescale.com> (copied). He knows > > the driver and controller much better than myself, and most importantly > > he is the driver owner for Freescale kernel and he has the contact to > > Freescale PCIe hardware people. > > Richard, are you OK with being listed here? Richard is on leave these two days. Hope he will be back to online soon. > Shawn, do you want to be > listed here in addition, if only to make sure you're copied on changes > to pci-imx6.c? Okay, thanks, Bjorn. Shawn -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Bjorn: > -----Original Message----- > From: Shawn Guo [mailto:shawn.guo@linaro.org] > Sent: Friday, December 13, 2013 1:39 PM > To: Bjorn Helgaas > Cc: linux-pci@vger.kernel.org; linux-kernel@vger.kernel.org; linux-arm; linux- > tegra@vger.kernel.org; linux-sh@vger.kernel.org; linux-samsung- > soc@vger.kernel.org; Jingoo Han; Jason Cooper; Thierry Reding; Simon Horman; > Magnus Damm; Valentine Barshak; Wei Yongjun; Wei Yongjun; Kuninori Morimoto; > Zhu Richard-R65037 > Subject: Re: [PATCH] MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI > host maintainers > > On Thu, Dec 12, 2013 at 01:29:00PM -0700, Bjorn Helgaas wrote: > > On Thu, Dec 12, 2013 at 12:00 AM, Shawn Guo <shawn.guo@linaro.org> wrote: > > > Hi Bjorn, > > > > > > On Wed, Dec 11, 2013 at 11:32:37AM -0700, Bjorn Helgaas wrote: > > >> +PCI DRIVER FOR IMX6 > > >> +M: Shawn Guo <shawn.guo@linaro.org> > > > > > > Thanks for the nomination. But I think a better person for this > > > position would be Richard Zhu <r65037@freescale.com> (copied). He > > > knows the driver and controller much better than myself, and most > > > importantly he is the driver owner for Freescale kernel and he has > > > the contact to Freescale PCIe hardware people. > > > > Richard, are you OK with being listed here? > > Richard is on leave these two days. Hope he will be back to online soon. [Richard] I went to hospital in the past two days. Thanks, I'm ok with being listed here. > > > Shawn, do you want to be > > listed here in addition, if only to make sure you're copied on changes > > to pci-imx6.c? > > Okay, thanks, Bjorn. > > Shawn Best Regards Richard Zhu -- To unsubscribe from this list: send the line "unsubscribe linux-sh" 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 8285ed4676b6..826c722d92ba 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6449,16 +6449,47 @@ F: drivers/pci/ F: include/linux/pci* F: arch/x86/pci/ +PCI DRIVER FOR DESIGNWARE +M: Jingoo Han <jg1.han@samsung.com> +L: linux-pci@vger.kernel.org +S: Maintained +F: drivers/pci/host/*designware* + +PCI DRIVER FOR IMX6 +M: Shawn Guo <shawn.guo@linaro.org> +L: linux-pci@vger.kernel.org +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: drivers/pci/host/*imx6* + +PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support) +M: Jason Cooper <jason@lakedaemon.net> +L: linux-pci@vger.kernel.org +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: drivers/pci/host/*mvebu* + PCI DRIVER FOR NVIDIA TEGRA M: Thierry Reding <thierry.reding@gmail.com> L: linux-tegra@vger.kernel.org +L: linux-pci@vger.kernel.org S: Supported F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt F: drivers/pci/host/pci-tegra.c +PCI DRIVER FOR RENESAS R-CAR +M: Simon Horman <horms@verge.net.au> +M: Magnus Damm <magnus.damm@gmail.com> +L: linux-pci@vger.kernel.org +L: linux-sh@vger.kernel.org +S: Maintained +F: drivers/pci/host/*rcar* + PCI DRIVER FOR SAMSUNG EXYNOS M: Jingoo Han <jg1.han@samsung.com> L: linux-pci@vger.kernel.org +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) S: Maintained F: drivers/pci/host/pci-exynos.c
If this looks reasonable, I'll merge it via the PCI tree for v3.13. Bjorn MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers Add entries for PCI host controller drivers in drivers/pci/host/. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> --- MAINTAINERS | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html