[V6,0/8] firmware: imx: scu/scu-irq: misc update

Message ID 20230807121432.3970610-1-peng.fan@oss.nxp.com
Headers
Series firmware: imx: scu/scu-irq: misc update |

Message

Peng Fan (OSS) Aug. 7, 2023, 12:14 p.m. UTC
  From: Peng Fan <peng.fan@nxp.com>

V6:
 Typo fix
 Update commit message
 Drop Patch v5 3/9
 code style and error path check in patch 8

V5:
 Address sparse checking in patch 9
 Add a new patch 5

V4:
 Add static inline for irq get status when SCU not defined
 Drop two patches wrongly included

V3:
 Fix build error reported by kernel robot
 Add patch subject-prefix

V2:
 Fix build warning

Dong Aisheng (2):
  firmware: imx: scu: change init level to subsys_initcall_sync
  firmware: imx: scu: increase RPC timeout

Peng Fan (4):
  firmware: imx: scu: use soc name for soc_id
  firmware: imx: scu: use EOPNOTSUPP
  firmware: imx: scu-irq: add imx_scu_irq_get_status
  firmware: imx: scu-irq: enlarge the IMX_SC_IRQ_NUM_GROUP

Ranjani Vaidyanathan (1):
  firmware: imx: scu-irq: support identifying SCU wakeup source from
    sysfs

Robin Gong (1):
  firmware: imx: scu-irq: fix RCU complaint after M4 partition reset

 drivers/firmware/imx/imx-scu-irq.c | 118 ++++++++++++++++++++++++-----
 drivers/firmware/imx/imx-scu-soc.c |  20 ++++-
 drivers/firmware/imx/imx-scu.c     |   9 ++-
 include/linux/firmware/imx/sci.h   |  16 ++--
 4 files changed, 136 insertions(+), 27 deletions(-)
  

Comments

Shawn Guo Aug. 11, 2023, 2:15 p.m. UTC | #1
On Mon, Aug 07, 2023 at 08:14:24PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> V6:
>  Typo fix
>  Update commit message
>  Drop Patch v5 3/9
>  code style and error path check in patch 8
> 
> V5:
>  Address sparse checking in patch 9
>  Add a new patch 5
> 
> V4:
>  Add static inline for irq get status when SCU not defined
>  Drop two patches wrongly included
> 
> V3:
>  Fix build error reported by kernel robot
>  Add patch subject-prefix
> 
> V2:
>  Fix build warning
> 
> Dong Aisheng (2):
>   firmware: imx: scu: change init level to subsys_initcall_sync
>   firmware: imx: scu: increase RPC timeout
> 
> Peng Fan (4):
>   firmware: imx: scu: use soc name for soc_id
>   firmware: imx: scu: use EOPNOTSUPP
>   firmware: imx: scu-irq: add imx_scu_irq_get_status
>   firmware: imx: scu-irq: enlarge the IMX_SC_IRQ_NUM_GROUP
> 
> Ranjani Vaidyanathan (1):
>   firmware: imx: scu-irq: support identifying SCU wakeup source from
>     sysfs
> 
> Robin Gong (1):
>   firmware: imx: scu-irq: fix RCU complaint after M4 partition reset

Applied all, thanks!