From patchwork Tue Feb 2 17:39:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joao Pinto X-Patchwork-Id: 8192151 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: X-Original-To: patchwork-linux-pci@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id CEBE5BEEE5 for ; Tue, 2 Feb 2016 17:39:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1F2E020109 for ; Tue, 2 Feb 2016 17:39:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4E6AA200F0 for ; Tue, 2 Feb 2016 17:39:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756744AbcBBRjY (ORCPT ); Tue, 2 Feb 2016 12:39:24 -0500 Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:41440 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755750AbcBBRjX (ORCPT ); Tue, 2 Feb 2016 12:39:23 -0500 Received: from us02secmta2.synopsys.com (us02secmta2.synopsys.com [10.12.235.98]) by smtprelay.synopsys.com (Postfix) with ESMTP id 8C68124E0C92; Tue, 2 Feb 2016 09:39:23 -0800 (PST) Received: from us02secmta2.internal.synopsys.com (us02secmta2.internal.synopsys.com [127.0.0.1]) by us02secmta2.internal.synopsys.com (Service) with ESMTP id 7E88855F13; Tue, 2 Feb 2016 09:39:23 -0800 (PST) Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by us02secmta2.internal.synopsys.com (Service) with ESMTP id 5B57855F02; Tue, 2 Feb 2016 09:39:23 -0800 (PST) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id 493F495E; Tue, 2 Feb 2016 09:39:23 -0800 (PST) Received: from jppCent.internal.synopsys.com (jppcent.internal.synopsys.com [10.107.19.147]) by mailhost.synopsys.com (Postfix) with ESMTP id 15F04955; Tue, 2 Feb 2016 09:39:21 -0800 (PST) From: Joao Pinto To: helgaas@kernel.org Cc: linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Joao Pinto Subject: [PATCH] Synopsys driver updated in Maintainers Date: Tue, 2 Feb 2016 17:39:16 +0000 Message-Id: X-Mailer: git-send-email 1.8.1.5 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Spam-Status: No, score=-7.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, 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 Driver name changed but not updated in MAINTAINERS. Signed-off-by: Joao Pinto --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index d2e4506..caba688 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8234,8 +8234,8 @@ PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE M: Joao Pinto L: linux-pci@vger.kernel.org S: Maintained -F: Documentation/devicetree/bindings/pci/pcie-snpsdev.txt -F: drivers/pci/host/pcie-snpsdev.c +F: Documentation/devicetree/bindings/pci/pcie-synopsys.txt +F: drivers/pci/host/pcie-synopsys.c PCMCIA SUBSYSTEM P: Linux PCMCIA Team