Re: [PATCH v9 03/21] ACPI: add arm64 to the platforms that use ioremap

2015-03-06 Thread Grant Likely
On Wed, 25 Feb 2015 16:39:43 +0800 , Hanjun Guo wrote: > From: Graeme Gregory > > Now with the base changes to the arm memory mapping it is safe > to convert to using ioremap to map in the tables after > acpi_gbl_permanent_mmap is set. > > CC: Rafael J Wysocki > Tested-by: Robert Richter > A

Re: [PATCH v9 03/21] ACPI: add arm64 to the platforms that use ioremap

2015-03-04 Thread Rafael J. Wysocki
On Wednesday, February 25, 2015 04:39:43 PM Hanjun Guo wrote: > From: Graeme Gregory > > Now with the base changes to the arm memory mapping it is safe > to convert to using ioremap to map in the tables after > acpi_gbl_permanent_mmap is set. > > CC: Rafael J Wysocki > Tested-by: Robert Richter

[PATCH v9 03/21] ACPI: add arm64 to the platforms that use ioremap

2015-02-25 Thread Hanjun Guo
From: Graeme Gregory Now with the base changes to the arm memory mapping it is safe to convert to using ioremap to map in the tables after acpi_gbl_permanent_mmap is set. CC: Rafael J Wysocki Tested-by: Robert Richter Acked-by: Robert Richter Signed-off-by: Al Stone Signed-off-by: Graeme Gre