cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
David Howells1263.16%125.00%
Bart Van Assche421.05%250.00%
Christoph Hellwig315.79%125.00%
Total19100.00%4100.00%

#endif /* _ASM_DMA_MAPPING_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
David Howells3871.70%225.00%
Christoph Hellwig815.09%225.00%
Bart Van Assche59.43%225.00%
Greg Kroah-Hartman11.89%112.50%
FUJITA Tomonori11.89%112.50%
Total53100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.