linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next 0/5] drm: Use for_each_child_of_node_scoped()
@ 2024-08-23  9:20 Jinjie Ruan
  2024-08-23  9:20 ` [PATCH -next 1/5] drm/rockchip: " Jinjie Ruan
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Jinjie Ruan @ 2024-08-23  9:20 UTC (permalink / raw)
  To: hjc, heiko, andy.yan, maarten.lankhorst, mripard, tzimmermann,
	airlied, daniel, dri-devel, linux-arm-kernel, linux-rockchip,
	linux-kernel, krzk, jic23
  Cc: ruanjinjie

Use for_each_child_of_node_scoped() to simplfy code and fix a bug
by the way.

Jinjie Ruan (5):
  drm/rockchip: Use for_each_child_of_node_scoped()
  drm/mediatek: Fix missing of_node_put() for mtk_drm_get_all_drm_priv()
  drm: of: Use for_each_child_of_node_scoped()
  drm/nouveau: Use for_each_child_of_node_scoped()
  gpu: host1x: Use for_each_available_child_of_node_scoped()

 drivers/gpu/drm/drm_of.c                    | 11 +++--------
 drivers/gpu/drm/mediatek/mtk_drm_drv.c      | 10 +++-------
 drivers/gpu/drm/nouveau/nouveau_connector.c |  5 ++---
 drivers/gpu/drm/rockchip/rockchip_lvds.c    |  8 +++-----
 drivers/gpu/host1x/bus.c                    | 11 +++--------
 5 files changed, 14 insertions(+), 31 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-08-27  9:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-23  9:20 [PATCH -next 0/5] drm: Use for_each_child_of_node_scoped() Jinjie Ruan
2024-08-23  9:20 ` [PATCH -next 1/5] drm/rockchip: " Jinjie Ruan
2024-08-23  9:45   ` Heiko Stübner
2024-08-23 11:32   ` Jonathan Cameron
2024-08-26  9:04     ` Jinjie Ruan
2024-08-27  1:40     ` Jinjie Ruan
2024-08-27  9:49       ` Jonathan Cameron
2024-08-23  9:20 ` [PATCH -next 2/5] drm/mediatek: Fix missing of_node_put() for mtk_drm_get_all_drm_priv() Jinjie Ruan
2024-08-23 10:46   ` Christophe JAILLET
2024-08-25  5:16     ` Marion & Christophe JAILLET
2024-08-27  1:42       ` Jinjie Ruan
2024-08-23  9:20 ` [PATCH -next 3/5] drm: of: Use for_each_child_of_node_scoped() Jinjie Ruan
2024-08-23  9:20 ` [PATCH -next 4/5] drm/nouveau: " Jinjie Ruan
2024-08-23  9:20 ` [PATCH -next 5/5] gpu: host1x: Use for_each_available_child_of_node_scoped() 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).