Searched hist:"80 b0ca98f91ddbc09828aff5a00af1c73837713e" (Results 1 – 1 of 1) sorted by relevance
/linux/lib/ |
H A D | Kconfig | diff 80b0ca98f91ddbc09828aff5a00af1c73837713e Tue Aug 13 11:24:04 CEST 2019 Christoph Hellwig <hch@lst.de> lib: provide a simple generic ioremap implementation
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 can be overridden by asm/io.h.
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Palmer Dabbelt <palmer@dabbelt.com>
|