Re: [PATCH v5 3/7] arm/virt: Wire up GPIO error source for ACPI / GHES

2024-08-06 Thread Igor Mammedov
On Fri, 2 Aug 2024 23:43:58 +0200 Mauro Carvalho Chehab wrote: subj: s/GPIO/GED signaled/ > Adds support to ARM virtualization to allow handling > a General Purpose Event (GPE) via GED error device. s/General Purpose Event (GPE).../ generic error ACPI Event via GED & error source device > I

Re: [PATCH v5 3/7] arm/virt: Wire up GPIO error source for ACPI / GHES

2024-08-05 Thread Mauro Carvalho Chehab
Em Mon, 5 Aug 2024 17:54:00 +0100 Jonathan Cameron escreveu: > On Fri, 2 Aug 2024 23:43:58 +0200 > Mauro Carvalho Chehab wrote: > > Do we need to rename this now there is a GED involved? > Is it even technically a GPIO any more? > Spec says in 18.3.2.7 > HW-reduced ACPI platforms signal the e

Re: [PATCH v5 3/7] arm/virt: Wire up GPIO error source for ACPI / GHES

2024-08-05 Thread Jonathan Cameron via
On Fri, 2 Aug 2024 23:43:58 +0200 Mauro Carvalho Chehab wrote: Do we need to rename this now there is a GED involved? Is it even technically a GPIO any more? Spec says in 18.3.2.7 HW-reduced ACPI platforms signal the error using a GPIO interrupt or another interrupt declared under a generic eve

[PATCH v5 3/7] arm/virt: Wire up GPIO error source for ACPI / GHES

2024-08-02 Thread Mauro Carvalho Chehab
Adds support to ARM virtualization to allow handling a General Purpose Event (GPE) via GED error device. It is aligned with Linux Kernel patch: https://lore.kernel.org/lkml/1272350481-27951-8-git-send-email-ying.hu...@intel.com/ Co-authored-by: Mauro Carvalho Chehab Co-authored-by: Jonathan Came