summaryrefslogtreecommitdiffstats
path: root/arch/nds32/mm/ioremap.c
Commit message (Collapse)AuthorAgeFilesLines
* nds32: use generic ioremapChristoph Hellwig2019-11-121-62/+0
| | | | | | | | | | | 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>
* nds32: Device specific operationsGreentime Hu2018-02-221-0/+62
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>
OpenPOWER on IntegriCloud