Re: [PATCH v2 03/16] ppc/pnv: add PnvPHB base/proxy device

2022-06-07 Thread Daniel Henrique Barboza
On 6/7/22 05:44, Frederic Barrat wrote: On 07/06/2022 08:42, Cédric Le Goater wrote: On 6/2/22 18:16, Frederic Barrat wrote: On 31/05/2022 23:49, Daniel Henrique Barboza wrote: The PnvPHB device is going to be the base device for all other powernv PHBs. It consists of a device that has

Re: [PATCH v2 03/16] ppc/pnv: add PnvPHB base/proxy device

2022-06-07 Thread Frederic Barrat
On 07/06/2022 08:42, Cédric Le Goater wrote: On 6/2/22 18:16, Frederic Barrat wrote: On 31/05/2022 23:49, Daniel Henrique Barboza wrote: The PnvPHB device is going to be the base device for all other powernv PHBs. It consists of a device that has the same user API as the other PHB, namely

Re: [PATCH v2 03/16] ppc/pnv: add PnvPHB base/proxy device

2022-06-06 Thread Cédric Le Goater
On 6/2/22 18:16, Frederic Barrat wrote: On 31/05/2022 23:49, Daniel Henrique Barboza wrote: The PnvPHB device is going to be the base device for all other powernv PHBs. It consists of a device that has the same user API as the other PHB, namely being a PCIHostBridge and having chip-id and inde

Re: [PATCH v2 03/16] ppc/pnv: add PnvPHB base/proxy device

2022-06-02 Thread Daniel Henrique Barboza
On 6/2/22 13:16, Frederic Barrat wrote: On 31/05/2022 23:49, Daniel Henrique Barboza wrote: The PnvPHB device is going to be the base device for all other powernv PHBs. It consists of a device that has the same user API as the other PHB, namely being a PCIHostBridge and having chip-id and i

Re: [PATCH v2 03/16] ppc/pnv: add PnvPHB base/proxy device

2022-06-02 Thread Daniel Henrique Barboza
On 6/2/22 04:18, Mark Cave-Ayland wrote: On 31/05/2022 22:49, Daniel Henrique Barboza wrote: The PnvPHB device is going to be the base device for all other powernv PHBs. It consists of a device that has the same user API as the other PHB, namely being a PCIHostBridge and having chip-id and i

Re: [PATCH v2 03/16] ppc/pnv: add PnvPHB base/proxy device

2022-06-02 Thread Frederic Barrat
On 31/05/2022 23:49, Daniel Henrique Barboza wrote: The PnvPHB device is going to be the base device for all other powernv PHBs. It consists of a device that has the same user API as the other PHB, namely being a PCIHostBridge and having chip-id and index properties. It also has a 'backend' po

Re: [PATCH v2 03/16] ppc/pnv: add PnvPHB base/proxy device

2022-06-02 Thread Mark Cave-Ayland
On 31/05/2022 22:49, Daniel Henrique Barboza wrote: The PnvPHB device is going to be the base device for all other powernv PHBs. It consists of a device that has the same user API as the other PHB, namely being a PCIHostBridge and having chip-id and index properties. It also has a 'backend' poin

[PATCH v2 03/16] ppc/pnv: add PnvPHB base/proxy device

2022-05-31 Thread Daniel Henrique Barboza
The PnvPHB device is going to be the base device for all other powernv PHBs. It consists of a device that has the same user API as the other PHB, namely being a PCIHostBridge and having chip-id and index properties. It also has a 'backend' pointer that will be initialized with the PHB implementatio