linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] host1x: Convert to bus methods
@ 2025-12-10  8:31 Uwe Kleine-König
  2025-12-10  8:31 ` [PATCH 1/2] host1x: Make remove callback return void Uwe Kleine-König
  2025-12-10  8:31 ` [PATCH 2/2] host1x: Convert to bus methods Uwe Kleine-König
  0 siblings, 2 replies; 3+ messages in thread
From: Uwe Kleine-König @ 2025-12-10  8:31 UTC (permalink / raw)
  To: Akhil R, Herbert Xu, David S. Miller, Thierry Reding,
	Jonathan Hunter, Mikko Perttunen, David Airlie, Simona Vetter,
	Sowjanya Komatineni, Luca Ceresoli, Mauro Carvalho Chehab,
	Greg Kroah-Hartman
  Cc: linux-crypto, linux-tegra, linux-kernel, dri-devel, linux-media,
	linux-staging

Hello,

with the eventual goal to get rid of the callbacks .probe(), .remove()
and .shutdown() in struct device_driver, migrate host1x to use bus
callbacks instead.

Best regards
Uwe

Uwe Kleine-König (2):
  host1x: Make remove callback return void
  host1x: Convert to bus methods

 drivers/crypto/tegra/tegra-se-main.c      |  4 +-
 drivers/gpu/drm/tegra/drm.c               |  4 +-
 drivers/gpu/host1x/bus.c                  | 67 +++++++++++------------
 drivers/staging/media/tegra-video/video.c |  4 +-
 include/linux/host1x.h                    |  2 +-
 5 files changed, 37 insertions(+), 44 deletions(-)


base-commit: 7d0a66e4bb9081d75c82ec4957c50034cb0ea449
-- 
2.47.3


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

end of thread, other threads:[~2025-12-10  8:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-10  8:31 [PATCH 0/2] host1x: Convert to bus methods Uwe Kleine-König
2025-12-10  8:31 ` [PATCH 1/2] host1x: Make remove callback return void Uwe Kleine-König
2025-12-10  8:31 ` [PATCH 2/2] host1x: Convert to bus methods Uwe Kleine-König

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