From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout2.samsung.com ([203.254.224.25]:18494 "EHLO mailout2.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751076Ab3LKWYu (ORCPT ); Wed, 11 Dec 2013 17:24:50 -0500 From: Jingoo Han 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' , 'Pratyush Anand' , 'Jingoo Han' References: <20131211183237.GI4699@google.com> <20131211184321.GJ4699@google.com> In-reply-to: <20131211184321.GJ4699@google.com> Subject: Re: [PATCH] MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers Date: Thu, 12 Dec 2013 07:24:47 +0900 Message-id: <000f01cef6bf$cd0fe340$672fa9c0$%han@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Sender: linux-pci-owner@vger.kernel.org List-ID: 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 > +M: Jingoo Han > +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 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 > > --- > > 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 > > +L: linux-pci@vger.kernel.org > > +S: Maintained > > +F: drivers/pci/host/*designware* > > + > > +PCI DRIVER FOR IMX6 > > +M: Shawn Guo > > +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 > > +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 > > 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 > > +M: Magnus Damm > > +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 > > 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 > >