Release 4.18 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 alpha_pci_ops;
static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
{
#ifdef CONFIG_ALPHA_JENSEN
return &dma_direct_ops;
#else
return &alpha_pci_ops;
#endif
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Christoph Hellwig | 13 | 43.33% | 2 | 33.33% |
FUJITA Tomonori | 11 | 36.67% | 1 | 16.67% |
Bart Van Assche | 4 | 13.33% | 2 | 33.33% |
Stefan Knoblich | 2 | 6.67% | 1 | 16.67% |
Total | 30 | 100.00% | 6 | 100.00% |
#endif /* _ALPHA_DMA_MAPPING_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
FUJITA Tomonori | 15 | 32.61% | 1 | 12.50% |
Christoph Hellwig | 14 | 30.43% | 2 | 25.00% |
Richard Henderson | 9 | 19.57% | 1 | 12.50% |
Bart Van Assche | 5 | 10.87% | 2 | 25.00% |
Stefan Knoblich | 2 | 4.35% | 1 | 12.50% |
Greg Kroah-Hartman | 1 | 2.17% | 1 | 12.50% |
Total | 46 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.