From patchwork Thu Nov 9 15:05:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Helgaas X-Patchwork-Id: 10051123 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 74EDA602D7 for ; Thu, 9 Nov 2017 15:05:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 556192ABE5 for ; Thu, 9 Nov 2017 15:05:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 49FBC2AE46; Thu, 9 Nov 2017 15:05:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D098B2AE52 for ; Thu, 9 Nov 2017 15:05:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750779AbdKIPFa (ORCPT ); Thu, 9 Nov 2017 10:05:30 -0500 Received: from mail.kernel.org ([198.145.29.99]:58926 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750740AbdKIPFa (ORCPT ); Thu, 9 Nov 2017 10:05:30 -0500 Received: from localhost (unknown [69.55.156.246]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 71A27218DB; Thu, 9 Nov 2017 15:05:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 71A27218DB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=helgaas@kernel.org Date: Thu, 9 Nov 2017 09:05:28 -0600 From: Bjorn Helgaas To: Kishon Vijay Abraham I Cc: linux-pci@vger.kernel.org, Lorenzo Pieralisi , linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: Add Lorenzo Pieralisi for PCI host bridge drivers Message-ID: <20171109150528.GA7629@bhelgaas-glaptop.roam.corp.google.com> References: <20171108201510.18601.30578.stgit@bhelgaas-glaptop.roam.corp.google.com> <20171108202602.GA19676@bhelgaas-glaptop.roam.corp.google.com> <4805cf13-3e33-31fb-ab25-1adb4ed13b9c@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4805cf13-3e33-31fb-ab25-1adb4ed13b9c@ti.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On Thu, Nov 09, 2017 at 11:28:36AM +0530, Kishon Vijay Abraham I wrote: > Hi Bjorn, > > On Thursday 09 November 2017 01:56 AM, Bjorn Helgaas wrote: > > On Wed, Nov 08, 2017 at 02:15:10PM -0600, Bjorn Helgaas wrote: > >> From: Bjorn Helgaas > >> > >> Add Lorenzo Pieralisi as maintainer for PCI native host bridge drivers and > >> the endpoint driver framework. > >> > >> Signed-off-by: Bjorn Helgaas > > > > This is on my for-linus branch, and I intend to merge it for v4.14. > > There is already an entry for PCI endpoint in MAINTAINERS file. Can Lorenzo be > added there? > > PCI ENDPOINT SUBSYSTEM > M: Kishon Vijay Abraham I > L: linux-pci@vger.kernel.org > T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git > S: Supported > F: drivers/pci/endpoint/ > F: drivers/misc/pci_endpoint_test.c > F: tools/pci/ Right, thanks, I forgot all about this separate entry. I added Lorenzo there, resulting in the patch below. My practice has been that all the PCI patches (everything in drivers/pci plus some include and x86/pci stuff) have been merged via my tree. This includes things in drivers/pci/{host,dwc,endpoint,switch}, which are non-core things and usually specific to a chipset. I try to ensure they have individual maintainers designated, and I ask for their acks for non-trivial changes because I have no specs and no hardware for testing them. But I think it's still good to have one person look over them all to try to keep some consistency across them because they are all quite similar. So my hope is that Lorenzo can take over that oversight role from me, not that he would replace any of those designated maintainers. Ideally, this will be transparent to patch submitters except that they should add Lorenzo to the "To:" line (keeping linux-pci and other interested parties). commit 6b7be529634bbfbf6395f23217a66d731fbed0a0 Author: Bjorn Helgaas Date: Wed Nov 8 08:49:49 2017 -0600 MAINTAINERS: Add Lorenzo Pieralisi for PCI host bridge drivers Add Lorenzo Pieralisi as maintainer for PCI native host bridge drivers and the endpoint driver framework. Signed-off-by: Bjorn Helgaas Acked-by: Lorenzo Pieralisi diff --git a/MAINTAINERS b/MAINTAINERS index db412a627d96..6ce341e86fec 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10378,6 +10378,7 @@ F: drivers/pci/dwc/*keystone* PCI ENDPOINT SUBSYSTEM M: Kishon Vijay Abraham I +M: Lorenzo Pieralisi L: linux-pci@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git S: Supported @@ -10429,6 +10430,15 @@ F: include/linux/pci* F: arch/x86/pci/ F: arch/x86/kernel/quirks.c +PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS +M: Lorenzo Pieralisi +L: linux-pci@vger.kernel.org +Q: http://patchwork.ozlabs.org/project/linux-pci/list/ +T: git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git/ +S: Supported +F: drivers/pci/host/ +F: drivers/pci/dwc/ + PCIE DRIVER FOR AXIS ARTPEC M: Niklas Cassel M: Jesper Nilsson