Release 4.14 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% |
#define dma_cache_sync(dev, va, size, dir) ((void)0)
#endif /* _ALPHA_DMA_MAPPING_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Richard Henderson | 19 | 39.58% | 1 | 12.50% |
FUJITA Tomonori | 18 | 37.50% | 1 | 12.50% |
Bart Van Assche | 5 | 10.42% | 2 | 25.00% |
Ralf Bächle | 2 | 4.17% | 1 | 12.50% |
Stefan Knoblich | 2 | 4.17% | 1 | 12.50% |
Al Viro | 1 | 2.08% | 1 | 12.50% |
Greg Kroah-Hartman | 1 | 2.08% | 1 | 12.50% |
Total | 48 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.