summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/imx/rm.c
Commit message (Collapse)AuthorAgeFilesLines
* firmware: imx: add get resource owner apiPeng Fan2022-02-121-0/+45
| | | | | | | | Add resource owner management API, this API could be used to check whether M4 is under control of Linux. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* firmware: imx: add resource management apiPeng Fan2020-06-231-0/+45
Add resource management API, when we have multiple partition running together, resources not owned to current partition should not be used. Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>