Release 4.11 arch/m68k/include/asm/dma-mapping.h
#ifndef _M68K_DMA_MAPPING_H
#define _M68K_DMA_MAPPING_H
extern const struct dma_map_ops m68k_dma_ops;
static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
{
return &m68k_dma_ops;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Geert Uytterhoeven | 7 | 36.84% | 1 | 20.00% |
Greg Ungerer | 5 | 26.32% | 1 | 20.00% |
Bart Van Assche | 4 | 21.05% | 2 | 40.00% |
Christoph Hellwig | 3 | 15.79% | 1 | 20.00% |
Total | 19 | 100.00% | 5 | 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 | 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 | 40 | 68.97% | 1 | 20.00% |
Geert Uytterhoeven | 7 | 12.07% | 1 | 20.00% |
Christoph Hellwig | 6 | 10.34% | 1 | 20.00% |
Bart Van Assche | 5 | 8.62% | 2 | 40.00% |
Total | 58 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.