]> git.dujemihanovic.xyz Git - u-boot.git/commit
irq: Add a method to convert an interrupt to ACPI
authorSimon Glass <sjg@chromium.org>
Tue, 7 Jul 2020 19:11:41 +0000 (13:11 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 17 Jul 2020 06:32:24 +0000 (14:32 +0800)
commitf4955137f5f15e615376cf38559414a9b53e3d55
tree699167d9e3cc6cae0fae4a0ddeb4b335c05786aa
parent2715b3623c08bf1ad2dfe6076ad86c24e3138016
irq: Add a method to convert an interrupt to ACPI

When generating ACPI tables we need to convert IRQs in U-Boot to the ACPI
structures required by ACPI. This is a SoC-specific conversion and cannot
be handled by generic code, so add a new IRQ method to do the conversion.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/misc/irq-uclass.c
drivers/misc/irq_sandbox.c
include/acpi/acpi_device.h
include/irq.h
test/dm/irq.c