Re: [PATCH 4/4] pnv_phb4_pec: Simplify/align code to parent user-created PHBs

2023-03-03 Thread Daniel Henrique Barboza
On 3/2/23 13:37, Frederic Barrat wrote: When instantiating a user-created PHB on P9/P10, we don't really have a reason any more to go through an indirection in pnv_chip_add_phb() in pnv.c, we can go straight to the right function in pnv_phb4_pec.c. That way, default PHBs and user-created PHBs

[PATCH 4/4] pnv_phb4_pec: Simplify/align code to parent user-created PHBs

2023-03-02 Thread Frederic Barrat
When instantiating a user-created PHB on P9/P10, we don't really have a reason any more to go through an indirection in pnv_chip_add_phb() in pnv.c, we can go straight to the right function in pnv_phb4_pec.c. That way, default PHBs and user-created PHBs are all handled in the same file. This patch