RE: [PATCH V2 2/3] firmware: imx: add resource management api

2020-06-04 Thread Peng Fan
> Subject: RE: [PATCH V2 2/3] firmware: imx: add resource management api > [...] > > +/* > > + * Copyright (C) 2016 Freescale Semiconductor, Inc. > > + * Copyright 2017-2020 NXP > > + * > > + * Header file containing the public API for the System Controlle

RE: [PATCH V2 2/3] firmware: imx: add resource management api

2020-06-04 Thread Aisheng Dong
> From: Peng Fan > Sent: Wednesday, June 3, 2020 11:32 AM > > 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 > Signed-off-by: Peng Fan > --- > drivers/firmware/imx/M

[PATCH V2 2/3] firmware: imx: add resource management api

2020-06-02 Thread peng . fan
From: Peng Fan 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 Signed-off-by: Peng Fan --- drivers/firmware/imx/Makefile | 2 +- drivers/firmware/imx/rm.c