remoteproc: imx_rproc: iterate all notifiyids in rx callback
authorPeng Fan <peng.fan@nxp.com>
Thu, 29 Jun 2023 09:33:27 +0000 (17:33 +0800)
committerBjorn Andersson <andersson@kernel.org>
Sat, 15 Jul 2023 19:36:22 +0000 (12:36 -0700)
commit0b6c3bc88bd920d2e89921cd308a0276f05ad8c7
treef0f2e5fdb787f690f738870a02ff07d1dec8fffa
parent3aacc3b2e4ea862c21de5a0efbfa8cd59192bc43
remoteproc: imx_rproc: iterate all notifiyids in rx callback

The current code only supports one vdev and a single callback,
but there are cases need more vdevs. So iterate all notifyids to
support more vdevs with the single callback.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20230629093327.3376308-1-peng.fan@oss.nxp.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/remoteproc/imx_rproc.c