aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware/mISDN/ipac.h
Commit message (Collapse)AuthorAge
* mISDN: Fix wrong struct name in macro and clarificationsKarsten Keil2009-07-27
| | | | | | | | | | | | | 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>
* mISDN: Add driver for Infineon ISDN chipset familyKarsten Keil2009-07-25
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>