linux/drivers/sh/intc
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
..
Kconfig
Makefile
access.c
balancing.c
chip.c
core.c syscore: Pass context data to callbacks 2025-11-14 10:01:52 +01:00
handle.c
internals.h
irqdomain.c sh: Switch to irq_domain_create_*() 2025-05-16 21:06:11 +02:00
userimask.c sh: intc: Replace simple_strtoul() with kstrtoul() 2024-09-26 17:25:29 +02:00
virq-debugfs.c sh: intc: Switch to irq_get_nr_irqs() 2024-10-16 21:56:58 +02:00
virq.c