All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] remoteproc: core: misc update
@ 2025-10-16 11:47 Peng Fan
  2025-10-16 11:47 ` [PATCH v3 1/4] remoteproc: core: Drop redundant initialization of 'ret' in rproc_shutdown() Peng Fan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Peng Fan @ 2025-10-16 11:47 UTC (permalink / raw)
  To: Bjorn Andersson, Mathieu Poirier, Andrew Davis, Arnaud Pouliquen,
	Daniel Baluta, Maxime Coquelin, Alexandre Torgue
  Cc: linux-stm32, linux-remoteproc, linux-kernel, Peng Fan

This patchset is a misc update of remoteproc_core.c.
Patch 1: Drop a pointless initialization to variable ret
Patch 2-3: Cleanup the included headers
Patch 4: Remove export of rproc_va_to_pa

I am also reviewing the rproc->lock usage and thinking whether we
need to add a lockdep_assert_held for some functions that should have
lock held. But not sure.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Changes in v3:
- Drop patch 4: Use cleanup API. Because there is a deadlock issue
  reported, need review the lock usage before the cleanup.
- Drop patch 6 & 7: Use bitfield for bool
- Add A-b from Andrew

Changes in v2:
- Add patch 6 "remoteproc: stm32: Avoid directly taking address of auto_boot"
  to address stm32_rproc.c build issue
- Link to v1: https://lore.kernel.org/r/20251005-remoteproc-cleanup-v1-0-09a9fdea0063@nxp.com

---
Peng Fan (4):
      remoteproc: core: Drop redundant initialization of 'ret' in rproc_shutdown()
      remoteproc: core: Sort header includes
      remoteproc: core: Removed unused headers
      remoteproc: core: Remove unused export of rproc_va_to_pa

 drivers/remoteproc/remoteproc_core.c | 31 +++++++++++++------------------
 1 file changed, 13 insertions(+), 18 deletions(-)
---
base-commit: 1fdbb3ff1233e204e26f9f6821ae9c125a055229
change-id: 20251016-rproc-cleanup-v3-330464eee32e

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


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

end of thread, other threads:[~2025-10-27 15:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-16 11:47 [PATCH v3 0/4] remoteproc: core: misc update Peng Fan
2025-10-16 11:47 ` [PATCH v3 1/4] remoteproc: core: Drop redundant initialization of 'ret' in rproc_shutdown() Peng Fan
2025-10-16 11:47 ` [PATCH v3 2/4] remoteproc: core: Sort header includes Peng Fan
2025-10-16 11:48 ` [PATCH v3 3/4] remoteproc: core: Removed unused headers Peng Fan
2025-10-16 11:48 ` [PATCH v3 4/4] remoteproc: core: Remove unused export of rproc_va_to_pa Peng Fan
2025-10-27 15:31 ` [PATCH v3 0/4] remoteproc: core: misc update Mathieu Poirier

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.