cregit-Linux how code gets into the kernel

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

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

#define _M68K_DMA_MAPPING_H

extern const struct dma_map_ops m68k_dma_ops;


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

Contributors

PersonTokensPropCommitsCommitProp
Greg Ungerer947.37%120.00%
Bart Van Assche421.05%240.00%
Geert Uytterhoeven315.79%120.00%
Christoph Hellwig315.79%120.00%
Total19100.00%5100.00%

#endif /* _M68K_DMA_MAPPING_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Greg Ungerer2057.14%116.67%
Christoph Hellwig617.14%116.67%
Bart Van Assche514.29%233.33%
Geert Uytterhoeven38.57%116.67%
Greg Kroah-Hartman12.86%116.67%
Total35100.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.