commit | 844db203ff85cb6c1b728260bb387171cde9458e | [log] [tgz] |
---|---|---|
author | Keerthy <j-keerthy@ti.com> | Thu Jan 27 13:16:55 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 08 11:00:03 2022 -0500 |
tree | eee41e12898b41cab7c45ecfbe77e88f7ba41d0c | |
parent | fbf61009b04772c2fbba417648baa57e7ad2164d [diff] |
remoteproc: uclass: Add remoteproc resource handling helpers 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>