linux/drivers/sh
Thierry Reding a97fbc3ee3 syscore: Pass context data to callbacks
Several drivers can benefit from registering per-instance data along
with the syscore operations. To achieve this, move the modifiable fields
out of the syscore_ops structure and into a separate struct syscore that
can be registered with the framework. Add a void * driver data field for
drivers to store contextual data that will be passed to the syscore ops.

Acked-by: Rafael J. Wysocki (Intel) <rafael@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2025-11-14 10:01:52 +01:00
..
clk syscore: Pass context data to callbacks 2025-11-14 10:01:52 +01:00
intc syscore: Pass context data to callbacks 2025-11-14 10:01:52 +01:00
maple driver core: have match() callback in struct bus_type take a const * 2024-07-03 15:16:54 +02:00
Kconfig
Makefile sh: Remove superhyway bus support 2023-10-25 16:50:11 +02:00
pm_runtime.c