/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2003 - 2005 Tensilica Inc. * Copyright (C) 2015 Cadence Design Systems Inc. */ #ifndef _XTENSA_DMA_MAPPING_H #define _XTENSA_DMA_MAPPING_H #include <asm/cache.h> #include <asm/io.h> #include <linux/mm.h> #include <linux/scatterlist.h> extern const struct dma_map_ops xtensa_dma_map_ops;
static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) { return &xtensa_dma_map_ops; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Max Filippov | 11 | 57.89% | 1 | 25.00% |
Chris Zankel | 4 | 21.05% | 1 | 25.00% |
Bart Van Assche | 4 | 21.05% | 2 | 50.00% |
Total | 19 | 100.00% | 4 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Max Filippov | 21 | 100.00% | 1 | 100.00% |
Total | 21 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Max Filippov | 21 | 100.00% | 1 | 100.00% |
Total | 21 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Max Filippov | 59 | 54.13% | 2 | 28.57% |
Chris Zankel | 36 | 33.03% | 1 | 14.29% |
Bart Van Assche | 5 | 4.59% | 2 | 28.57% |
Ralf Bächle | 5 | 4.59% | 1 | 14.29% |
Jens Axboe | 4 | 3.67% | 1 | 14.29% |
Total | 109 | 100.00% | 7 | 100.00% |