/* * Copyright 2010 Tilera Corporation. All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation, version 2. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or * NON INFRINGEMENT. See the GNU General Public License for * more details. */ #ifndef _ASM_TILE_DMA_MAPPING_H #define _ASM_TILE_DMA_MAPPING_H #include <linux/mm.h> #include <linux/scatterlist.h> #include <linux/cache.h> #include <linux/io.h> #ifdef __tilegx__ #define ARCH_HAS_DMA_GET_REQUIRED_MASK #endif extern const struct dma_map_ops *tile_dma_map_ops; extern const struct dma_map_ops *gx_pci_dma_map_ops; extern const struct dma_map_ops *gx_legacy_pci_dma_map_ops; extern const struct dma_map_ops *gx_hybrid_pci_dma_map_ops;
static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) { return tile_dma_map_ops; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Chris Metcalf | 14 | 77.78% | 2 | 50.00% |
Bart Van Assche | 4 | 22.22% | 2 | 50.00% |
Total | 18 | 100.00% | 4 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Chris Metcalf | 19 | 100.00% | 2 | 100.00% |
Total | 19 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Chris Metcalf | 23 | 100.00% | 2 | 100.00% |
Total | 23 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Chris Metcalf | 121 | 90.30% | 4 | 50.00% |
Bart Van Assche | 8 | 5.97% | 2 | 25.00% |
Christoph Hellwig | 5 | 3.73% | 2 | 25.00% |
Total | 134 | 100.00% | 8 | 100.00% |