cregit-Linux how code gets into the kernel

Release 4.11 arch/metag/include/asm/dma-mapping.h

#ifndef _ASM_METAG_DMA_MAPPING_H

#define _ASM_METAG_DMA_MAPPING_H

extern const struct dma_map_ops metag_dma_ops;


static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) { return &metag_dma_ops; }

Contributors

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

/* * dma_alloc_noncoherent() returns non-cacheable memory, so there's no need to * do any flushing here. */
static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, enum dma_data_direction direction) { }

Contributors

PersonTokensPropCommitsCommitProp
James Hogan22100.00%1100.00%
Total22100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
James Hogan4376.79%120.00%
Christoph Hellwig610.71%120.00%
Bart Van Assche58.93%240.00%
Akinobu Mita23.57%120.00%
Total56100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.