mbox series

[V3,0/3] firmware: imx: fix/update cm4 and add resource check

Message ID 1591322372-3793-1-git-send-email-peng.fan@nxp.com (mailing list archive)
Headers show
Series firmware: imx: fix/update cm4 and add resource check | expand

Message

Peng Fan June 5, 2020, 1:59 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

V3:
 Fix comments
 Add R-b tag

V2:
 Add R-b tag
 Drop patch 3/4 from V1
 Add comments and update Copyright for patch 2/3
 keep code consistency in Patch 3/3

V1:
 https://patchwork.kernel.org/cover/11505045/

Fix cm40 power domain, update to add more cm4 resources
Add resource owner check, to not register if not owned by Linux.

Peng Fan (3):
  firmware: imx: scu-pd: fix cm40 power domain
  firmware: imx: add resource management api
  firmware: imx: scu-pd: add more cm4 resources

 drivers/firmware/imx/Makefile       |  2 +-
 drivers/firmware/imx/rm.c           | 45 ++++++++++++++++++++++++
 drivers/firmware/imx/scu-pd.c       | 14 ++++++--
 include/linux/firmware/imx/sci.h    |  1 +
 include/linux/firmware/imx/svc/rm.h | 69 +++++++++++++++++++++++++++++++++++++
 5 files changed, 128 insertions(+), 3 deletions(-)
 create mode 100644 drivers/firmware/imx/rm.c
 create mode 100644 include/linux/firmware/imx/svc/rm.h

Comments

Shawn Guo June 23, 2020, 7:38 a.m. UTC | #1
On Fri, Jun 05, 2020 at 09:59:29AM +0800, peng.fan@nxp.com wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> V3:
>  Fix comments
>  Add R-b tag
> 
> V2:
>  Add R-b tag
>  Drop patch 3/4 from V1
>  Add comments and update Copyright for patch 2/3
>  keep code consistency in Patch 3/3
> 
> V1:
>  https://patchwork.kernel.org/cover/11505045/
> 
> Fix cm40 power domain, update to add more cm4 resources
> Add resource owner check, to not register if not owned by Linux.
> 
> Peng Fan (3):
>   firmware: imx: scu-pd: fix cm40 power domain
>   firmware: imx: add resource management api
>   firmware: imx: scu-pd: add more cm4 resources

Applied all, thanks.