Release 4.15 arch/m68k/include/asm/dma-mapping.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 |
Greg Ungerer | 9 | 47.37% | 1 | 20.00% |
Bart Van Assche | 4 | 21.05% | 2 | 40.00% |
Geert Uytterhoeven | 3 | 15.79% | 1 | 20.00% |
Christoph Hellwig | 3 | 15.79% | 1 | 20.00% |
Total | 19 | 100.00% | 5 | 100.00% |
#endif /* _M68K_DMA_MAPPING_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Greg Ungerer | 20 | 57.14% | 1 | 16.67% |
Christoph Hellwig | 6 | 17.14% | 1 | 16.67% |
Bart Van Assche | 5 | 14.29% | 2 | 33.33% |
Geert Uytterhoeven | 3 | 8.57% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 2.86% | 1 | 16.67% |
Total | 35 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.