Re: [PATCH v3 06/11] remoteproc: uclass: Add remoteproc resource handling helpers

2022-01-27 Thread Simon Glass
Hi Amjad, On Tue, 18 Jan 2022 at 03:13, Amjad Ouled-Ameur wrote: > > From: Keerthy > > Add remoteproc resource handling helpers. These functions > are primarily to parse the resource table and to handle > different types of resources. Carveout, devmem, trace & > vring resources are handled. > >

[PATCH v3 06/11] remoteproc: uclass: Add remoteproc resource handling helpers

2022-01-18 Thread Amjad Ouled-Ameur
From: Keerthy Add remoteproc resource handling helpers. These functions are primarily to parse the resource table and to handle different types of resources. Carveout, devmem, trace & vring resources are handled. Signed-off-by: Keerthy [Amjad: fix redefinition of "struct resource_table" and