linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: imx: add missing of_node_put()
@ 2022-12-06 17:10 Dario Binacchi
  2022-12-06 17:10 ` [PATCH 1/5] ARM: imx25: " Dario Binacchi
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Dario Binacchi @ 2022-12-06 17:10 UTC (permalink / raw)
  To: linux-kernel
  Cc: Amarula patchwork, Dario Binacchi, Arnd Bergmann, Fabio Estevam,
	Martin Kaiser, NXP Linux Team, Pengutronix Kernel Team,
	Russell King, Sascha Hauer, Shawn Guo, linux-arm-kernel

The 5 patches in the series fix the same problem on different platforms.
In doing so it is possible to add to each of them the tag "Fixes" which
identifies the commit they fix.


Dario Binacchi (5):
  ARM: imx25: add missing of_node_put()
  ARM: imx27: add missing of_node_put()
  ARM: imx31: add missing of_node_put()
  ARM: imx35: add missing of_node_put()
  ARM: imx5: add missing of_node_put()

 arch/arm/mach-imx/cpu-imx25.c | 1 +
 arch/arm/mach-imx/cpu-imx27.c | 1 +
 arch/arm/mach-imx/cpu-imx31.c | 1 +
 arch/arm/mach-imx/cpu-imx35.c | 1 +
 arch/arm/mach-imx/cpu-imx5.c  | 1 +
 5 files changed, 5 insertions(+)

-- 
2.32.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-12-06 21:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-06 17:10 [PATCH 0/5] ARM: imx: add missing of_node_put() Dario Binacchi
2022-12-06 17:10 ` [PATCH 1/5] ARM: imx25: " Dario Binacchi
2022-12-06 17:10 ` [PATCH 2/5] ARM: imx27: " Dario Binacchi
2022-12-06 17:10 ` [PATCH 3/5] ARM: imx31: " Dario Binacchi
2022-12-06 17:10 ` [PATCH 4/5] ARM: imx35: " Dario Binacchi
2022-12-06 17:10 ` [PATCH 5/5] ARM: imx5: " Dario Binacchi
2022-12-06 21:04 ` [PATCH 0/5] ARM: imx: " Arnd Bergmann

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).