All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Simplify with devm_platform_ioremap_resource_byname()
@ 2024-09-06 11:34 Zhang Zekun
  2024-09-06 11:34 ` [PATCH v2 1/3] remoteproc: Use devm_platform_ioremap_resource_byname() helper function Zhang Zekun
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Zhang Zekun @ 2024-09-06 11:34 UTC (permalink / raw)
  To: patrice.chotard, andersson, mathieu.poirier, linux-remoteproc
  Cc: chenjun102, zhangzekun11

Use devm_platform_ioremap_resource_byname() to simplify code logic.
No functional change here.

v2: Add other cleanups in the remoteproc subsystem

Zhang Zekun (3):
  remoteproc: Use devm_platform_ioremap_resource_byname() helper
    function
  remoteproc: da8xx: Simplify with
    devm_platform_ioremap_resource_byname()
  remoteporc: ingenic: Simplify with
    devm_platform_ioremap_resource_byname()

 drivers/remoteproc/da8xx_remoteproc.c | 10 ++--------
 drivers/remoteproc/ingenic_rproc.c    |  3 +--
 drivers/remoteproc/st_slim_rproc.c    |  6 ++----
 3 files changed, 5 insertions(+), 14 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2024-09-09 16:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06 11:34 [PATCH v2 0/3] Simplify with devm_platform_ioremap_resource_byname() Zhang Zekun
2024-09-06 11:34 ` [PATCH v2 1/3] remoteproc: Use devm_platform_ioremap_resource_byname() helper function Zhang Zekun
2024-09-06 11:34 ` [PATCH v2 2/3] remoteproc: da8xx: Simplify with devm_platform_ioremap_resource_byname() Zhang Zekun
2024-09-06 11:34 ` [PATCH v2 3/3] remoteporc: ingenic: " Zhang Zekun
2024-09-06 16:00   ` Mathieu Poirier
2024-09-07  3:00     ` zhangzekun (A)
2024-09-09 16:07       ` 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.