cregit-Linux how code gets into the kernel

Release 4.15 arch/sparc/include/asm/dma-mapping.h

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

#define ___ASM_SPARC_DMA_MAPPING_H

#include <linux/scatterlist.h>
#include <linux/mm.h>
#include <linux/dma-debug.h>

extern const struct dma_map_ops *dma_ops;
extern const struct dma_map_ops pci32_dma_ops;

extern struct bus_type pci_bus_type;


static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) { #ifdef CONFIG_SPARC_LEON if (sparc_cpu_model == sparc_leon) return &pci32_dma_ops; #endif #if defined(CONFIG_SPARC32) && defined(CONFIG_PCI) if (bus == &pci_bus_type) return &pci32_dma_ops; #endif return dma_ops; }

Contributors

PersonTokensPropCommitsCommitProp
FUJITA Tomonori3866.67%450.00%
Andreas Larsson1322.81%112.50%
Bart Van Assche47.02%225.00%
Christoph Hellwig23.51%112.50%
Total57100.00%8100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
FUJITA Tomonori5559.14%533.33%
Andreas Larsson1313.98%16.67%
Bart Van Assche66.45%213.33%
Sam Ravnborg66.45%213.33%
David S. Miller44.30%16.67%
Keith M. Wesolowski44.30%16.67%
Christoph Hellwig22.15%16.67%
Al Viro22.15%16.67%
Greg Kroah-Hartman11.08%16.67%
Total93100.00%15100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.