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

2017-03-20 Thread Bjorn Helgaas
On Fri, Mar 17, 2017 at 11:00:03PM +0100, Arnd Bergmann wrote: > On Fri, Mar 17, 2017 at 6:46 PM, Bjorn Helgaas wrote: > > 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) Simplif

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

2017-03-17 Thread Arnd Bergmann
On Fri, Mar 17, 2017 at 6:46 PM, Bjorn Helgaas wrote: > 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

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

2017-03-17 Thread Bjorn Helgaas
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):