Re: [PATCH v2 32/39] irq: Add a method to convert an interrupt to ACPI

2020-03-19 Thread Simon Glass
Von: "Simon Glass" > > An: "U-Boot Mailing List" , > > Kopie: "Bin Meng" , "Wolfgang Wallner" > > , "Andy Shevchenko" > > , "Simon Glass" > > Datum: 09.03.2020 04:46 > > Betreff: [PATCH v2 32/39] irq: A

Antwort: [PATCH v2 32/39] irq: Add a method to convert an interrupt to ACPI

2020-03-18 Thread Wolfgang Wallner
;Wolfgang Wallner" > , "Andy Shevchenko" > , "Simon Glass" > Datum: 09.03.2020 04:46 > Betreff: [PATCH v2 32/39] 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 > structur

Antwort: [PATCH v2 32/39] irq: Add a method to convert an interrupt to ACPI

2020-03-18 Thread Wolfgang Wallner
Hi Simon, "Simon Glass" schrieb am 09.03.2020 04:44:56: > Von: "Simon Glass" > An: "U-Boot Mailing List" , > Kopie: "Bin Meng" , "Wolfgang Wallner" > , "Andy Shevchenko" > , "Simon Glass" > Datum: 0

[PATCH v2 32/39] irq: Add a method to convert an interrupt to ACPI

2020-03-08 Thread Simon Glass
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 --- Changes in v2: None drivers/misc/irq-ucla