Re: [PATCH v3] ACPI/IORT: Fix PMCG node always look for a single ID mapping.

2020-05-14 Thread Tuan Phan
> On May 14, 2020, at 2:29 AM, Lorenzo Pieralisi > wrote: > > Please update the subject: > > Subject: "ACPI/IORT: Fix PMCG node single ID mapping handling" > > On Wed, May 13, 2020 at 05:12:02PM -0700, Tuan Phan wrote: >> PMCG node can have zero ID mapping if its overflow interrupt >> is

Re: [PATCH v3] ACPI/IORT: Fix PMCG node always look for a single ID mapping.

2020-05-14 Thread Lorenzo Pieralisi
Please update the subject: Subject: "ACPI/IORT: Fix PMCG node single ID mapping handling" On Wed, May 13, 2020 at 05:12:02PM -0700, Tuan Phan wrote: > PMCG node can have zero ID mapping if its overflow interrupt > is wire based. The code to parse PMCG node can not assume it will > have a single

[PATCH v3] ACPI/IORT: Fix PMCG node always look for a single ID mapping.

2020-05-13 Thread Tuan Phan
PMCG node can have zero ID mapping if its overflow interrupt is wire based. The code to parse PMCG node can not assume it will have a single ID mapping. Fixes: 24e516049360 ("ACPI/IORT: Add support for PMCG") Reviewed-by: Hanjun Guo Signed-off-by: Tuan Phan --- v1 -> v2: - Use pmcg node to