From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,T_DKIMWL_WL_HIGH,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F1BE0C282CE for ; Tue, 4 Jun 2019 19:46:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CD3F620851 for ; Tue, 4 Jun 2019 19:46:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559677565; bh=1tBYtI0D2Gm8NgAPNHeS+3+9XEB1WWJiwXHzo6wtquI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=iwt7lAeD+MEoQOcqPKt9THDkEr8/iiDNvueAsdgoCpyFPKp1croxK4qPRcp5mzYRH 312mKlSIEWmAWh13tGZWVgvJeMWcaqvDUptGWlR0Vug76qkkc4U9+QAoOrsq2BBpxF TSBnEow3b2YdmDQ797LdY82T8viAyr5tal1oQSZg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726295AbfFDTqB (ORCPT ); Tue, 4 Jun 2019 15:46:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:41314 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726179AbfFDTqA (ORCPT ); Tue, 4 Jun 2019 15:46:00 -0400 Received: from localhost (unknown [69.71.4.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AB087206B8; Tue, 4 Jun 2019 19:45:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559677559; bh=1tBYtI0D2Gm8NgAPNHeS+3+9XEB1WWJiwXHzo6wtquI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wiCx5eHdZP0Vtxa21xguwHieM1fpdxfa/f3hN0HhcqBIWd7i1OT7ClXdvS7I74hEx Us9WAhkHug9BCopGgZexJIDCTTT5ogopVfG9VKrEPGVA4nldu5XguklleSkSPhiCto 53m3TzWmgImw9Vh0/2c9Ug7HCpkktPv86AZkDLHg= Date: Tue, 4 Jun 2019 14:45:57 -0500 From: Bjorn Helgaas To: Kishon Vijay Abraham I Cc: Tom Joseph , Rob Herring , Mark Rutland , Lorenzo Pieralisi , Arnd Bergmann , Gustavo Pimentel , Greg Kroah-Hartman , Frank Rowand , Jingoo Han , linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: Re: [RFC PATCH 26/30] MAINTAINERS: Add MAINTAINER entry for PCIe on TI's J721E SoC Message-ID: <20190604194557.GB84290@google.com> References: <20190604131516.13596-1-kishon@ti.com> <20190604131516.13596-27-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190604131516.13596-27-kishon@ti.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Nit: the subject wastes a lot of space in the most valuable part (the beginning). Something like this would make "git log --oneline" more useful: MAINTAINERS: Add Kishon Vijay Abraham I for TI J721E SoC PCIe On Tue, Jun 04, 2019 at 06:45:12PM +0530, Kishon Vijay Abraham I wrote: > Add MAINTAINER entry for PCIe on TI's J721E SoC. > > Signed-off-by: Kishon Vijay Abraham I > --- > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a6954776a37e..8a421949f335 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12122,13 +12122,14 @@ S: Maintained > F: Documentation/devicetree/bindings/pci/designware-pcie.txt > F: drivers/pci/controller/dwc/*designware* > > -PCI DRIVER FOR TI DRA7XX > +PCI DRIVER FOR TI DRA7XX/J721E > M: Kishon Vijay Abraham I > L: linux-omap@vger.kernel.org > L: linux-pci@vger.kernel.org > S: Supported > F: Documentation/devicetree/bindings/pci/ti-pci.txt > F: drivers/pci/controller/dwc/pci-dra7xx.c > +F: drivers/pci/controller/pci-j721e.c > > PCI DRIVER FOR TI KEYSTONE > M: Murali Karicheri > -- > 2.17.1 >