/* * 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) 2006 Ralf Baechle <ralf@linux-mips.org> * */ #ifndef __ASM_MACH_GENERIC_DMA_COHERENCE_H #define __ASM_MACH_GENERIC_DMA_COHERENCE_H struct device;
static inline dma_addr_t plat_map_dma_mem(struct device *dev, void *addr, size_t size) { return virt_to_phys(addr); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ralf Bächle | 25 | 100.00% | 2 | 100.00% |
Total | 25 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ralf Bächle | 23 | 100.00% | 2 | 100.00% |
Total | 23 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ralf Bächle | 14 | 73.68% | 2 | 66.67% |
Kevin Cernekee | 5 | 26.32% | 1 | 33.33% |
Total | 19 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ralf Bächle | 9 | 42.86% | 2 | 50.00% |
Kevin Cernekee | 7 | 33.33% | 1 | 25.00% |
David Daney | 5 | 23.81% | 1 | 25.00% |
Total | 21 | 100.00% | 4 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
David Daney | 31 | 100.00% | 1 | 100.00% |
Total | 31 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Paul Burton | 37 | 72.55% | 2 | 50.00% |
Ralf Bächle | 13 | 25.49% | 1 | 25.00% |
Steven J. Hill | 1 | 1.96% | 1 | 25.00% |
Total | 51 | 100.00% | 4 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ralf Bächle | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ralf Bächle | 108 | 54.27% | 3 | 30.00% |
Paul Burton | 37 | 18.59% | 2 | 20.00% |
David Daney | 36 | 18.09% | 1 | 10.00% |
Kevin Cernekee | 12 | 6.03% | 2 | 20.00% |
Florian Fainelli | 5 | 2.51% | 1 | 10.00% |
Steven J. Hill | 1 | 0.50% | 1 | 10.00% |
Total | 199 | 100.00% | 10 | 100.00% |