Release 4.16 arch/arc/include/asm/dma-mapping.h
/*
* DMA Mapping glue for ARC
*
* Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef ASM_ARC_DMA_MAPPING_H
#define ASM_ARC_DMA_MAPPING_H
extern const struct dma_map_ops arc_dma_ops;
static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
{
return &arc_dma_ops;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Vineet Gupta | 12 | 63.16% | 1 | 25.00% |
Bart Van Assche | 4 | 21.05% | 2 | 50.00% |
Christoph Hellwig | 3 | 15.79% | 1 | 25.00% |
Total | 19 | 100.00% | 4 | 100.00% |
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Vineet Gupta | 22 | 64.71% | 1 | 20.00% |
Bart Van Assche | 5 | 14.71% | 2 | 40.00% |
Christoph Hellwig | 5 | 14.71% | 1 | 20.00% |
Akinobu Mita | 2 | 5.88% | 1 | 20.00% |
Total | 34 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.