Release 4.15 arch/alpha/include/asm/dma-mapping.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ALPHA_DMA_MAPPING_H
#define _ALPHA_DMA_MAPPING_H
extern const struct dma_map_ops *dma_ops;
static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
{
return dma_ops;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
FUJITA Tomonori | 12 | 66.67% | 1 | 25.00% |
Bart Van Assche | 4 | 22.22% | 2 | 50.00% |
Stefan Knoblich | 2 | 11.11% | 1 | 25.00% |
Total | 18 | 100.00% | 4 | 100.00% |
#endif /* _ALPHA_DMA_MAPPING_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
FUJITA Tomonori | 18 | 51.43% | 1 | 16.67% |
Richard Henderson | 9 | 25.71% | 1 | 16.67% |
Bart Van Assche | 5 | 14.29% | 2 | 33.33% |
Stefan Knoblich | 2 | 5.71% | 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.