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

Peng Fan (OSS) posted 8 patches 2 years ago
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(-)
[PATCH V6 0/8] firmware: imx: scu/scu-irq: misc update
Posted by Peng Fan (OSS) 2 years ago
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(-)

-- 
2.37.1
Re: [PATCH V6 0/8] firmware: imx: scu/scu-irq: misc update
Posted by Shawn Guo 2 years ago
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!