Release 4.7 arch/alpha/include/asm/dma-mapping.h
#ifndef _ALPHA_DMA_MAPPING_H
#define _ALPHA_DMA_MAPPING_H
#include <linux/dma-attrs.h>
extern struct dma_map_ops *dma_ops;
static inline struct dma_map_ops *get_dma_ops(struct device *dev)
{
return dma_ops;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| fujita tomonori | fujita tomonori | 15 | 88.24% | 2 | 66.67% |
| stefan knoblich | stefan knoblich | 2 | 11.76% | 1 | 33.33% |
| Total | 17 | 100.00% | 3 | 100.00% |
#define dma_cache_sync(dev, va, size, dir) ((void)0)
#endif /* _ALPHA_DMA_MAPPING_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| fujita tomonori | fujita tomonori | 22 | 45.83% | 2 | 33.33% |
| richard henderson | richard henderson | 21 | 43.75% | 1 | 16.67% |
| stefan knoblich | stefan knoblich | 2 | 4.17% | 1 | 16.67% |
| ralf baechle | ralf baechle | 2 | 4.17% | 1 | 16.67% |
| al viro | al viro | 1 | 2.08% | 1 | 16.67% |
| Total | 48 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.