Re: [PATCH 11/17] ppc/pnv: introduce PnvPHB4 'phb_number' property

2022-01-14 Thread Cédric Le Goater
On 1/14/22 12:29, Daniel Henrique Barboza wrote: On 1/14/22 07:46, Cédric Le Goater wrote: On 1/13/22 20:29, Daniel Henrique Barboza wrote: One of the remaining dependencies we have on the PnvPhb4PecStack object is the stack->stack_no property. This is set as the position the stack occupies

Re: [PATCH 11/17] ppc/pnv: introduce PnvPHB4 'phb_number' property

2022-01-14 Thread Daniel Henrique Barboza
On 1/14/22 07:46, Cédric Le Goater wrote: On 1/13/22 20:29, Daniel Henrique Barboza wrote: One of the remaining dependencies we have on the PnvPhb4PecStack object is the stack->stack_no property. This is set as the position the stack occupies in the pec->stacks[] array. We need a way to

Re: [PATCH 11/17] ppc/pnv: introduce PnvPHB4 'phb_number' property

2022-01-14 Thread Cédric Le Goater
On 1/13/22 20:29, Daniel Henrique Barboza wrote: One of the remaining dependencies we have on the PnvPhb4PecStack object is the stack->stack_no property. This is set as the position the stack occupies in the pec->stacks[] array. We need a way to report this same value in the PnvPHB4. This patch

[PATCH 11/17] ppc/pnv: introduce PnvPHB4 'phb_number' property

2022-01-13 Thread Daniel Henrique Barboza
One of the remaining dependencies we have on the PnvPhb4PecStack object is the stack->stack_no property. This is set as the position the stack occupies in the pec->stacks[] array. We need a way to report this same value in the PnvPHB4. This patch creates a new property called 'phb_number' to be