Release 4.9 arch/avr32/include/asm/dma-mapping.h
#ifndef __ASM_AVR32_DMA_MAPPING_H
#define __ASM_AVR32_DMA_MAPPING_H
extern void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
int direction);
extern struct dma_map_ops avr32_dma_ops;
static inline struct dma_map_ops *get_dma_ops(struct device *dev)
{
return &avr32_dma_ops;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
haavard skinnemoen | haavard skinnemoen | 14 | 77.78% | 1 | 50.00% |
christoph hellwig | christoph hellwig | 4 | 22.22% | 1 | 50.00% |
| Total | 18 | 100.00% | 2 | 100.00% |
#endif /* __ASM_AVR32_DMA_MAPPING_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
haavard skinnemoen | haavard skinnemoen | 40 | 76.92% | 1 | 33.33% |
christoph hellwig | christoph hellwig | 7 | 13.46% | 1 | 33.33% |
ralf baechle | ralf baechle | 5 | 9.62% | 1 | 33.33% |
| Total | 52 | 100.00% | 3 | 100.00% |