From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Subject: Re: [PATCH v11 0/3]add PCIe driver for Kirin PCIe To: Guodong Xu References: <20170619102349.50652-1-songxiaowei@hisilicon.com> <20170702233657.GA13507@bhelgaas-glaptop.roam.corp.google.com> <20170703104727.GB1573@arm.com> <595A4768.20404@hisilicon.com> CC: Bjorn Helgaas , Xiaowei Song , Bjorn Helgaas , Rob Herring , Suzhuangluan , linux-pci , , "linux-kernel@vger.kernel.org" , "Catalin Marinas" , linux-arm-kernel , Will Deacon From: Wei Xu Message-ID: <5992F6E4.10505@hisilicon.com> Date: Tue, 15 Aug 2017 14:28:04 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" List-ID: Hi Guodong, On 2017/7/4 3:03, Guodong Xu wrote: > On Mon, Jul 3, 2017 at 9:32 PM, Wei Xu wrote: >> Hi Guodong, >> >> On 2017/7/3 14:04, Guodong Xu wrote: >>> Hi, Xu Wei >>> >>> >>> >>> On Mon, Jul 3, 2017 at 6:47 PM, Will Deacon wrote: >>>> On Sun, Jul 02, 2017 at 06:36:57PM -0500, Bjorn Helgaas wrote: >>>>> [+cc Catalin, Will, linux-arm-kernel] >>>>> >>>>> Applied patches 2 & 3 to pci/host-kirin for v4.13. >>>>> >>>>> I would like a MAINTAINERS update, too. If you send me that, I'll >>>>> squash it into the driver patch. >>>>> >>>>> Catalin, Will, how do you want to handle the >>>>> arch/arm64/configs/defconfig change (patch 3)? It's currently on my >>>>> branch, but I'm happy to drop it if another route is better. >>>> >>>> defconfig updates usually go through arm-soc, via the relevant platform >>>> maintainer, so it would be best to follow that route here too otherwise >>>> you'll probably see conflicts in -next. >>>> >>> >>> Is it ok for you to pick up the arch/arm64/configs/defconfig change (patch 3)? >> >> Since it is already 4.12-rc7, I will pick up it and queue for the v4.14. >> Are you fine about that? >> Thanks! > > Sure. Applied the patch 3 into the hisilicon defconfig tree. BR, Wei > >> >> Best Regards, >> Wei >> >>> >>> -Guodong >>> >>>> Will >>> >>> . >>> >> > > . > From mboxrd@z Thu Jan 1 00:00:00 1970 From: xuwei5@hisilicon.com (Wei Xu) Date: Tue, 15 Aug 2017 14:28:04 +0100 Subject: [PATCH v11 0/3]add PCIe driver for Kirin PCIe In-Reply-To: References: <20170619102349.50652-1-songxiaowei@hisilicon.com> <20170702233657.GA13507@bhelgaas-glaptop.roam.corp.google.com> <20170703104727.GB1573@arm.com> <595A4768.20404@hisilicon.com> Message-ID: <5992F6E4.10505@hisilicon.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Guodong, On 2017/7/4 3:03, Guodong Xu wrote: > On Mon, Jul 3, 2017 at 9:32 PM, Wei Xu wrote: >> Hi Guodong, >> >> On 2017/7/3 14:04, Guodong Xu wrote: >>> Hi, Xu Wei >>> >>> >>> >>> On Mon, Jul 3, 2017 at 6:47 PM, Will Deacon wrote: >>>> On Sun, Jul 02, 2017 at 06:36:57PM -0500, Bjorn Helgaas wrote: >>>>> [+cc Catalin, Will, linux-arm-kernel] >>>>> >>>>> Applied patches 2 & 3 to pci/host-kirin for v4.13. >>>>> >>>>> I would like a MAINTAINERS update, too. If you send me that, I'll >>>>> squash it into the driver patch. >>>>> >>>>> Catalin, Will, how do you want to handle the >>>>> arch/arm64/configs/defconfig change (patch 3)? It's currently on my >>>>> branch, but I'm happy to drop it if another route is better. >>>> >>>> defconfig updates usually go through arm-soc, via the relevant platform >>>> maintainer, so it would be best to follow that route here too otherwise >>>> you'll probably see conflicts in -next. >>>> >>> >>> Is it ok for you to pick up the arch/arm64/configs/defconfig change (patch 3)? >> >> Since it is already 4.12-rc7, I will pick up it and queue for the v4.14. >> Are you fine about that? >> Thanks! > > Sure. Applied the patch 3 into the hisilicon defconfig tree. BR, Wei > >> >> Best Regards, >> Wei >> >>> >>> -Guodong >>> >>>> Will >>> >>> . >>> >> > > . > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Xu Subject: Re: [PATCH v11 0/3]add PCIe driver for Kirin PCIe Date: Tue, 15 Aug 2017 14:28:04 +0100 Message-ID: <5992F6E4.10505@hisilicon.com> References: <20170619102349.50652-1-songxiaowei@hisilicon.com> <20170702233657.GA13507@bhelgaas-glaptop.roam.corp.google.com> <20170703104727.GB1573@arm.com> <595A4768.20404@hisilicon.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: 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: Guodong Xu Cc: devicetree@vger.kernel.org, Catalin Marinas , linux-pci , Suzhuangluan , Will Deacon , "linux-kernel@vger.kernel.org" , Rob Herring , Bjorn Helgaas , Xiaowei Song , Bjorn Helgaas , linux-arm-kernel List-Id: devicetree@vger.kernel.org Hi Guodong, On 2017/7/4 3:03, Guodong Xu wrote: > On Mon, Jul 3, 2017 at 9:32 PM, Wei Xu wrote: >> Hi Guodong, >> >> On 2017/7/3 14:04, Guodong Xu wrote: >>> Hi, Xu Wei >>> >>> >>> >>> On Mon, Jul 3, 2017 at 6:47 PM, Will Deacon wrote: >>>> On Sun, Jul 02, 2017 at 06:36:57PM -0500, Bjorn Helgaas wrote: >>>>> [+cc Catalin, Will, linux-arm-kernel] >>>>> >>>>> Applied patches 2 & 3 to pci/host-kirin for v4.13. >>>>> >>>>> I would like a MAINTAINERS update, too. If you send me that, I'll >>>>> squash it into the driver patch. >>>>> >>>>> Catalin, Will, how do you want to handle the >>>>> arch/arm64/configs/defconfig change (patch 3)? It's currently on my >>>>> branch, but I'm happy to drop it if another route is better. >>>> >>>> defconfig updates usually go through arm-soc, via the relevant platform >>>> maintainer, so it would be best to follow that route here too otherwise >>>> you'll probably see conflicts in -next. >>>> >>> >>> Is it ok for you to pick up the arch/arm64/configs/defconfig change (patch 3)? >> >> Since it is already 4.12-rc7, I will pick up it and queue for the v4.14. >> Are you fine about that? >> Thanks! > > Sure. Applied the patch 3 into the hisilicon defconfig tree. BR, Wei > >> >> Best Regards, >> Wei >> >>> >>> -Guodong >>> >>>> Will >>> >>> . >>> >> > > . >