| From: |
| Linas Vepstas <linas@linas.org> |
| To: |
| paulus@samba.org, linuxppc64-dev@ozlabs.org |
| Subject: |
| [PATCH 0/42] PCI Error Recovery for PPC64 and misc device drivers |
| Date: |
| Thu, 3 Nov 2005 17:59:18 -0600 |
| Cc: |
| johnrose@austin.ibm.com, linux-pci@atrey.karlin.mff.cuni.cz,
bluesmoke-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org |
| Archive-link: |
| Article,
Thread
|
What follows is a long sequence of mostly small patches to implement
PCI Error Recovery by adding notification callbacks to the PCI device
driver structure, implementing the recovery in 5 device drivers
(3 ethernet, two scsi drivers), and adding the actual error detection
and recovery code to the ppc64/powerpc arch tree.
Highlights:
-- Patches 1-14: Misc required ppc64/powerpc cleanup/bugfixes/restructuring
-- Patch 15: Overview documentation
-- Patch 16: changes to include/linux/pci.h
-- Patches 17-26: error detection and recovery for pSeries PCI bridge chips
-- Patchs 27-32: recovery patches for ethernet, scsi device drivers
-- Patches 33-42: More misc ppc64-specific changes
Signed-off-by: Linas Vepstas <linas@austin.ibm.com>