Re: [PATCH 1/3] Honor ACPI _CCA attribute setting

2015-08-17 Thread Huang Shijie
On Fri, Aug 14, 2015 at 09:12:28AM -0500, Jeremy Linton wrote: Hello Suravee, On 08/13/2015 08:45 PM, Suravee Suthikulpanit wrote: On 8/13/15 04:51, Jeremy Linton wrote: ACPI configurations can now mark devices as noncoherent, support that choice. This change was in my earlier

Re: [PATCH 1/3] Honor ACPI _CCA attribute setting

2015-08-14 Thread Jeremy Linton
Hello Suravee, On 08/13/2015 08:45 PM, Suravee Suthikulpanit wrote: On 8/13/15 04:51, Jeremy Linton wrote: ACPI configurations can now mark devices as noncoherent, support that choice. This change was in my earlier revisions for the original patch series to add ACPI CCA support. At the time,

Re: [PATCH 1/3] Honor ACPI _CCA attribute setting

2015-08-14 Thread Catalin Marinas
On Fri, Aug 14, 2015 at 08:45:22AM +0700, Suravee Suthikulpanit wrote: On 8/13/15 04:51, Jeremy Linton wrote: ACPI configurations can now mark devices as noncoherent, support that choice. Signed-off-by: Jeremy Linton jeremy.lin...@arm.com --- include/acpi/acpi_bus.h | 5 +++-- 1 file

Re: [PATCH 1/3] Honor ACPI _CCA attribute setting

2015-08-13 Thread Suravee Suthikulpanit
Hi Jeremy, On 8/13/15 04:51, Jeremy Linton wrote: ACPI configurations can now mark devices as noncoherent, support that choice. Signed-off-by: Jeremy Linton jeremy.lin...@arm.com --- include/acpi/acpi_bus.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[PATCH 1/3] Honor ACPI _CCA attribute setting

2015-08-12 Thread Jeremy Linton
ACPI configurations can now mark devices as noncoherent, support that choice. Signed-off-by: Jeremy Linton jeremy.lin...@arm.com --- include/acpi/acpi_bus.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index