An error occurred fetching the project authors.
- 02 Feb, 2005 1 commit
-
-
Armin Schindler authored
Remove code from platform independent code, which is not used in Linux. Signed-off-by:
Armin Schindler <armin@melware.de> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 20 Nov, 2004 2 commits
-
-
Alexander Viro authored
* new helpers - READ_BYTE() and WRITE_BYTE(). On Linux they are needed, since direct access to iomem pointers is not allowed (and does not work on some architectures). * memcpy() to/from iomem is not allowed on Linux (same story). Proper primitives are memcpy_toio() and memcpy_fromio(). Several places misused memcpy(); switched to memcpy_{to,from}io(). Signed-off-by:
Armin Schindler <armin@melware.de> Signed-off-by:
Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
Alexander Viro authored
* added __iomem to declarations of iomem pointers Signed-off-by:
Armin Schindler <armin@melware.de> Signed-off-by:
Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 09 Sep, 2003 1 commit
-
-
Armin Schindler authored
Access to cards memory now uses macros to attach to the correct memory area of the card.
-
- 13 Nov, 2002 1 commit
-
-
Kai Germaschewski authored
- moved some "//" remarks to "/* */" - removed DOS carriage-return characters at end of line from one header-file. (Armin Schindler)
-
- 10 Oct, 2002 1 commit
-
-
Armin Schindler authored
Armin Schindler: - Divas driver V2 for Eicon Networks DIVA-Server ISDN PCI cards, consists of 5 modules: internal link-module, main driver, capi-interpreter module, user interface module and maint-driver for debugging and logging.
-