Release 4.10 arch/frv/include/asm/dma-mapping.h
#ifndef _ASM_DMA_MAPPING_H
#define _ASM_DMA_MAPPING_H
#include <asm/cache.h>
#include <asm/cacheflush.h>
extern unsigned long __nongprelbss dma_coherent_mem_start;
extern unsigned long __nongprelbss dma_coherent_mem_end;
extern struct dma_map_ops frv_dma_ops;
static inline struct dma_map_ops *get_dma_ops(struct device *dev)
{
return &frv_dma_ops;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
david howells | david howells | 12 | 66.67% | 1 | 33.33% |
christoph hellwig | christoph hellwig | 4 | 22.22% | 1 | 33.33% |
fujita tomonori | fujita tomonori | 2 | 11.11% | 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 direction)
{
flush_write_buffers();
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
david howells | david howells | 21 | 80.77% | 1 | 50.00% |
ralf baechle | ralf baechle | 5 | 19.23% | 1 | 50.00% |
| Total | 26 | 100.00% | 2 | 100.00% |
#endif /* _ASM_DMA_MAPPING_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
david howells | david howells | 60 | 78.95% | 2 | 33.33% |
christoph hellwig | christoph hellwig | 9 | 11.84% | 2 | 33.33% |
ralf baechle | ralf baechle | 5 | 6.58% | 1 | 16.67% |
fujita tomonori | fujita tomonori | 2 | 2.63% | 1 | 16.67% |
| Total | 76 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.