cregit-Linux how code gets into the kernel

Release 4.14 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%


static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, enum dma_data_direction dir) { /* we use coherent allocation, so not much to do here. */ }

Contributors

PersonTokensPropCommitsCommitProp
Greg Ungerer24100.00%1100.00%
Total24100.00%1100.00%

#endif /* _M68K_DMA_MAPPING_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Greg Ungerer4474.58%116.67%
Christoph Hellwig610.17%116.67%
Bart Van Assche58.47%233.33%
Geert Uytterhoeven35.08%116.67%
Greg Kroah-Hartman11.69%116.67%
Total59100.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.