cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#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 Hogan1052.63%120.00%
Bart Van Assche421.05%240.00%
Christoph Hellwig315.79%120.00%
Akinobu Mita210.53%120.00%
Total19100.00%5100.00%

/* * dma_alloc_attrs() always 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 Hogan4070.18%114.29%
Christoph Hellwig712.28%228.57%
Bart Van Assche58.77%228.57%
Akinobu Mita47.02%114.29%
Greg Kroah-Hartman11.75%114.29%
Total57100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.