public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/8] firmware: imx: scu/scu-irq: misc update
@ 2023-07-24  6:38 Peng Fan (OSS)
  2023-07-24  6:38 ` [PATCH V4 1/8] firmware: imx: scu: change init level to subsys_initcall_sync Peng Fan (OSS)
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Peng Fan (OSS) @ 2023-07-24  6:38 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, festevam, linux-imx, aisheng.dong, alexander.stein,
	linux-arm-kernel, linux-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

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: drop return value check
  firmware: imx: scu: use soc name for soc_id
  firmware: imx: scu-irq: export 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 complains after M4 partition reset

 drivers/firmware/imx/imx-scu-irq.c | 116 +++++++++++++++++++++++------
 drivers/firmware/imx/imx-scu-soc.c |  19 ++---
 drivers/firmware/imx/imx-scu.c     |   9 ++-
 include/linux/firmware/imx/sci.h   |   6 ++
 4 files changed, 114 insertions(+), 36 deletions(-)

-- 
2.37.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-07-26 10:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-24  6:38 [PATCH V4 0/8] firmware: imx: scu/scu-irq: misc update Peng Fan (OSS)
2023-07-24  6:38 ` [PATCH V4 1/8] firmware: imx: scu: change init level to subsys_initcall_sync Peng Fan (OSS)
2023-07-24  6:38 ` [PATCH V4 2/8] firmware: imx: scu: increase RPC timeout Peng Fan (OSS)
2023-07-24  6:38 ` [PATCH V4 3/8] firmware: imx: scu: drop return value check Peng Fan (OSS)
2023-07-24  6:38 ` [PATCH V4 4/8] firmware: imx: scu: use soc name for soc_id Peng Fan (OSS)
2023-07-24  6:38 ` [PATCH V4 5/8] firmware: imx: scu-irq: fix RCU complains after M4 partition reset Peng Fan (OSS)
2023-07-24  6:38 ` [PATCH V4 6/8] firmware: imx: scu-irq: export imx_scu_irq_get_status Peng Fan (OSS)
2023-07-24  6:38 ` [PATCH V4 7/8] firmware: imx: scu-irq: enlarge the IMX_SC_IRQ_NUM_GROUP Peng Fan (OSS)
2023-07-24  6:38 ` [PATCH V4 8/8] firmware: imx: scu-irq: support identifying SCU wakeup source from sysfs Peng Fan (OSS)
2023-07-26 10:42   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox