Release 4.11 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 const struct dma_map_ops avr32_dma_ops;
static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
{
return &avr32_dma_ops;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Håvard Skinnemoen | 12 | 63.16% | 1 | 25.00% |
Bart Van Assche | 4 | 21.05% | 2 | 50.00% |
Christoph Hellwig | 3 | 15.79% | 1 | 25.00% |
Total | 19 | 100.00% | 4 | 100.00% |
#endif /* __ASM_AVR32_DMA_MAPPING_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Håvard Skinnemoen | 38 | 70.37% | 1 | 20.00% |
Christoph Hellwig | 6 | 11.11% | 1 | 20.00% |
Bart Van Assche | 5 | 9.26% | 2 | 40.00% |
Ralf Bächle | 5 | 9.26% | 1 | 20.00% |
Total | 54 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.