Re: [PATCH v3 01/12] ppc/pnv: add PHB3 bus init helper

2022-07-27 Thread Frederic Barrat
On 24/06/2022 10:49, Daniel Henrique Barboza wrote: The PnvPHB3 bus init consists of initializing the pci_io and pci_mmio regions, registering it via pci_register_root_bus() and then setup the iommu. We'll want to init the bus from outside pnv_phb3.c when the bus is removed from the PnvPHB3 d

Re: [PATCH v3 01/12] ppc/pnv: add PHB3 bus init helper

2022-06-27 Thread Daniel Henrique Barboza
On 6/24/22 10:44, Cédric Le Goater wrote: (Adding people who could help making the right change) On 6/24/22 10:49, Daniel Henrique Barboza wrote: The PnvPHB3 bus init consists of initializing the pci_io and pci_mmio regions, registering it via pci_register_root_bus() and then setup the iommu

Re: [PATCH v3 01/12] ppc/pnv: add PHB3 bus init helper

2022-06-24 Thread Cédric Le Goater
(Adding people who could help making the right change) On 6/24/22 10:49, Daniel Henrique Barboza wrote: The PnvPHB3 bus init consists of initializing the pci_io and pci_mmio regions, registering it via pci_register_root_bus() and then setup the iommu. We'll want to init the bus from outside pnv

[PATCH v3 01/12] ppc/pnv: add PHB3 bus init helper

2022-06-24 Thread Daniel Henrique Barboza
The PnvPHB3 bus init consists of initializing the pci_io and pci_mmio regions, registering it via pci_register_root_bus() and then setup the iommu. We'll want to init the bus from outside pnv_phb3.c when the bus is removed from the PnvPHB3 device and put into a new parent PnvPHB device. The new pn