Re: [PATCH v1 33/43] x86: irq: Support flags for acpi_gpe

2020-07-07 Thread Simon Glass
Hi Wolfgang, On Wed, 1 Jul 2020 at 09:15, Wolfgang Wallner wrote: > > Hi Simon, > > -"Simon Glass" schrieb: - > > > Betreff: [PATCH v1 33/43] x86: irq: Support flags for acpi_gpe > > > > This binding currently has a flags cell but it is not use

Re: [PATCH v1 33/43] x86: irq: Support flags for acpi_gpe

2020-07-02 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v1 33/43] x86: irq: Support flags for acpi_gpe > > This binding currently has a flags cell but it is not used. Make use of it > to create ACPI tables for interrupts. > > Signed-off-by: Simon Gla

Re: [PATCH v1 33/43] x86: irq: Support flags for acpi_gpe

2020-06-30 Thread Bin Meng
On Mon, Jun 15, 2020 at 11:58 AM Simon Glass wrote: > > This binding currently has a flags cell but it is not used. Make use of it > to create ACPI tables for interrupts. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/acpi_gpe.c | 26 +++ >

[PATCH v1 33/43] x86: irq: Support flags for acpi_gpe

2020-06-14 Thread Simon Glass
This binding currently has a flags cell but it is not used. Make use of it to create ACPI tables for interrupts. Signed-off-by: Simon Glass --- arch/x86/cpu/acpi_gpe.c | 26 +++ .../interrupt-controller/x86-irq.h| 14 ++ 2 files