Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754153AbdGCKrd (ORCPT ); Mon, 3 Jul 2017 06:47:33 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:60552 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752531AbdGCKr3 (ORCPT ); Mon, 3 Jul 2017 06:47:29 -0400 Date: Mon, 3 Jul 2017 11:47:27 +0100 From: Will Deacon To: Bjorn Helgaas Cc: Xiaowei Song , guodong.xu@linaro.org, bhelgaas@google.com, robh+dt@kernel.org, suzhuangluan@hisilicon.com, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Catalin Marinas , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v11 0/3]add PCIe driver for Kirin PCIe Message-ID: <20170703104727.GB1573@arm.com> References: <20170619102349.50652-1-songxiaowei@hisilicon.com> <20170702233657.GA13507@bhelgaas-glaptop.roam.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170702233657.GA13507@bhelgaas-glaptop.roam.corp.google.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 641 Lines: 17 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. Will