Release 4.14 arch/metag/include/asm/dma-mapping.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 10 | 52.63% | 1 | 20.00% |
Bart Van Assche | 4 | 21.05% | 2 | 40.00% |
Christoph Hellwig | 3 | 15.79% | 1 | 20.00% |
Akinobu Mita | 2 | 10.53% | 1 | 20.00% |
Total | 19 | 100.00% | 5 | 100.00% |
/*
* dma_alloc_attrs() always 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 | 40 | 70.18% | 1 | 14.29% |
Christoph Hellwig | 7 | 12.28% | 2 | 28.57% |
Bart Van Assche | 5 | 8.77% | 2 | 28.57% |
Akinobu Mita | 4 | 7.02% | 1 | 14.29% |
Greg Kroah-Hartman | 1 | 1.75% | 1 | 14.29% |
Total | 57 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.