From patchwork Fri May 29 18:24:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Duc Dang X-Patchwork-Id: 6510541 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: X-Original-To: patchwork-linux-pci@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id D499C9F1C1 for ; Fri, 29 May 2015 18:26:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 12A8F205B7 for ; Fri, 29 May 2015 18:26:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 229282055D for ; Fri, 29 May 2015 18:26:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756715AbbE2SZm (ORCPT ); Fri, 29 May 2015 14:25:42 -0400 Received: from exprod5og111.obsmtp.com ([64.18.0.22]:49080 "EHLO mail-pd0-f172.google.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756704AbbE2SZd (ORCPT ); Fri, 29 May 2015 14:25:33 -0400 Received: from mail-pd0-f172.google.com ([209.85.192.172]) (using TLSv1) by exprod5ob111.postini.com ([64.18.4.12]) with SMTP ID DSNKVWivHRt4IOmM3In1qb9m1dUf6Wwrde2F@postini.com; Fri, 29 May 2015 11:25:33 PDT Received: by pdea3 with SMTP id a3so59131231pde.2 for ; Fri, 29 May 2015 11:25:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=cK+G3L+j4DVB8553WUaRua23qY2v+AxvQ+Ml5S4EdHI=; b=kN6u8JQdoD36gKtHS84aFIATkmd8raNV2RS9E3EPShQ27qS0P4RAl32yf/3AI+jKBp rJB2k/BNbuf3tCehv3Sqj/4MuX5sYEbVGhTpOrC3H3tUc7Xejwdm+8s7VvniRbH+dziY IpRophtOf7DDzPHJji+h/NDwlLme8DIySbKcBNSzgOePwtxwXPS5Gn0tYADqHAx1aUYa vLl/5u7A3hlkF+sbfpbpdNb8/ozuyaLEJyTJyN2xBzelzTm0oRWHvb3G4lWDW601BgbN O6Th2+D3mOTX5W5+qNhdr11yypuJvd8gM5mCU/iWjAGh1abHW5pREJBwRYe7P8FmRMi1 5yjw== X-Gm-Message-State: ALoCoQkfvPuxqzCHmXdvvReVm1T3vks28Js8znviGq+dE1DwGjcHUjlGOCFCckJ0NGVERjZcd/wOlDXe8j8sZV8JRM34YNPdx++1/pygxTu8E0RHRtjA6EDjqtsbMck/i6VwhoACemtlzcC9gTZXL+NrVUUjirvOBw== X-Received: by 10.70.134.70 with SMTP id pi6mr17123006pdb.100.1432923932636; Fri, 29 May 2015 11:25:32 -0700 (PDT) X-Received: by 10.70.134.70 with SMTP id pi6mr17123004pdb.100.1432923932556; Fri, 29 May 2015 11:25:32 -0700 (PDT) Received: from dhdang-Precision-WorkStation-T3400.amcc.com (67-207-112-226.static.wiline.com. [67.207.112.226]) by mx.google.com with ESMTPSA id ml6sm6278602pdb.69.2015.05.29.11.25.31 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 29 May 2015 11:25:31 -0700 (PDT) From: Duc Dang To: Bjorn Helgaas , Arnd Bergmann , Grant Likely , Liviu Dudau , Marc Zyngier , Thomas Gleixner , Jason Cooper , Mark Rutland Cc: linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Tanmay Inamdar , Loc Ho , Feng Kan , Duc Dang Subject: [PATCH v10 4/4] PCI: X-Gene: Add the MAINTAINERS entry for APM X-Gene v1 PCIe MSI driver Date: Fri, 29 May 2015 11:24:32 -0700 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: In-Reply-To: References: <5566CC58.8080400@arm.com> Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch adds information of maintainers for APM X-Gene v1 PCIe MSI/MSIX termination driver. Signed-off-by: Duc Dang Signed-off-by: Tanmay Inamdar Reviewed-by: Marc Zyngier --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 781e099..59aa7b3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7564,6 +7564,14 @@ L: linux-pci@vger.kernel.org S: Orphan F: drivers/pci/host/*spear* +PCI MSI DRIVER FOR APPLIEDMICRO XGENE +M: Duc Dang +L: linux-pci@vger.kernel.org +L: linux-arm-kernel@lists.infradead.org +S: Maintained +F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt +F: drivers/pci/host/pci-xgene-msi.c + PCMCIA SUBSYSTEM P: Linux PCMCIA Team L: linux-pcmcia@lists.infradead.org