From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de ([212.227.126.187]:56406 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752354Ab3FZSRm (ORCPT ); Wed, 26 Jun 2013 14:17:42 -0400 From: Arnd Bergmann To: Kukjin Kim Subject: Re: [PATCH V10 1/4] pci: Add PCIe driver for Samsung Exynos Date: Wed, 26 Jun 2013 20:17:04 +0200 Cc: "'Bjorn Helgaas'" , "'Jingoo Han'" , 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'" , "'Surendranath Gurivireddy Balla'" , "'Siva Reddy Kallam'" , "'Thomas Abraham'" , "'Tomasz Figa'" , "'Pratyush Anand'" , "'Mohit KUMAR'" , Olof Johansson References: <003a01ce6e50$6d5418b0$47fc4a10$@samsung.com> <20130625021102.GA13310@google.com> <007e01ce7153$4d4b0730$e7e11590$%kim@samsung.com> In-Reply-To: <007e01ce7153$4d4b0730$e7e11590$%kim@samsung.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Message-Id: <201306262017.04689.arnd@arndb.de> Sender: linux-pci-owner@vger.kernel.org List-ID: On Tuesday 25 June 2013, Kukjin Kim wrote: > Bjorn Helgaas wrote: > > > > On Fri, Jun 21, 2013 at 04:24:54PM +0900, 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 > > > Acked-by: Arnd Bergmann > > > > Acked-by: Bjorn Helgaas > > > > Please merge this through arm-soc as you discussed. > > > Sounds great. > > Arnd, please take this series into arm-soc tree directly by yourself with my > ack on arch/exynos stuff if you want ;) > Ok, done. I've put this on top of the next/soc tree, which already contains the other PCI host controller support. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH V10 1/4] pci: Add PCIe driver for Samsung Exynos Date: Wed, 26 Jun 2013 20:17:04 +0200 Message-ID: <201306262017.04689.arnd@arndb.de> References: <003a01ce6e50$6d5418b0$47fc4a10$@samsung.com> <20130625021102.GA13310@google.com> <007e01ce7153$4d4b0730$e7e11590$%kim@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <007e01ce7153$4d4b0730$e7e11590$%kim@samsung.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Kukjin Kim Cc: 'Thomas Petazzoni' , 'Jason Gunthorpe' , linux-samsung-soc@vger.kernel.org, 'Siva Reddy Kallam' , linux-pci@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, 'Jingoo Han' , linux-kernel@vger.kernel.org, 'Grant Likely' , Olof Johansson , 'Surendranath Gurivireddy Balla' , 'Thomas Abraham' , 'Mohit KUMAR' , 'Bjorn Helgaas' , 'Andrew Murray' , 'Pratyush Anand' , 'Thierry Reding' , 'Tomasz Figa' , linux-arm-kernel@lists.infradead.org List-Id: linux-samsung-soc@vger.kernel.org On Tuesday 25 June 2013, Kukjin Kim wrote: > Bjorn Helgaas wrote: > > > > On Fri, Jun 21, 2013 at 04:24:54PM +0900, 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 > > > Acked-by: Arnd Bergmann > > > > Acked-by: Bjorn Helgaas > > > > Please merge this through arm-soc as you discussed. > > > Sounds great. > > Arnd, please take this series into arm-soc tree directly by yourself with my > ack on arch/exynos stuff if you want ;) > Ok, done. I've put this on top of the next/soc tree, which already contains the other PCI host controller support. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 26 Jun 2013 20:17:04 +0200 Subject: [PATCH V10 1/4] pci: Add PCIe driver for Samsung Exynos In-Reply-To: <007e01ce7153$4d4b0730$e7e11590$%kim@samsung.com> References: <003a01ce6e50$6d5418b0$47fc4a10$@samsung.com> <20130625021102.GA13310@google.com> <007e01ce7153$4d4b0730$e7e11590$%kim@samsung.com> Message-ID: <201306262017.04689.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 25 June 2013, Kukjin Kim wrote: > Bjorn Helgaas wrote: > > > > On Fri, Jun 21, 2013 at 04:24:54PM +0900, 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 > > > Acked-by: Arnd Bergmann > > > > Acked-by: Bjorn Helgaas > > > > Please merge this through arm-soc as you discussed. > > > Sounds great. > > Arnd, please take this series into arm-soc tree directly by yourself with my > ack on arch/exynos stuff if you want ;) > Ok, done. I've put this on top of the next/soc tree, which already contains the other PCI host controller support. Arnd