Re: [PATCH] ppc/pnv: fix default PHB4 QOM hierarchy

2022-03-01 Thread Cédric Le Goater
On 2/28/22 14:51, Daniel Henrique Barboza wrote: On 2/26/22 10:49, Cédric Le Goater wrote: On 2/18/22 21:28, Daniel Henrique Barboza wrote: Commit 3f4c369ea63e ("ppc/pnv: make PECs create and realize PHB4s") changed phb4_pec code to create the default PHB4 objects in pnv_pec_default_phb_reali

Re: [PATCH] ppc/pnv: fix default PHB4 QOM hierarchy

2022-02-28 Thread Daniel Henrique Barboza
On 2/26/22 10:49, Cédric Le Goater wrote: On 2/18/22 21:28, Daniel Henrique Barboza wrote: Commit 3f4c369ea63e ("ppc/pnv: make PECs create and realize PHB4s") changed phb4_pec code to create the default PHB4 objects in pnv_pec_default_phb_realize(). In this process the stacks[] PEC array was

Re: [PATCH] ppc/pnv: fix default PHB4 QOM hierarchy

2022-02-26 Thread Cédric Le Goater
On 2/18/22 21:28, Daniel Henrique Barboza wrote: Commit 3f4c369ea63e ("ppc/pnv: make PECs create and realize PHB4s") changed phb4_pec code to create the default PHB4 objects in pnv_pec_default_phb_realize(). In this process the stacks[] PEC array was removed and each PHB4 object is tied together

[PATCH] ppc/pnv: fix default PHB4 QOM hierarchy

2022-02-18 Thread Daniel Henrique Barboza
Commit 3f4c369ea63e ("ppc/pnv: make PECs create and realize PHB4s") changed phb4_pec code to create the default PHB4 objects in pnv_pec_default_phb_realize(). In this process the stacks[] PEC array was removed and each PHB4 object is tied together with its PEC via the phb->pec pointer. This change