From: Shawn Guo <shawnguo@kernel.org>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: s.hauer@pengutronix.de, kernel@pengutronix.de,
festevam@gmail.com, linux-imx@nxp.com, aisheng.dong@nxp.com,
alexander.stein@ew.tq-group.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH V6 0/8] firmware: imx: scu/scu-irq: misc update
Date: Fri, 11 Aug 2023 22:15:10 +0800 [thread overview]
Message-ID: <20230811141510.GX151430@dragon> (raw)
In-Reply-To: <20230807121432.3970610-1-peng.fan@oss.nxp.com>
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!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: s.hauer@pengutronix.de, kernel@pengutronix.de,
festevam@gmail.com, linux-imx@nxp.com, aisheng.dong@nxp.com,
alexander.stein@ew.tq-group.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH V6 0/8] firmware: imx: scu/scu-irq: misc update
Date: Fri, 11 Aug 2023 22:15:10 +0800 [thread overview]
Message-ID: <20230811141510.GX151430@dragon> (raw)
In-Reply-To: <20230807121432.3970610-1-peng.fan@oss.nxp.com>
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!
next prev parent reply other threads:[~2023-08-11 14:15 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-07 12:14 [PATCH V6 0/8] firmware: imx: scu/scu-irq: misc update Peng Fan (OSS)
2023-08-07 12:14 ` Peng Fan (OSS)
2023-08-07 12:14 ` [PATCH V6 1/8] firmware: imx: scu: change init level to subsys_initcall_sync Peng Fan (OSS)
2023-08-07 12:14 ` Peng Fan (OSS)
2023-08-07 12:14 ` [PATCH V6 2/8] firmware: imx: scu: increase RPC timeout Peng Fan (OSS)
2023-08-07 12:14 ` Peng Fan (OSS)
2023-08-07 12:14 ` [PATCH V6 3/8] firmware: imx: scu: use soc name for soc_id Peng Fan (OSS)
2023-08-07 12:14 ` Peng Fan (OSS)
2023-08-07 12:14 ` [PATCH V6 4/8] firmware: imx: scu: use EOPNOTSUPP Peng Fan (OSS)
2023-08-07 12:14 ` Peng Fan (OSS)
2023-08-07 12:14 ` [PATCH V6 5/8] firmware: imx: scu-irq: fix RCU complaint after M4 partition reset Peng Fan (OSS)
2023-08-07 12:14 ` Peng Fan (OSS)
2023-08-07 12:14 ` [PATCH V6 6/8] firmware: imx: scu-irq: add imx_scu_irq_get_status Peng Fan (OSS)
2023-08-07 12:14 ` Peng Fan (OSS)
2023-08-07 12:14 ` [PATCH V6 7/8] firmware: imx: scu-irq: enlarge the IMX_SC_IRQ_NUM_GROUP Peng Fan (OSS)
2023-08-07 12:14 ` Peng Fan (OSS)
2023-08-09 7:42 ` Daniel Baluta
2023-08-09 7:42 ` Daniel Baluta
2023-08-09 9:13 ` Peng Fan
2023-08-09 9:13 ` Peng Fan
2023-08-07 12:14 ` [PATCH V6 8/8] firmware: imx: scu-irq: support identifying SCU wakeup source from sysfs Peng Fan (OSS)
2023-08-07 12:14 ` Peng Fan (OSS)
2023-08-11 14:15 ` Shawn Guo [this message]
2023-08-11 14:15 ` [PATCH V6 0/8] firmware: imx: scu/scu-irq: misc update Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230811141510.GX151430@dragon \
--to=shawnguo@kernel.org \
--cc=aisheng.dong@nxp.com \
--cc=alexander.stein@ew.tq-group.com \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=peng.fan@nxp.com \
--cc=peng.fan@oss.nxp.com \
--cc=s.hauer@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.