From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e23smtp03.au.ibm.com ([202.81.31.145]:55734 "EHLO e23smtp03.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423956AbcBQWfr (ORCPT ); Wed, 17 Feb 2016 17:35:47 -0500 Received: from localhost by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 18 Feb 2016 08:35:45 +1000 Received: from d23relay07.au.ibm.com (d23relay07.au.ibm.com [9.190.26.37]) by d23dlp01.au.ibm.com (Postfix) with ESMTP id 38E252CE8054 for ; Thu, 18 Feb 2016 09:35:42 +1100 (EST) Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay07.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1HMZYT654722726 for ; Thu, 18 Feb 2016 09:35:42 +1100 Received: from d23av02.au.ibm.com (localhost [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1HMZ9Jl006138 for ; Thu, 18 Feb 2016 09:35:10 +1100 Date: Thu, 18 Feb 2016 09:34:44 +1100 From: Gavin Shan To: Russell Currey Cc: linuxppc-dev@lists.ozlabs.org, gwshan@linux.vnet.ibm.com, linux-pci@vger.kernel.org, benh@kernel.crashing.org Subject: Re: [PATCH] MAINTAINERS: Update EEH details and maintainership Message-ID: <20160217223444.GA6112@gwshan> Reply-To: Gavin Shan References: <1455689164-12128-1-git-send-email-ruscur@russell.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1455689164-12128-1-git-send-email-ruscur@russell.cc> Sender: linux-pci-owner@vger.kernel.org List-ID: On Wed, Feb 17, 2016 at 05:06:04PM +1100, Russell Currey wrote: >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 Thanks, Gavin >--- > 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 >-- >2.7.1 >