summaryrefslogtreecommitdiff
path: root/drivers/isdn/hardware/mISDN/iohelper.h
AgeCommit message (Collapse)AuthorFilesLines
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-68/+68
isdn source code uses a not-current coding style. Update the coding style used on a per-line basis so that git diff -w shows only elided blank lines at EOF. Done with emacs and some scripts and some typing. Built x86 allyesconfig. No detected change in objdump -d or size. Signed-off-by: Joe Perches <joe@perches.com>
2009-07-27mISDN: Fix wrong struct name in macro and clarificationsKarsten Keil1-5/+5
Based on comments from Joe Perches <joe@perches.com>. Thanks. Fix IOFUNC_MEMIO macro. WriteFiFo##name##_MIO use the wrong struct name, this was missed because the macro was only called with this name. Clarify with _func that the defined types are functions. Add names to the parameters for better understanding the purpose. Signed-off-by: Karsten Keil <keil@b1-systems.de> Signed-off-by: David S. Miller <davem@davemloft.net>
2009-07-25mISDN: Add driver for Infineon ISDN chipset familyKarsten Keil1-0/+109
This driver supports cards with Infineon ISAC/HSCX, ISACX, IPAC and IPACX chips from various manufacturers. Signed-off-by: Karsten Keil <keil@b1-systems.de>