Release 4.14 arch/h8300/include/asm/dma-mapping.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _H8300_DMA_MAPPING_H
#define _H8300_DMA_MAPPING_H
extern const struct dma_map_ops h8300_dma_map_ops;
static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
{
return &h8300_dma_map_ops;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Yoshinori Sato | 15 | 78.95% | 1 | 33.33% |
Bart Van Assche | 4 | 21.05% | 2 | 66.67% |
Total | 19 | 100.00% | 3 | 100.00% |
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Yoshinori Sato | 28 | 82.35% | 1 | 25.00% |
Bart Van Assche | 5 | 14.71% | 2 | 50.00% |
Greg Kroah-Hartman | 1 | 2.94% | 1 | 25.00% |
Total | 34 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.