All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next v2 0/3] drm/rockchip: Simplified with for_each_child_of_node_scoped()
@ 2024-08-27  3:03 ` Jinjie Ruan
  0 siblings, 0 replies; 12+ messages in thread
From: Jinjie Ruan @ 2024-08-27  3:03 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(), __free and dev_err_probe()
to simplify code.

Changes in v2:
- Split from the patch set.
- Also use __free() and dev_err_probe() to simplify code.

Jinjie Ruan (3):
  drm/rockchip: Use for_each_child_of_node_scoped()
  drm/rockchip: Simplified with dev_err() and __free()
  drm/rockchip: Simplified with dev_err_probe()

 drivers/gpu/drm/rockchip/rockchip_lvds.c | 74 +++++++++---------------
 1 file changed, 26 insertions(+), 48 deletions(-)

-- 
2.34.1


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-27  3:03 [PATCH -next v2 0/3] drm/rockchip: Simplified with for_each_child_of_node_scoped() Jinjie Ruan
2024-08-27  3:03 ` Jinjie Ruan
2024-08-27  3:03 ` [PATCH -next v2 1/3] drm/rockchip: Use for_each_child_of_node_scoped() Jinjie Ruan
2024-08-27  3:03   ` Jinjie Ruan
2024-08-27  3:03 ` [PATCH -next v2 2/3] drm/rockchip: Simplified with dev_err() and __free() Jinjie Ruan
2024-08-27  3:03   ` Jinjie Ruan
2024-09-19 15:11   ` Heiko Stuebner
2024-09-19 15:11     ` Heiko Stuebner
2024-08-27  3:03 ` [PATCH -next v2 3/3] drm/rockchip: Simplified with dev_err_probe() Jinjie Ruan
2024-08-27  3:03   ` Jinjie Ruan
2024-09-19 15:25   ` Heiko Stuebner
2024-09-19 15:25     ` Heiko Stuebner

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.