Re: [PATCH 17/21] lib: provide a simple generic ioremap implementation

2019-11-11 Thread Arnd Bergmann
On Tue, Oct 29, 2019 at 7:49 AM Christoph Hellwig wrote: > > A lot of architectures reuse the same simple ioremap implementation, so > start lifting the most simple variant to lib/ioremap.c. It provides > ioremap_prot and iounmap, plus a default ioremap that uses prot_noncached, > although that c

Re: [PATCH 17/21] lib: provide a simple generic ioremap implementation

2019-11-07 Thread Palmer Dabbelt
On Mon, 28 Oct 2019 23:48:30 PDT (-0700), Christoph Hellwig wrote: A lot of architectures reuse the same simple ioremap implementation, so start lifting the most simple variant to lib/ioremap.c. It provides ioremap_prot and iounmap, plus a default ioremap that uses prot_noncached, although that