cregit-Linux how code gets into the kernel

Release 4.14 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%


static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, enum dma_data_direction direction) { flush_write_buffers(); }

Contributors

PersonTokensPropCommitsCommitProp
David Howells2180.77%150.00%
Ralf Bächle519.23%150.00%
Total26100.00%2100.00%

#endif /* _ASM_DMA_MAPPING_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
David Howells5974.68%222.22%
Christoph Hellwig810.13%222.22%
Ralf Bächle56.33%111.11%
Bart Van Assche56.33%222.22%
Greg Kroah-Hartman11.27%111.11%
FUJITA Tomonori11.27%111.11%
Total79100.00%9100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.