Release 4.10 arch/metag/include/asm/dma-mapping.h
#ifndef _ASM_METAG_DMA_MAPPING_H
#define _ASM_METAG_DMA_MAPPING_H
extern struct dma_map_ops metag_dma_ops;
static inline struct dma_map_ops *get_dma_ops(struct device *dev)
{
return &metag_dma_ops;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
james hogan | james hogan | 14 | 77.78% | 1 | 50.00% |
christoph hellwig | christoph hellwig | 4 | 22.22% | 1 | 50.00% |
| Total | 18 | 100.00% | 2 | 100.00% |
/*
* dma_alloc_noncoherent() returns non-cacheable memory, so there's no need to
* do any flushing here.
*/
static inline void
dma_cache_sync(struct device *dev, void *vaddr, size_t size,
enum dma_data_direction direction)
{
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
james hogan | james hogan | 22 | 100.00% | 1 | 100.00% |
| Total | 22 | 100.00% | 1 | 100.00% |
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
james hogan | james hogan | 45 | 83.33% | 1 | 33.33% |
christoph hellwig | christoph hellwig | 7 | 12.96% | 1 | 33.33% |
akinobu mita | akinobu mita | 2 | 3.70% | 1 | 33.33% |
| Total | 54 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.