Re: [PATCH v2 6/6] powerpc/eeh: Refactor around eeh_probe_devices()

2019-06-18 Thread Sam Bobroff
On Wed, Jun 05, 2019 at 03:49:15PM +1000, Oliver wrote: > On Tue, May 7, 2019 at 2:30 PM Sam Bobroff wrote: > > > > Now that EEH support for all devices (on PowerNV and pSeries) is > > provided by the pcibios bus add device hooks, eeh_probe_devices() and > > eeh_addr_cache_build() are redundant an

Re: [PATCH v2 6/6] powerpc/eeh: Refactor around eeh_probe_devices()

2019-06-04 Thread Oliver
On Tue, May 7, 2019 at 2:30 PM Sam Bobroff wrote: > > Now that EEH support for all devices (on PowerNV and pSeries) is > provided by the pcibios bus add device hooks, eeh_probe_devices() and > eeh_addr_cache_build() are redundant and can be removed. > > Move the EEH enabled message into it's own f

[PATCH v2 6/6] powerpc/eeh: Refactor around eeh_probe_devices()

2019-05-06 Thread Sam Bobroff
Now that EEH support for all devices (on PowerNV and pSeries) is provided by the pcibios bus add device hooks, eeh_probe_devices() and eeh_addr_cache_build() are redundant and can be removed. Move the EEH enabled message into it's own function so that it can be called from multiple places. Note t