Release 4.15 arch/frv/include/asm/dma-mapping.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_DMA_MAPPING_H
#define _ASM_DMA_MAPPING_H
#include <asm/cache.h>
#include <asm/cacheflush.h>
extern unsigned long __nongprelbss dma_coherent_mem_start;
extern unsigned long __nongprelbss dma_coherent_mem_end;
extern const struct dma_map_ops frv_dma_ops;
static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
{
return &frv_dma_ops;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
David Howells | 12 | 63.16% | 1 | 25.00% |
Bart Van Assche | 4 | 21.05% | 2 | 50.00% |
Christoph Hellwig | 3 | 15.79% | 1 | 25.00% |
Total | 19 | 100.00% | 4 | 100.00% |
#endif /* _ASM_DMA_MAPPING_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
David Howells | 38 | 71.70% | 2 | 25.00% |
Christoph Hellwig | 8 | 15.09% | 2 | 25.00% |
Bart Van Assche | 5 | 9.43% | 2 | 25.00% |
Greg Kroah-Hartman | 1 | 1.89% | 1 | 12.50% |
FUJITA Tomonori | 1 | 1.89% | 1 | 12.50% |
Total | 53 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.