[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0giM0W6KJtxArLLm90gi136pBoc_dz0H-5wg24b_ih0Yg@mail.gmail.com>
Date: Sat, 12 May 2018 12:10:40 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Jeremy Linton <jeremy.linton@....com>
Cc: ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
Sudeep Holla <Sudeep.Holla@....com>,
Linux ARM <linux-arm-kernel@...ts.infradead.org>,
Lorenzo Pieralisi <Lorenzo.Pieralisi@....com>,
Hanjun Guo <hanjun.guo@...aro.org>,
"Rafael J. Wysocki" <rjw@...ysocki.net>,
Will Deacon <Will.Deacon@....com>,
Catalin Marinas <Catalin.Marinas@....com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Mark Rutland <Mark.Rutland@....com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-riscv@...ts.infradead.org, wangxiongfeng2@...wei.com,
vkilari@...eaurora.org, Al Stone <ahs3@...hat.com>,
Dietmar Eggemann <Dietmar.Eggemann@....com>,
Morten Rasmussen <Morten.Rasmussen@....com>, palmer@...ive.com,
Len Brown <lenb@...nel.org>,
John Garry <john.garry@...wei.com>, austinwc@...eaurora.org,
tnowicki@...iumnetworks.com, jhugo@...eaurora.org,
Ard Biesheuvel <ard.biesheuvel@...aro.org>,
Geoffrey Blake <geoffrey.blake@....com>
Subject: Re: [PATCH v9 11/12] ACPI: Add PPTT to injectable table list
On Sat, May 12, 2018 at 1:58 AM, Jeremy Linton <jeremy.linton@....com> wrote:
> Add ACPI_SIG_PPTT to the table so initrd's can override the
> system topology.
>
> Signed-off-by: Geoffrey Blake <geoffrey.blake@....com>
> Signed-off-by: Jeremy Linton <jeremy.linton@....com>
> Tested-by: Ard Biesheuvel <ard.biesheuvel@...aro.org>
> Tested-by: Vijaya Kumar K <vkilari@...eaurora.org>
> Tested-by: Xiongfeng Wang <wangxiongfeng2@...wei.com>
> Tested-by: Tomasz Nowicki <Tomasz.Nowicki@...ium.com>
> Acked-by: Ard Biesheuvel <ard.biesheuvel@...aro.org>
I'm assuming that this will be routed along with the rest of the series, so
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@...el.com>
> ---
> drivers/acpi/tables.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/acpi/tables.c b/drivers/acpi/tables.c
> index 849c4fb19b03..30d93bf7c6a2 100644
> --- a/drivers/acpi/tables.c
> +++ b/drivers/acpi/tables.c
> @@ -457,7 +457,7 @@ static const char * const table_sigs[] = {
> ACPI_SIG_UEFI, ACPI_SIG_WAET, ACPI_SIG_WDAT, ACPI_SIG_WDDT,
> ACPI_SIG_WDRT, ACPI_SIG_DSDT, ACPI_SIG_FADT, ACPI_SIG_PSDT,
> ACPI_SIG_RSDT, ACPI_SIG_XSDT, ACPI_SIG_SSDT, ACPI_SIG_IORT,
> - ACPI_SIG_NFIT, ACPI_SIG_HMAT, NULL };
> + ACPI_SIG_NFIT, ACPI_SIG_HMAT, ACPI_SIG_PPTT, NULL };
>
> #define ACPI_HEADER_SIZE sizeof(struct acpi_table_header)
>
> --
> 2.13.6
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists