cregit-Linux how code gets into the kernel

Release 4.15 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 #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Andrew Morton2845.16%116.67%
Christoph Hellwig1625.81%116.67%
Bart Van Assche914.52%233.33%
Mikael Starvik812.90%116.67%
Greg Kroah-Hartman11.61%116.67%
Total62100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.