/* * Architecture specific parts of the Floppy driver * * 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) 1995 - 2000 Ralf Baechle */ #ifndef _ASM_FLOPPY_H #define _ASM_FLOPPY_H #include <asm/io.h>
static inline void fd_cacheflush(char * addr, long size) { dma_cache_wback_inv((unsigned long)addr, size); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 11 | 44.00% | 2 | 50.00% |
Andrew Morton | 9 | 36.00% | 1 | 25.00% |
Christoph Hellwig | 5 | 20.00% | 1 | 25.00% |
Total | 25 | 100.00% | 4 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 55 | 68.75% | 5 | 45.45% |
Andrew Morton | 12 | 15.00% | 1 | 9.09% |
Christoph Hellwig | 6 | 7.50% | 1 | 9.09% |
Ralf Bächle | 3 | 3.75% | 2 | 18.18% |
Linus Torvalds | 3 | 3.75% | 1 | 9.09% |
Phil Carmody | 1 | 1.25% | 1 | 9.09% |
Total | 80 | 100.00% | 11 | 100.00% |