Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1603493
| From | Bjorn Helgaas <bhelgaas@google.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v1 0/3] ioremap() tidy-up |
| Date | 2017-03-17 18:50 +0100 |
| Message-ID | <tm4aJ-1BY-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v1 0/3] ioremap() tidy-up Bjorn Helgaas <bhelgaas@google.com> - 2017-03-17 18:50 +0100
[PATCH v1 1/3] asm-generic/io.h: Fix "IOMMU" typos Bjorn Helgaas <bhelgaas@google.com> - 2017-03-17 18:50 +0100
[PATCH v1 2/3] asm-generic/io.h: Remove unused generic __ioremap() definition Bjorn Helgaas <bhelgaas@google.com> - 2017-03-17 18:50 +0100
[PATCH v1 3/3] asm-generic/io.h: Simplify ioremap() comments Bjorn Helgaas <bhelgaas@google.com> - 2017-03-17 18:50 +0100
Re: [PATCH v1 0/3] ioremap() tidy-up Arnd Bergmann <arnd@arndb.de> - 2017-03-17 23:10 +0100
Re: [PATCH v1 0/3] ioremap() tidy-up Bjorn Helgaas <helgaas@kernel.org> - 2017-03-20 19:20 +0100
csiph-web