From patchwork Mon Mar 13 14:22:58 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: 95252 Delivered-To: patch@linaro.org Received: by 10.182.3.34 with SMTP id 2csp1121171obz; Mon, 13 Mar 2017 07:27:16 -0700 (PDT) X-Received: by 10.84.233.200 with SMTP id m8mr47971115pln.92.1489415236916; Mon, 13 Mar 2017 07:27:16 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q23si11590301pfd.248.2017.03.13.07.27.16; Mon, 13 Mar 2017 07:27:16 -0700 (PDT) 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 S1753602AbdCMO0Z (ORCPT + 25 others); Mon, 13 Mar 2017 10:26:25 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:52734 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752980AbdCMOZk (ORCPT ); Mon, 13 Mar 2017 10:25:40 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllnx210.ext.ti.com (8.15.1/8.15.1) with ESMTP id v2DEOVno027731; Mon, 13 Mar 2017 09:24:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1489415071; bh=UOjYXBgc+Q6JFqHT/ENGpELdLCf9PsYg17gfmShuHXo=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=WgjeJH2uvViEsvzZTl8aluC1DSDmCgRQRCPQquGJUkQbwPjIUbrFLekuXhJavG1I2 Xd100L4gZ4J5PCFDGUO5B0nPKOxpqngn+eBIkXLKg9Q3HhyEiX3elRLALo8hiWK2tt TWoGMwcxERLSWzLqTYHHmjKX1RYG7bNj4ytSN5sM= Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2DEOVJt004790; Mon, 13 Mar 2017 09:24:31 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.294.0; Mon, 13 Mar 2017 09:24:31 -0500 Received: from a0393678ub.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2DEN3ec003368; Mon, 13 Mar 2017 09:24:28 -0500 From: Kishon Vijay Abraham I To: Bjorn Helgaas , Joao Pinto , , , , , , CC: , , Subject: [PATCH v4 22/23] MAINTAINERS: add PCI EP maintainer Date: Mon, 13 Mar 2017 19:52:58 +0530 Message-ID: <20170313142259.25397-23-kishon@ti.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170313142259.25397-1-kishon@ti.com> References: <20170313142259.25397-1-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(+) -- 2.11.0 diff --git a/MAINTAINERS b/MAINTAINERS index c265a5fe4848..3c1b947811e2 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)