Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751248AbdCQRrZ (ORCPT ); Fri, 17 Mar 2017 13:47:25 -0400 Received: from mail.kernel.org ([198.145.29.136]:53632 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751126AbdCQRrX (ORCPT ); Fri, 17 Mar 2017 13:47:23 -0400 Subject: [PATCH v1 0/3] ioremap() tidy-up From: Bjorn Helgaas To: Arnd Bergmann Cc: linux-arch@vger.kernel.org, "Luis R. Rodriguez" , linux-kernel@vger.kernel.org Date: Fri, 17 Mar 2017 12:46:36 -0500 Message-ID: <20170317172752.6308.91062.stgit@bhelgaas-glaptop.roam.corp.google.com> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 581 Lines: 18 1) Fix some comments that say "IOMMU" when they mean "MMU". 2) Remove the generic __ioremap() definition, which I think is unused and confusing. 3) Simplify the comments about ioremap() implementation. I split this out in case I went too far and made this controversial. --- Bjorn Helgaas (3): asm-generic/io.h: Fix "IOMMU" typos asm-generic/io.h: Remove unused generic __ioremap() definition asm-generic/io.h: Simplify ioremap() comments include/asm-generic/io.h | 33 +++++++-------------------------- 1 file changed, 7 insertions(+), 26 deletions(-)