From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingoo Han Subject: Re: [PATCH V7 1/4] pci: Add PCIe driver for Samsung Exynos Date: Thu, 20 Jun 2013 18:59:46 +0900 Message-ID: <00cf01ce6d9c$e5870540$b0950fc0$@samsung.com> References: <00cb01ce6d99$0e932030$2bb96090$@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <00cb01ce6d99$0e932030$2bb96090$@samsung.com> Content-language: ko Sender: linux-kernel-owner@vger.kernel.org To: 'Bjorn Helgaas' Cc: 'Kukjin Kim' , linux-samsung-soc@vger.kernel.org, linux-pci@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, 'Grant Likely' , 'Andrew Murray' , 'Thomas Petazzoni' , 'Thierry Reding' , 'Jason Gunthorpe' , 'Arnd Bergmann' , 'Surendranath Gurivireddy Balla' , 'Siva Reddy Kallam' , 'Thomas Abraham' , Jingoo Han List-Id: devicetree@vger.kernel.org On Thursday, June 20, 2013 6:32 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 | 71 ++ > drivers/pci/host/Kconfig | 5 + > drivers/pci/host/Makefile | 1 + > drivers/pci/host/pci-exynos.c | 1057 ++++++++++++++++++++ > 4 files changed, 1134 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pci/exynos-pcie.txt > create mode 100644 drivers/pci/host/pci-exynos.c Dear Bjorn Helgass, Would you review this patch? I have posted the Exynos PCIe patch for about 4 months. But, I have not received your reply. I need your feedback. :) Thank you. Best regards, Jingoo Han