Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-12 | nds32: use generic ioremap | Christoph Hellwig | |
Use the generic ioremap_prot and iounmap helpers. Note that the io.h include in pgtable.h had to be removed to not create an include loop. As far as I can tell there was no need for it to start with. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Greentime Hu <green.hu@gmail.com> | |||
2018-02-22 | nds32: Device specific operations | Greentime Hu | |
This patch introduces ioremap implementations. Signed-off-by: Vincent Chen <vincentc@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Acked-by: Arnd Bergmann <arnd@arndb.de> |