On 21.05.2025 18:03, Oleksii Kurochko wrote: > Introduce the intc_hw_operations structure to encapsulate interrupt > controller-specific data and operations. This structure includes: > - A pointer to interrupt controller information (`intc_info`) > - Callbacks to initialize the controller and set IRQ type/priority > - A reference to an interupt controller descriptor (`host_irq_type`) > - number of interrupt controller irqs. > > Add function register_intc_ops() to mentioned above structure. > > Co-developed-by: Romain Caritey <romain.cari...@microchip.com> > Signed-off-by: Oleksii Kurochko <oleksii.kuroc...@gmail.com>
Acked-by: Jan Beulich <jbeul...@suse.com>