Release 4.15 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% |
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
James Hogan | 18 | 52.94% | 1 | 16.67% |
Christoph Hellwig | 6 | 17.65% | 1 | 16.67% |
Bart Van Assche | 5 | 14.71% | 2 | 33.33% |
Akinobu Mita | 4 | 11.76% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 2.94% | 1 | 16.67% |
Total | 34 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.