Re: [patch V2 21/31] soc: ti: ti_sci_inta_msi: Rework MSI descriptor allocation

2021-12-15 Thread Thomas Gleixner
On Mon, Dec 06 2021 at 23:51, Thomas Gleixner wrote: > > No functional change intended. Famous last words. > static int ti_sci_inta_msi_alloc_descs(struct device *dev, > struct ti_sci_resource *res) > { > - struct msi_desc *msi_desc; > + struct

[patch V2 21/31] soc: ti: ti_sci_inta_msi: Rework MSI descriptor allocation

2021-12-06 Thread Thomas Gleixner
Protect the allocation properly and use the core allocation and free mechanism. No functional change intended. Signed-off-by: Thomas Gleixner --- drivers/soc/ti/ti_sci_inta_msi.c | 71 +-- 1 file changed, 25 insertions(+), 46 deletions(-) ---