Files
u-boot/drivers
Patrick Rudolph f116feadea drivers: misc: irq-uclass: Update irq_get_by_index
Support reading the "interrupts" property from the devicetree in case
the "interrupts-extended" property isn't found. As the "interrupts"
property is commonly used, this allows to parse all existing FDT and
makes irq_get_by_index() more useful.

The "interrupts" property doesn't contain a phandle as "interrupts-extended"
does, so implement a new method to locate the interrupt-parent called
irq_get_interrupt_parent().

TEST: Read the interrupts from the GIC node for ACPI MADT generation.

Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-by: Moritz Fischer <moritzf@google.com>
2024-10-27 17:24:13 -06:00
..
2024-10-27 17:24:13 -06:00
2024-09-16 14:48:13 -06:00
2024-10-27 17:24:13 -06:00
2024-09-19 00:12:41 -03:00
2024-09-13 17:41:18 +02:00
2024-09-12 17:35:37 +02:00
2024-08-19 18:24:58 -06:00
2024-06-24 13:34:52 -06:00
2024-09-30 17:48:12 -06:00
2023-11-07 14:50:51 -05:00
2024-04-26 08:28:35 +03:00
2024-10-27 17:24:13 -06:00
2024-07-31 16:51:54 +02:00