Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755134AbbGYX3G (ORCPT ); Sat, 25 Jul 2015 19:29:06 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:51209 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754946AbbGYX3E (ORCPT ); Sat, 25 Jul 2015 19:29:04 -0400 From: "Rafael J. Wysocki" To: Dan Williams Cc: tglx@linutronix.de, mingo@kernel.org, hpa@zytor.com, linux-arch@vger.kernel.org, toshi.kani@hp.com, linux-nvdimm@ml01.01.org, "Rafael J. Wysocki" , Bob Moore , linux-kernel@vger.kernel.org, Lv Zheng , rmk+kernel@arm.linux.org.uk, hch@lst.de, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 13/25] acpi: switch from ioremap_cache to memremap Date: Sun, 26 Jul 2015 01:55:54 +0200 Message-ID: <2011199.d8qtUaiDBv@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.1.0-rc5+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20150725023909.8664.13169.stgit@dwillia2-desk3.amr.corp.intel.com> References: <20150725023649.8664.59145.stgit@dwillia2-desk3.amr.corp.intel.com> <20150725023909.8664.13169.stgit@dwillia2-desk3.amr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1357 Lines: 34 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 pointer. > > Finally, memremap automatically handles requests to map normal memory > pages, so this also drops the calls to "should_use_kmap()". > > Cc: Bob Moore > Cc: Lv Zheng > Cc: Rafael J. Wysocki > Signed-off-by: Dan Williams > --- > arch/arm64/include/asm/acpi.h | 5 +-- > drivers/acpi/apei/einj.c | 9 +++-- > drivers/acpi/apei/erst.c | 6 ++-- > drivers/acpi/nvs.c | 6 ++-- > drivers/acpi/osl.c | 70 +++++++++++------------------------------ > include/acpi/acpi_io.h | 6 ++-- > 6 files changed, 35 insertions(+), 67 deletions(-) Need to talk to Bob/Lv about the name change in acpi_io.h. Apart from that I have no objections. Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/