linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next RESEND 00/10] mtd: Use for_each_child_of_node_scoped()
@ 2024-08-26  9:43 Jinjie Ruan
  2024-08-26  9:43 ` [PATCH -next RESEND 01/10] mtd: rawnand: arasan: " Jinjie Ruan
                   ` (10 more replies)
  0 siblings, 11 replies; 30+ messages in thread
From: Jinjie Ruan @ 2024-08-26  9:43 UTC (permalink / raw)
  To: miquel.raynal, michal.simek, richard, vigneshr, liang.yang,
	neil.armstrong, khilman, jbrunet, martin.blumenstingl,
	matthias.bgg, angelogioacchino.delregno, heiko, mcoquelin.stm32,
	alexandre.torgue, wens, jernej.skrabec, samuel, kees, ruanjinjie,
	gustavoars, linux, robh, u.kleine-koenig, erick.archer,
	christophe.jaillet, val, christophe.kerello, linux-mtd,
	linux-kernel, linux-arm-kernel, linux-amlogic, linux-mediatek,
	linux-renesas-soc, linux-rockchip, linux-stm32, krzk, jic23

Use scoped for_each_available_child_of_node_scoped() when iterating over
device nodes to make code a bit simpler.

Jinjie Ruan (10):
  mtd: rawnand: arasan: Use for_each_child_of_node_scoped()
  mtd: rawnand: cadence: Use for_each_child_of_node_scoped()
  mtd: rawnand: pl353: Use for_each_child_of_node_scoped()
  mtd: rawnand: marvell: drm/rockchip: Use
    for_each_child_of_node_scoped()
  mtd: rawnand: rockchip: Use for_each_child_of_node_scoped()
  mtd: rawnand: meson: Use for_each_child_of_node_scoped()
  mtd: rawnand: mtk: Use for_each_child_of_node_scoped()
  mtd: rawnand: renesas: Use for_each_child_of_node_scoped()
  mtd: rawnand: stm32_fmc2: Use for_each_child_of_node_scoped()
  mtd: rawnand: sunxi: Use for_each_child_of_node_scoped()

 drivers/mtd/nand/raw/arasan-nand-controller.c   |  5 ++---
 drivers/mtd/nand/raw/cadence-nand-controller.c  |  4 +---
 drivers/mtd/nand/raw/marvell_nand.c             | 12 +++---------
 drivers/mtd/nand/raw/meson_nand.c               |  4 +---
 drivers/mtd/nand/raw/mtk_nand.c                 |  7 ++-----
 drivers/mtd/nand/raw/pl35x-nand-controller.c    |  5 ++---
 drivers/mtd/nand/raw/renesas-nand-controller.c  | 12 +++---------
 drivers/mtd/nand/raw/rockchip-nand-controller.c |  5 ++---
 drivers/mtd/nand/raw/stm32_fmc2_nand.c          |  7 ++-----
 drivers/mtd/nand/raw/sunxi_nand.c               |  4 +---
 10 files changed, 19 insertions(+), 46 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-09-06 15:23 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-26  9:43 [PATCH -next RESEND 00/10] mtd: Use for_each_child_of_node_scoped() Jinjie Ruan
2024-08-26  9:43 ` [PATCH -next RESEND 01/10] mtd: rawnand: arasan: " Jinjie Ruan
2024-09-06 15:04   ` Miquel Raynal
2024-08-26  9:43 ` [PATCH -next RESEND 02/10] mtd: rawnand: cadence: " Jinjie Ruan
2024-09-06 15:04   ` Miquel Raynal
2024-08-26  9:43 ` [PATCH -next RESEND 03/10] mtd: rawnand: pl353: " Jinjie Ruan
2024-09-06 15:04   ` Miquel Raynal
2024-08-26  9:43 ` [PATCH -next RESEND 04/10] mtd: rawnand: marvell: drm/rockchip: " Jinjie Ruan
2024-09-06 15:03   ` Miquel Raynal
2024-08-26  9:43 ` [PATCH -next RESEND 05/10] mtd: rawnand: rockchip: " Jinjie Ruan
2024-09-06 15:03   ` Miquel Raynal
2024-08-26  9:43 ` [PATCH -next RESEND 06/10] mtd: rawnand: meson: " Jinjie Ruan
2024-09-06 15:03   ` Miquel Raynal
2024-08-26  9:43 ` [PATCH -next RESEND 07/10] mtd: rawnand: mtk: " Jinjie Ruan
2024-09-06 15:03   ` Miquel Raynal
2024-08-26  9:43 ` [PATCH -next RESEND 08/10] mtd: rawnand: renesas: " Jinjie Ruan
2024-08-26  9:53   ` Geert Uytterhoeven
2024-09-06 15:03   ` Miquel Raynal
2024-08-26  9:43 ` [PATCH -next RESEND 09/10] mtd: rawnand: stm32_fmc2: " Jinjie Ruan
2024-09-06 15:03   ` Miquel Raynal
2024-08-26  9:43 ` [PATCH -next RESEND 10/10] mtd: rawnand: sunxi: " Jinjie Ruan
2024-09-06 15:03   ` Miquel Raynal
2024-08-26  9:52 ` [PATCH -next RESEND 00/10] mtd: " Miquel Raynal
2024-08-26 10:19   ` Krzysztof Kozlowski
2024-08-26 10:56     ` Jinjie Ruan
2024-08-26 12:49     ` Miquel Raynal
2024-08-26 12:56       ` Jinjie Ruan
2024-08-30  6:34       ` Jinjie Ruan
2024-08-30  7:45         ` Miquel Raynal
2024-08-26 10:53   ` Jinjie Ruan

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