Re: [PATCH v2 13/25] acpi: switch from ioremap_cache to memremap

2015-07-25 Thread Rafael J. Wysocki
On Friday, July 24, 2015 10:39:09 PM Dan Williams wrote: > In preparation for deprecating ioremap_cache() convert its usage in > drivers/acpi and include/acpi/ to memremap. This includes dropping the > __iomem annotation throughout ACPI since the memremap can be treated as > a normal memory pointe

[PATCH v2 13/25] acpi: switch from ioremap_cache to memremap

2015-07-24 Thread Dan Williams
In preparation for deprecating ioremap_cache() convert its usage in drivers/acpi and include/acpi/ to memremap. This includes dropping the __iomem annotation throughout ACPI since the memremap can be treated as a normal memory pointer. Finally, memremap automatically handles requests to map norma