Re: [PATCH v4 1/5] ppc/pnv: set phb4 properties in stk_realize()

2022-01-11 Thread Cédric Le Goater
On 1/11/22 01:55, Daniel Henrique Barboza wrote: Moving all phb4 properties setup to stk_realize() keeps this logic in a single place instead of having it scattered between stk_realize() and pec_realize(). 'phb->index' can be retrieved using stack->stack_no and pnv_phb4_pec_get_phb_id(), depreca

[PATCH v4 1/5] ppc/pnv: set phb4 properties in stk_realize()

2022-01-10 Thread Daniel Henrique Barboza
Moving all phb4 properties setup to stk_realize() keeps this logic in a single place instead of having it scattered between stk_realize() and pec_realize(). 'phb->index' can be retrieved using stack->stack_no and pnv_phb4_pec_get_phb_id(), deprecating the use of 'phb-id' alias that was being used