linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] remoteproc: imx_rproc: misc clean up
@ 2025-10-15 13:52 Peng Fan
  2025-10-15 13:52 ` [PATCH v3 1/5] remoteproc: imx_rproc: Simplify clock enable logic using dcfg flags Peng Fan
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Peng Fan @ 2025-10-15 13:52 UTC (permalink / raw)
  To: Daniel Baluta, Shengjiu Wang, Frank Li, Bjorn Andersson,
	Mathieu Poirier, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam
  Cc: linux-remoteproc, imx, linux-arm-kernel, linux-kernel, Peng Fan,
	Frank Li

This is the 3rd series to cleanup the driver.

Patch 1: simplify clock enable logic
Patch 2: Add a platform detach ops which will be easier to support new
         platforms
Patch 3: Enable runtime for all
Patch 4: Drop method assignment
Patch 5: Add an MAINTAINER entry for i.MX remoteproc drivers with
         Daniel/Shengjiu and me as maintainer

This is the last patchset to do the clean up for imx_rproc.c.
After imx_dsp_rproc.c moved to use platform ops with swith-case removed,
the method entry from dcfg could be removed in the end.

Tested V3 on
i.MX8MP-EVK, i.MX93-11x11-EVK.

Tested V1/V2 on
i.MX8MP-EVK, i.MX8MM-EVK, i.MX93-11x11-EVK, i.MX8QXP-MEK, and i.MX8ULP-EVK.

Thanks to Daniel and Frank for the internal reviewing.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Changes in v3:
- Rebased to latest next branch
- Resolve the conflicts in patch 3 to enable runtime PM for i.MX family.
- Add A-b for patch 5
- Link to v2: https://lore.kernel.org/linux-remoteproc/20250920-imx_rproc_c2-v2-0-3351c4c96df5@nxp.com/#t

Changes in v2:
- Add R-b from Daniel and Frank
- Update comment in patch 1 (from Daniel)
- Update commit log in patch 4 (from Daniel)
- Include Shengjiu as maintainer
- Link to v1: https://lore.kernel.org/r/20250918-imx_rproc_c2-v1-0-deec8183185f@nxp.com

---
Peng Fan (5):
      remoteproc: imx_rproc: Simplify clock enable logic using dcfg flags
      remoteproc: imx_rproc: Make detach operation platform-specific
      remoteproc: imx_rproc: Enable PM runtime support unconditionally
      remoteproc: imx_rproc: Remove the assignement to method
      MAINTAINERS: Add an entry for i.MX remoteproc driver

 MAINTAINERS                    |  9 +++++
 drivers/remoteproc/imx_rproc.c | 90 +++++++++++++++++-------------------------
 drivers/remoteproc/imx_rproc.h |  2 +
 3 files changed, 47 insertions(+), 54 deletions(-)
---
base-commit: f4044e1a6edcec2e63adc37a241f08af7fdd2834
change-id: 20251015-imx-rproc-c3_1-fec6f0297a9e

Best regards,
-- 
Peng Fan <peng.fan@nxp.com>



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

end of thread, other threads:[~2025-10-23  3:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15 13:52 [PATCH v3 0/5] remoteproc: imx_rproc: misc clean up Peng Fan
2025-10-15 13:52 ` [PATCH v3 1/5] remoteproc: imx_rproc: Simplify clock enable logic using dcfg flags Peng Fan
2025-10-15 13:52 ` [PATCH v3 2/5] remoteproc: imx_rproc: Make detach operation platform-specific Peng Fan
2025-10-15 13:52 ` [PATCH v3 3/5] remoteproc: imx_rproc: Enable PM runtime support unconditionally Peng Fan
2025-10-15 14:28   ` Frank Li
2025-10-20 15:37   ` Mathieu Poirier
2025-10-20 16:53     ` Daniel Baluta
2025-10-22  8:12   ` Daniel Baluta
2025-10-15 13:52 ` [PATCH v3 4/5] remoteproc: imx_rproc: Remove the assignement to method Peng Fan
2025-10-15 13:52 ` [PATCH v3 5/5] MAINTAINERS: Add an entry for i.MX remoteproc driver Peng Fan
2025-10-22 17:41   ` Mathieu Poirier
2025-10-23  5:11     ` Peng Fan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).