Release 4.10 arch/m68k/include/asm/dma-mapping.h
#ifndef _M68K_DMA_MAPPING_H
#define _M68K_DMA_MAPPING_H
extern struct dma_map_ops m68k_dma_ops;
static inline struct dma_map_ops *get_dma_ops(struct device *dev)
{
return &m68k_dma_ops;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
geert uytterhoeven | geert uytterhoeven | 9 | 50.00% | 1 | 33.33% |
greg ungerer | greg ungerer | 5 | 27.78% | 1 | 33.33% |
christoph hellwig | christoph hellwig | 4 | 22.22% | 1 | 33.33% |
| Total | 18 | 100.00% | 3 | 100.00% |
static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
enum dma_data_direction dir)
{
/* we use coherent allocation, so not much to do here. */
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
greg ungerer | greg ungerer | 24 | 100.00% | 1 | 100.00% |
| Total | 24 | 100.00% | 1 | 100.00% |
#endif /* _M68K_DMA_MAPPING_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
greg ungerer | greg ungerer | 40 | 71.43% | 1 | 33.33% |
geert uytterhoeven | geert uytterhoeven | 9 | 16.07% | 1 | 33.33% |
christoph hellwig | christoph hellwig | 7 | 12.50% | 1 | 33.33% |
| Total | 56 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.