diff mbox

MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers

Message ID 20131211183237.GI4699@google.com
State Accepted
Headers show

Commit Message

Bjorn Helgaas Dec. 11, 2013, 6:32 p.m. UTC
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-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Bjorn Helgaas Dec. 11, 2013, 6:43 p.m. UTC | #1
[+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-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Jingoo Han Dec. 11, 2013, 10:24 p.m. UTC | #2
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-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Simon Horman Dec. 11, 2013, 11:51 p.m. UTC | #3
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-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Mohit KUMAR DCG Dec. 12, 2013, 5:06 a.m. UTC | #4
> -----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-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Shawn Guo Dec. 12, 2013, 7 a.m. UTC | #5
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-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Gregory CLEMENT Dec. 12, 2013, 7:40 a.m. UTC | #6
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
Jingoo Han Dec. 12, 2013, 9:12 a.m. UTC | #7
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-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Jingoo Han Dec. 12, 2013, 10:47 a.m. UTC | #8
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-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Thierry Reding Dec. 12, 2013, 11:15 a.m. UTC | #9
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>
Jason Cooper Dec. 12, 2013, 12:38 p.m. UTC | #10
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-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Bjorn Helgaas Dec. 12, 2013, 8:29 p.m. UTC | #11
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-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Jason Cooper Dec. 12, 2013, 8:48 p.m. UTC | #12
On Thu, Dec 12, 2013 at 01:46:10PM -0700, Bjorn Helgaas wrote:
> [+cc Thomas]
> 
> 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.
> 
> OK, here's another try.  I'm not actually trying to nominate anybody; I
> just tried to write down the list we came up with in an earlier discussion [1].
> 
> I'd like confirmation from the following people that they approve of being
> listed here:
> 
>   Richard Zhu (IMX6)
>   Thomas Petazzoni (MVEBU)
>   Magnus Damm (R-CAR)
> 
> I think everybody else listed has already said they approve.
> 
> [1] http://lkml.kernel.org/r/CAErSpo5tN==4nSv2u3SUBe_L4VsWn4P7TN+LtrC172Qj1vhtog@mail.gmail.com
> 
> 
> MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers
> 
> From: Bjorn Helgaas <bhelgaas@google.com>
> 
> Add entries for PCI host controller drivers in drivers/pci/host/.
> 
> Signed-off-by: Mohit Kumar <mohit.kumar@st.com>		(DesignWare)
> Signed-off-by: Pratyush Anand <pratyush.anand@st.com>	(DesignWare)
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> Acked-by: Simon Horman <horms+renesas@verge.net.au>	(R-CAR)
> Acked-by: Jason Cooper <jason@lakedaemon.net>		(MVEBU)

If Thomas is ok with it:

Double-Plus-Acked-by: Jason Cooper <jason@lakedaemon.net>

for the mvebu bits.

thx,

Jason.
--
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
Shawn Guo Dec. 13, 2013, 5:39 a.m. UTC | #13
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-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Richard Zhu Dec. 13, 2013, 6:31 a.m. UTC | #14
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-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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