
Hi Amjad,
On Thu, 27 Jan 2022 at 05:17, Amjad Ouled-Ameur aouledameur@baylibre.com wrote:
From: Keerthy j-keerthy@ti.com
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 j-keerthy@ti.com [Amjad: fix redefinition of "struct resource_table" and compile warnings ] Signed-off-by: Amjad Ouled-Ameur aouledameur@baylibre.com
(no changes since v2)
Changes in v2:
- Add useful checks and remove redundant code.
drivers/remoteproc/rproc-uclass.c | 534 ++++++++++++++++++++++++++++++ include/remoteproc.h | 384 ++++++++++++++++++++- 2 files changed, 917 insertions(+), 1 deletion(-)
Sorry my comments are a bit late - I sent them on v3.
Regards, Simon