From patchwork Wed Feb 17 06:06:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Russell Currey X-Patchwork-Id: 583940 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 64CDF140271 for ; Wed, 17 Feb 2016 17:13:05 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756418AbcBQGMx (ORCPT ); Wed, 17 Feb 2016 01:12:53 -0500 Received: from russell.cc ([43.229.61.17]:59278 "EHLO russell.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754244AbcBQGMx (ORCPT ); Wed, 17 Feb 2016 01:12:53 -0500 X-Greylist: delayed 398 seconds by postgrey-1.27 at vger.kernel.org; Wed, 17 Feb 2016 01:12:52 EST Received: from snap.ozlabs.ibm.com (static-82-10.transact.net.au [122.99.82.10]) by russell.cc (OpenSMTPD) with ESMTPSA id 450c0a53 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=NO; Wed, 17 Feb 2016 06:06:13 +0000 (UTC) From: Russell Currey To: linuxppc-dev@lists.ozlabs.org Cc: gwshan@linux.vnet.ibm.com, linux-pci@vger.kernel.org, benh@kernel.crashing.org, Russell Currey Subject: [PATCH] MAINTAINERS: Update EEH details and maintainership Date: Wed, 17 Feb 2016 17:06:04 +1100 Message-Id: <1455689164-12128-1-git-send-email-ruscur@russell.cc> X-Mailer: git-send-email 2.7.1 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Enhanced Error Handling could mean anything in the context of the entire kernel, so change the name to reference that it is both for PCI and powerpc. EEH covers a bit more than the previously listed files, so add the headers and platform-specific code to the EEH maintained section. In addition, I am taking over the maintainership. Signed-off-by: Russell Currey Acked-by: Gavin Shan --- MAINTAINERS | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 28eb61b..95d999e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4222,13 +4222,6 @@ M: Maxim Levitsky S: Maintained F: drivers/media/rc/ene_ir.* -ENHANCED ERROR HANDLING (EEH) -M: Gavin Shan -L: linuxppc-dev@lists.ozlabs.org -S: Supported -F: Documentation/powerpc/eeh-pci-error-recovery.txt -F: arch/powerpc/kernel/eeh*.c - EPSON S1D13XXX FRAMEBUFFER DRIVER M: Kristoffer Ericson S: Maintained @@ -8244,6 +8237,15 @@ L: linux-pci@vger.kernel.org S: Supported F: Documentation/PCI/pci-error-recovery.txt +PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC +M: Russell Currey +L: linuxppc-dev@lists.ozlabs.org +S: Supported +F: Documentation/powerpc/eeh-pci-error-recovery.txt +F: arch/powerpc/kernel/eeh*.c +F: arch/powerpc/platforms/*/eeh*.c +F: arch/powerpc/include/*/eeh*.h + PCI SUBSYSTEM M: Bjorn Helgaas L: linux-pci@vger.kernel.org