Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752206Ab3CZVd2 (ORCPT ); Tue, 26 Mar 2013 17:33:28 -0400 Received: from mail-oa0-f52.google.com ([209.85.219.52]:36999 "EHLO mail-oa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751761Ab3CZVdZ (ORCPT ); Tue, 26 Mar 2013 17:33:25 -0400 Message-ID: <51521421.9020906@gmail.com> Date: Tue, 26 Mar 2013 16:33:21 -0500 From: Rob Herring User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: Jingoo Han CC: "'Kukjin Kim'" , "'Bjorn Helgaas'" , "'Jason Gunthorpe'" , linux-samsung-soc@vger.kernel.org, "'Siva Reddy Kallam'" , linux-pci@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, "'Surendranath Gurivireddy Balla'" , "'Andrew Murray'" , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 4/6] pci: Add PCIe driver for Samsung Exynos References: <00c001ce277b$92b26ab0$b8174010$%han@samsung.com> <00c301ce277b$f2790080$d76b0180$%han@samsung.com> In-Reply-To: <00c301ce277b$f2790080$d76b0180$%han@samsung.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1324 Lines: 31 On 03/22/2013 11:07 PM, Jingoo Han wrote: > Exynos5440 has a PCIe controller which can be used as Root Complex. > This driver supports a PCIe controller as Root Complex mode. > > Signed-off-by: Surendranath Gurivireddy Balla > Signed-off-by: Siva Reddy Kallam > Signed-off-by: Jingoo Han > --- > .../devicetree/bindings/pci/exynos-pcie.txt | 56 + > drivers/pci/host/Kconfig | 5 + > drivers/pci/host/Makefile | 1 + > drivers/pci/host/pci-exynos.c | 1139 ++++++++++++++++++++ > 4 files changed, 1201 insertions(+), 0 deletions(-) > create mode 100644 Documentation/devicetree/bindings/pci/exynos-pcie.txt > create mode 100644 drivers/pci/host/Makefile > create mode 100644 drivers/pci/host/pci-exynos.c [...] > + > +/* synopsis specific PCIE configuration registers*/ If this is a standard IP block, then the driver naming should reflect that. I suspect there are several others with the same IP block. Rob -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/