summaryrefslogtreecommitdiffstats
path: root/arch/nios2/include/asm/types.h
Commit message (Collapse)AuthorAgeFilesLines
* nios2: Add missing typedef for umode_tSascha Hauer2016-02-011-0/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* dma: Use generic place for dma_addr_t typedefSascha Hauer2015-05-221-3/+0
| | | | | | | | | Instead of letting all architectures define their own dma_addr_t use a common place in include/linux/types.h and use a Kconfig symbol that architectures can select to define the width of dma_addr_t. The same is done in the Kernel. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* NIOS2: use dma_addr_t in dma_alloc_coherentLucas Stach2015-03-061-0/+2
| | | | | | | | | This allows to consolidate the prototype of this function across architectures. Also guard against calles that pass in NULL as the dma handle pointer. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add Nios2 arch support to bareboxFranck JULLIEN2011-03-301-0/+7
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>