All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] gpu: Convert to platform remove callback returning void
@ 2024-04-09 17:02 ` Uwe Kleine-König
  0 siblings, 0 replies; 26+ messages in thread
From: Uwe Kleine-König @ 2024-04-09 17:02 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter
  Cc: Frank Binns, Matt Coster, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, dri-devel, linux-kernel, Chun-Kuang Hu,
	Philipp Zabel, Matthias Brugger, AngeloGioacchino Del Regno,
	linux-mediatek, linux-arm-kernel, Thierry Reding, Mikko Perttunen,
	linux-tegra

Hello,

with some patches sent earlier[1], this series converts all platform
drivers below drivers/gpu to not use struct platform_device::remove()
any more.

See commit 5c5a7680e67b ("platform: Provide a remove callback that
returns no value") for an extended explanation and the eventual goal.

All conversations are trivial, because the driver's .remove() callbacks
returned zero unconditionally.

There are no interdependencies between these patches. This is merge
window material.

Best regards
Uwe

Uwe Kleine-König (4):
  drm/imagination: Convert to platform remove callback returning void
  drm/mediatek: Convert to platform remove callback returning void
  gpu: host1x: Convert to platform remove callback returning void
  gpu: ipu-v3: Convert to platform remove callback returning void

 drivers/gpu/drm/imagination/pvr_drv.c  | 7 ++-----
 drivers/gpu/drm/mediatek/mtk_padding.c | 5 ++---
 drivers/gpu/host1x/dev.c               | 6 ++----
 drivers/gpu/ipu-v3/ipu-common.c        | 6 ++----
 drivers/gpu/ipu-v3/ipu-pre.c           | 5 ++---
 drivers/gpu/ipu-v3/ipu-prg.c           | 6 ++----
 6 files changed, 12 insertions(+), 23 deletions(-)

base-commit: a053fd3ca5d1b927a8655f239c84b0d790218fda
-- 
2.43.0



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

end of thread, other threads:[~2024-05-16 10:12 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-09 17:02 [PATCH 0/4] gpu: Convert to platform remove callback returning void Uwe Kleine-König
2024-04-09 17:02 ` Uwe Kleine-König
2024-04-09 17:02 ` [PATCH 1/4] drm/imagination: " Uwe Kleine-König
2024-04-16 19:15   ` Matt Coster
2024-04-23  8:29   ` Matt Coster
2024-04-09 17:02 ` [PATCH 2/4] drm/mediatek: " Uwe Kleine-König
2024-04-09 17:02   ` Uwe Kleine-König
2024-05-16  2:54   ` CK Hu (胡俊光)
2024-05-16  2:54     ` CK Hu (胡俊光)
2024-05-16  2:54     ` CK Hu (胡俊光)
2024-05-16 10:12   ` AngeloGioacchino Del Regno
2024-05-16 10:12     ` AngeloGioacchino Del Regno
2024-04-09 17:02 ` [PATCH 3/4] gpu: host1x: " Uwe Kleine-König
2024-04-19 11:29   ` Thierry Reding
2024-04-09 17:02 ` [PATCH 4/4] gpu: ipu-v3: " Uwe Kleine-König
2024-04-10  8:29   ` Philipp Zabel
2024-04-09 17:10 ` [PATCH 0/4] gpu: " Uwe Kleine-König
2024-04-09 17:10   ` Uwe Kleine-König
2024-04-09 18:59 ` Thomas Zimmermann
2024-04-09 18:59   ` Thomas Zimmermann
2024-04-19  7:20 ` Uwe Kleine-König
2024-04-19  7:20   ` Uwe Kleine-König
2024-04-19 11:28   ` Thierry Reding
2024-04-19 11:28     ` Thierry Reding
2024-04-23  8:31   ` Matt Coster
2024-04-23  8:31     ` Matt Coster

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.