commit | 5336c17928cc464845ff765ce45b368c22f848e0 | [log] [tgz] |
---|---|---|
author | Guo Ren <ren_guo@c-sky.com> | Thu Aug 15 16:24:56 2019 +0800 |
committer | Guo Ren <ren_guo@c-sky.com> | Thu Aug 15 19:21:28 2019 +0800 |
tree | 867349276607a1584dd0480fa67beda89e0cc76f | |
parent | ae76f635d4e1cffa6870cc5472567ca9d6940a22 [diff] |
csky: Fixup ioremap function losing Implement the following apis to meet usage in different scenarios. - ioremap (NonCache + StrongOrder) - ioremap_nocache (NonCache + StrongOrder) - ioremap_wc (NonCache + WeakOrder ) - ioremap_cache ( Cache + WeakOrder ) Also change flag VM_ALLOC to VM_IOREMAP in get_vm_area_caller. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Christoph Hellwig <hch@infradead.org>