From patchwork Thu Mar 9 07:57:33 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kishon Vijay Abraham I X-Patchwork-Id: 95075 Delivered-To: patch@linaro.org Received: by 10.140.82.71 with SMTP id g65csp245932qgd; Thu, 9 Mar 2017 00:01:53 -0800 (PST) X-Received: by 10.84.197.1 with SMTP id m1mr15454872pld.123.1489046513648; Thu, 09 Mar 2017 00:01:53 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k7si5707823pln.183.2017.03.09.00.01.53; Thu, 09 Mar 2017 00:01:53 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@ti.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=ti.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753766AbdCIIBK (ORCPT + 25 others); Thu, 9 Mar 2017 03:01:10 -0500 Received: from lelnx194.ext.ti.com ([198.47.27.80]:13867 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753417AbdCIIBE (ORCPT ); Thu, 9 Mar 2017 03:01:04 -0500 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id v297wwNv001850; Thu, 9 Mar 2017 01:58:58 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1489046338; bh=i7cb4Npz0vmKMczROoA8JRNTY7EKg8Nd2ynYFWRy5Pk=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=omem6f1LKdB8Lp7KJFhh9cLh78/l2xECwsC90jufI5kFcVps/jU7wedMjIDSMHSS4 H6mqq0UpcDMOYBBksv+j6A7UXcoHu4GyEFPJxDmaPyoV8JAg4w8Ktaxu8vpKErVIgo e4477iTenjz4Ddp/jO4KxEKlMKXdtY5kAzAa+qz0= Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v297wwX3031554; Thu, 9 Mar 2017 01:58:58 -0600 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.294.0; Thu, 9 Mar 2017 01:58:57 -0600 Received: from a0393678ub.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v297vZPK014250; Thu, 9 Mar 2017 01:58:54 -0600 From: Kishon Vijay Abraham I To: Bjorn Helgaas , Joao Pinto , , , , , , CC: , , Subject: [PATCH v3 22/23] MAINTAINERS: add PCI EP maintainer Date: Thu, 9 Mar 2017 13:27:33 +0530 Message-ID: <1489046254-19919-23-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1489046254-19919-1-git-send-email-kishon@ti.com> References: <1489046254-19919-1-git-send-email-kishon@ti.com> MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add maintainer for the newly introduced PCI EP framework. Signed-off-by: Kishon Vijay Abraham I --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) -- 1.7.9.5 diff --git a/MAINTAINERS b/MAINTAINERS index c265a5f..3c1b947 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9581,6 +9581,15 @@ F: include/linux/pci* F: arch/x86/pci/ F: arch/x86/kernel/quirks.c +PCI EP 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/ + PCI DRIVER FOR ALTERA PCIE IP M: Ley Foon Tan L: rfi@lists.rocketboards.org (moderated for non-subscribers)