On Wed, Dec 10, 2025 at 09:31:36AM +0100, Uwe Kleine-König wrote:
> 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(-)
Applied, thanks.
Thierry