linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
	Ilkka Koskinen <ilkka@os.amperecomputing.com>
Cc: Hanjun Guo <guohanjun@huawei.com>,
	Sudeep Holla <sudeep.holla@arm.com>,
	"Rafael J. Wysocki" <rafael@kernel.org>,
	Russell King - ARM Linux <linux@armlinux.org.uk>,
	Len Brown <lenb@kernel.org>,
	Robert Moore <robert.moore@intel.com>,
	James Morse <james.morse@arm.com>,
	ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	patches@amperecomputing.com, scott@os.amperecomputing.com,
	Darren Hart <darren@os.amperecomputing.com>
Subject: Re: [PATCH v6 2/2] ACPI: AGDI: Add driver for Arm Generic Diagnostic Dump and Reset device
Date: Thu, 10 Mar 2022 20:19:20 +0100	[thread overview]
Message-ID: <CAJZ5v0ggVdrc9a0kFe4uu7r_B3rH393iN2c2FsJ7OUQf8jd89A@mail.gmail.com> (raw)
In-Reply-To: <YinAtUVV5e24r34j@lpieralisi>

On Thu, Mar 10, 2022 at 10:11 AM Lorenzo Pieralisi
<lorenzo.pieralisi@arm.com> wrote:
>
> On Tue, Mar 08, 2022 at 06:07:50PM -0800, Ilkka Koskinen wrote:
> > ACPI for Arm Components 1.1 Platform Design Document v1.1 [0] specifices
> > Arm Generic Diagnostic Device Interface (AGDI). It allows an admin to
> > issue diagnostic dump and reset via an SDEI event or an interrupt.
> > This patch implements SDEI path.
> >
> > [0] https://developer.arm.com/documentation/den0093/latest/
> >
> > Signed-off-by: Ilkka Koskinen <ilkka@os.amperecomputing.com>
> > Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
> > ---
> >  drivers/acpi/arm64/Kconfig  |  10 ++++
> >  drivers/acpi/arm64/Makefile |   1 +
> >  drivers/acpi/arm64/agdi.c   | 116 ++++++++++++++++++++++++++++++++++++
> >  drivers/acpi/bus.c          |   2 +
> >  include/linux/acpi_agdi.h   |  13 ++++
> >  5 files changed, 142 insertions(+)
> >  create mode 100644 drivers/acpi/arm64/agdi.c
> >  create mode 100644 include/linux/acpi_agdi.h
>
> Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>

Both patches in the series applied as 5.18 material, thanks!

      reply	other threads:[~2022-03-10 19:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-09  2:07 [PATCH v6 0/2] ACPI: Arm Generic Diagnostic Dump and Reset device Ilkka Koskinen
2022-03-09  2:07 ` [PATCH v6 1/2] ACPI: tables: Add AGDI to the list of known table signatures Ilkka Koskinen
2022-03-09 18:45   ` Rafael J. Wysocki
2022-03-09 20:41     ` Ilkka Koskinen
2022-03-10  9:14       ` Lorenzo Pieralisi
2022-03-09  2:07 ` [PATCH v6 2/2] ACPI: AGDI: Add driver for Arm Generic Diagnostic Dump and Reset device Ilkka Koskinen
2022-03-10  9:11   ` Lorenzo Pieralisi
2022-03-10 19:19     ` Rafael J. Wysocki [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJZ5v0ggVdrc9a0kFe4uu7r_B3rH393iN2c2FsJ7OUQf8jd89A@mail.gmail.com \
    --to=rafael@kernel.org \
    --cc=darren@os.amperecomputing.com \
    --cc=guohanjun@huawei.com \
    --cc=ilkka@os.amperecomputing.com \
    --cc=james.morse@arm.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=patches@amperecomputing.com \
    --cc=robert.moore@intel.com \
    --cc=scott@os.amperecomputing.com \
    --cc=sudeep.holla@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).