/* * Copyright (C) 2011 Tobias Klauser <tklauser@distanz.ch> * Copyright (C) 2009 Wind River Systems Inc * * 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. */ #ifndef _ASM_NIOS2_DMA_MAPPING_H #define _ASM_NIOS2_DMA_MAPPING_H extern struct dma_map_ops nios2_dma_ops;
static inline struct dma_map_ops *get_dma_ops(struct device *dev) { return &nios2_dma_ops; }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
ley foon tan | ley foon tan | 14 | 77.78% | 1 | 50.00% |
christoph hellwig | christoph hellwig | 4 | 22.22% | 1 | 50.00% |
Total | 18 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
ley foon tan | ley foon tan | 22 | 100.00% | 1 | 100.00% |
Total | 22 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
ley foon tan | ley foon tan | 48 | 85.71% | 1 | 50.00% |
christoph hellwig | christoph hellwig | 8 | 14.29% | 1 | 50.00% |
Total | 56 | 100.00% | 2 | 100.00% |