cregit-Linux how code gets into the kernel

Release 4.18 arch/alpha/include/asm/dma-mapping.h

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

#define _ALPHA_DMA_MAPPING_H

extern const struct dma_map_ops alpha_pci_ops;


static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) { #ifdef CONFIG_ALPHA_JENSEN return &dma_direct_ops; #else return &alpha_pci_ops; #endif }

Contributors

PersonTokensPropCommitsCommitProp
Christoph Hellwig1343.33%233.33%
FUJITA Tomonori1136.67%116.67%
Bart Van Assche413.33%233.33%
Stefan Knoblich26.67%116.67%
Total30100.00%6100.00%

#endif /* _ALPHA_DMA_MAPPING_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
FUJITA Tomonori1532.61%112.50%
Christoph Hellwig1430.43%225.00%
Richard Henderson919.57%112.50%
Bart Van Assche510.87%225.00%
Stefan Knoblich24.35%112.50%
Greg Kroah-Hartman12.17%112.50%
Total46100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.