[PATCH 05/22] powerpc/eeh: Trace PCI bus from PE

2013-05-14 Thread Gavin Shan
There're several types of PEs can be supported for now: PHB, Bus and Device dependent PE. For PCI bus dependent PE, tracing the corresponding PCI bus from PE (struct eeh_pe) would make the code more efficient. The patch also enables the retrieval of PCI bus based on the PCI device dependent PE. Si

[PATCH 05/22] powerpc/eeh: Trace PCI bus from PE

2013-03-01 Thread Gavin Shan
There're several types of PEs can be supported for now: PHB, Bus Device. For PCI bus dependent PE, tracing the corresponding PCI bus from PE (struct eeh_pe) would make the code more efficient. The patch also enables the retrieval of PCI bus based on the PCI device dependent PE. Signed-off-by: Gav