Release 4.11 arch/metag/include/asm/dma-mapping.h
#ifndef _ASM_METAG_DMA_MAPPING_H
#define _ASM_METAG_DMA_MAPPING_H
extern const struct dma_map_ops metag_dma_ops;
static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
{
return &metag_dma_ops;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
James Hogan | 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% |
/*
* 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 | 22 | 100.00% | 1 | 100.00% |
Total | 22 | 100.00% | 1 | 100.00% |
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
James Hogan | 43 | 76.79% | 1 | 20.00% |
Christoph Hellwig | 6 | 10.71% | 1 | 20.00% |
Bart Van Assche | 5 | 8.93% | 2 | 40.00% |
Akinobu Mita | 2 | 3.57% | 1 | 20.00% |
Total | 56 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.