cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_CRIS_DMA_MAPPING_H

#define _ASM_CRIS_DMA_MAPPING_H

#ifdef CONFIG_PCI
extern const struct dma_map_ops v32_dma_ops;


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

Contributors

PersonTokensPropCommitsCommitProp
Christoph Hellwig947.37%120.00%
Andrew Morton526.32%120.00%
Bart Van Assche421.05%240.00%
Mikael Starvik15.26%120.00%
Total19100.00%5100.00%

#else
static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) { BUG(); return NULL; }

Contributors

PersonTokensPropCommitsCommitProp
Andrew Morton1571.43%125.00%
Bart Van Assche419.05%250.00%
Christoph Hellwig29.52%125.00%
Total21100.00%4100.00%

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

Contributors

PersonTokensPropCommitsCommitProp
Mikael Starvik1463.64%133.33%
Ralf Bächle522.73%133.33%
Andrew Morton313.64%133.33%
Total22100.00%3100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Andrew Morton3136.90%114.29%
Mikael Starvik2226.19%114.29%
Christoph Hellwig1619.05%114.29%
Bart Van Assche910.71%228.57%
Ralf Bächle55.95%114.29%
Greg Kroah-Hartman11.19%114.29%
Total84100.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.