Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754433AbdGCNFB (ORCPT ); Mon, 3 Jul 2017 09:05:01 -0400 Received: from mail-yw0-f176.google.com ([209.85.161.176]:33661 "EHLO mail-yw0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754374AbdGCNE6 (ORCPT ); Mon, 3 Jul 2017 09:04:58 -0400 MIME-Version: 1.0 In-Reply-To: <20170703104727.GB1573@arm.com> References: <20170619102349.50652-1-songxiaowei@hisilicon.com> <20170702233657.GA13507@bhelgaas-glaptop.roam.corp.google.com> <20170703104727.GB1573@arm.com> From: Guodong Xu Date: Mon, 3 Jul 2017 21:04:56 +0800 Message-ID: Subject: Re: [PATCH v11 0/3]add PCIe driver for Kirin PCIe To: "xuwei (O)" Cc: Bjorn Helgaas , Xiaowei Song , Bjorn Helgaas , Rob Herring , Suzhuangluan , linux-pci , devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" , Catalin Marinas , linux-arm-kernel , Will Deacon Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 838 Lines: 27 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)? -Guodong > Will