linux/drivers/tee
Uwe Kleine-König 71a3346572 tee: Add probe, remove and shutdown bus callbacks to tee_client_driver
Introduce a bus specific probe, remove and shutdown function. For now
this only allows to get rid of a cast of the generic device to a
tee_client device in the drivers and changes the remove prototype to
return void---a non-zero return value is ignored anyhow.

The objective is to get rid of users of struct device_driver callbacks
.probe(), .remove() and .shutdown() to eventually remove these. Until
all tee_client drivers are converted this results in a runtime warning
about the drivers needing an update because there is a bus probe
function and a driver probe function.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
2025-12-17 18:28:28 +01:00
..
amdtee amdtee: Sort header includes 2025-04-29 10:57:57 +02:00
optee soc: driver updates for 6.18 2025-10-01 17:32:51 -07:00
qcomtee QCOMTEE fixes2 for v6.18 2025-11-21 21:27:20 +01:00
tstee tee: tstee: Add Trusted Services TEE driver 2024-04-03 14:03:09 +02:00
Kconfig Add Qualcomm TEE driver (QTEE) 2025-09-23 23:08:25 +02:00
Makefile tee: add Qualcomm TEE driver 2025-09-15 17:34:06 +02:00
tee_core.c tee: Add probe, remove and shutdown bus callbacks to tee_client_driver 2025-12-17 18:28:28 +01:00
tee_heap.c tee: implement protected DMA-heap 2025-09-11 11:22:20 +02:00
tee_private.h tee: add close_context to TEE driver operation 2025-09-15 17:34:06 +02:00
tee_shm.c soc: driver updates for 6.18 2025-10-01 17:32:51 -07:00
tee_shm_pool.c tee: Refactor TEE subsystem header files 2024-04-03 09:19:31 +02:00