Re: [PATCH 2/6] powerpc/eeh: Remove eeh_add_device_tree_late()

2020-02-05 Thread Sam Bobroff
On Mon, Feb 03, 2020 at 07:35:17PM +1100, Oliver O'Halloran wrote: > On pseries and PowerNV pcibios_bus_add_device() calls eeh_add_device_late() > so there's no need to do a separate tree traversal to bind the eeh_dev and > pci_dev together setting up the PHB at boot. As a result we can remove > ee

[PATCH 2/6] powerpc/eeh: Remove eeh_add_device_tree_late()

2020-02-03 Thread Oliver O'Halloran
On pseries and PowerNV pcibios_bus_add_device() calls eeh_add_device_late() so there's no need to do a separate tree traversal to bind the eeh_dev and pci_dev together setting up the PHB at boot. As a result we can remove eeh_add_device_tree_late(). Signed-off-by: Oliver O'Halloran --- arch/powe