Re: [PATCH v3 3/7] acpi/ghes: Support GPIO error source.

2024-08-01 Thread Jonathan Cameron via
On Thu, 1 Aug 2024 14:56:37 +0200 Mauro Carvalho Chehab wrote: > Em Tue, 30 Jul 2024 10:40:28 +0200 > Igor Mammedov escreveu: > > > > diff --git a/include/hw/acpi/ghes.h b/include/hw/acpi/ghes.h > > > index 674f6958e905..4f1ab1a73a06 100644 > > > --- a/include/hw/acpi/ghes.h > > > +++ b/include

Re: [PATCH v3 3/7] acpi/ghes: Support GPIO error source.

2024-08-01 Thread Mauro Carvalho Chehab
Em Tue, 30 Jul 2024 10:40:28 +0200 Igor Mammedov escreveu: > > diff --git a/include/hw/acpi/ghes.h b/include/hw/acpi/ghes.h > > index 674f6958e905..4f1ab1a73a06 100644 > > --- a/include/hw/acpi/ghes.h > > +++ b/include/hw/acpi/ghes.h > > @@ -58,6 +58,7 @@ enum AcpiGhesNotifyType { > > > > enum

Re: [PATCH v3 3/7] acpi/ghes: Support GPIO error source.

2024-07-30 Thread Igor Mammedov
On Mon, 22 Jul 2024 08:45:55 +0200 Mauro Carvalho Chehab wrote: > From: Jonathan Cameron > > Add error notification to GHES v2 using the GPIO source. > > Signed-off-by: Jonathan Cameron > Signed-off-by: Mauro Carvalho Chehab > --- > hw/acpi/ghes.c | 8 ++-- > include/hw/acpi/ghe

[PATCH v3 3/7] acpi/ghes: Support GPIO error source.

2024-07-21 Thread Mauro Carvalho Chehab
From: Jonathan Cameron Add error notification to GHES v2 using the GPIO source. Signed-off-by: Jonathan Cameron Signed-off-by: Mauro Carvalho Chehab --- hw/acpi/ghes.c | 8 ++-- include/hw/acpi/ghes.h | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/hw/acpi/gh