This series reworks how EEH devices are initialised. This mainly affects pseries since it moves the "early" EEH probe out of shared code and into pseries platform code. The goal here is to make the platform dependencies more explicit and to allow PowerNV to implement its own pci_dev <-> eeh_dev mapping that doesn't require a PCI_DN.
- EEH init cleanup Oliver O'Halloran
- [PATCH 1/6] powerpc/eeh: Add sysfs files in late pr... Oliver O'Halloran
- Re: [PATCH 1/6] powerpc/eeh: Add sysfs files in... Sam Bobroff
- Re: [PATCH 1/6] powerpc/eeh: Add sysfs file... Oliver O'Halloran
- [PATCH 2/6] powerpc/eeh: Remove eeh_add_device_tree... Oliver O'Halloran
- [PATCH 3/6] powerpc/eeh: Do early EEH init only whe... Oliver O'Halloran
- [PATCH 4/6] powerpc/eeh: Remove PHB check in probe Oliver O'Halloran
- [PATCH 5/6] powerpc/eeh: Make early EEH init pserie... Oliver O'Halloran