[PATCH v1 0/3] ioremap() tidy-up

From: Bjorn Helgaas
Date: Fri Mar 17 2017 - 13:48:15 EST


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(-)