diff options
author | linas@austin.ibm.com <linas@austin.ibm.com> | 2005-12-02 19:16:18 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-01-09 12:13:21 -0800 |
commit | 065c6359071c6d7d1f8b2839317471d1d97fc70b (patch) | |
tree | f893af1d113991b94b39fbbae60e2b16a12efc5b /MAINTAINERS | |
parent | 392a1ce761bc3b3a5d642ee341c1ff082cbb71f0 (diff) | |
download | op-kernel-dev-065c6359071c6d7d1f8b2839317471d1d97fc70b.zip op-kernel-dev-065c6359071c6d7d1f8b2839317471d1d97fc70b.tar.gz |
[PATCH] PCI Error Recovery: documentation
Various PCI bus errors can be signaled by newer PCI controllers.
Recovering from those errors requires an infrastructure to notify
affected device drivers of the error, and a way of walking through
a reset sequence. This patch adds documentation describing the
current error recovery proposal.
Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 270e28c..8024d1b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1994,6 +1994,13 @@ M: hch@infradead.org L: linux-abi-devel@lists.sourceforge.net S: Maintained +PCI ERROR RECOVERY +P: Linas Vepstas +M: linas@austin.ibm.com +L: linux-kernel@vger.kernel.org +L: linux-pci@atrey.karlin.mff.cuni.cz +S: Supported + PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES) P: Thomas Sailer M: sailer@ife.ee.ethz.ch |