/* * Copyright (C) 2009 Becky Bruce, Freescale Semiconductor * * 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; either version 2 of the License, or (at your * option) any later version. * */ #ifndef __ASM_SWIOTLB_H #define __ASM_SWIOTLB_H #include <linux/swiotlb.h> extern const struct dma_map_ops swiotlb_dma_ops;
static inline void dma_mark_clean(void *addr, size_t size) {}Contributors
Person | Tokens | Prop | Commits | CommitProp |
Becky Bruce | 13 | 100.00% | 1 | 100.00% |
Total | 13 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Jia Hongtao | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Becky Bruce | 42 | 56.00% | 1 | 20.00% |
Jia Hongtao | 21 | 28.00% | 1 | 20.00% |
FUJITA Tomonori | 11 | 14.67% | 2 | 40.00% |
Bart Van Assche | 1 | 1.33% | 1 | 20.00% |
Total | 75 | 100.00% | 5 | 100.00% |