From mboxrd@z Thu Jan 1 00:00:00 1970 From: helgaas@kernel.org (Bjorn Helgaas) Date: Tue, 27 Oct 2015 09:41:24 -0500 Subject: [PATCH V4 1/8] acpi: Honor ACPI _CCA attribute setting In-Reply-To: <1445442731-28819-2-git-send-email-Suravee.Suthikulpanit@amd.com> References: <1445442731-28819-1-git-send-email-Suravee.Suthikulpanit@amd.com> <1445442731-28819-2-git-send-email-Suravee.Suthikulpanit@amd.com> Message-ID: <20151027144123.GC8660@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org >>From "git log --oneline include/acpi/acpi_bus.h", I see the convention is to capitalize "ACPI:" in the summary (also applies to other patches in this series). On Wed, Oct 21, 2015 at 08:52:04AM -0700, Suravee Suthikulpanit wrote: > From: Jeremy Linton > > ACPI configurations can now mark devices as noncoherent, > support that choice. > > NOTE: This is required to support USB on ARM Juno Development Board. > > Signed-off-by: Jeremy Linton > Signed-off-by: Suravee Suthikulpanit > CC: Bjorn Helgaas > CC: Catalin Marinas > CC: Rob Herring > CC: Will Deacon > CC: Rafael J. Wysocki > --- > include/acpi/acpi_bus.h | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-)