aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware/mISDN
Commit message (Collapse)AuthorAge
* Add DIP switch readout for HFC-4S IOB4STKarsten Keil2008-08-02
| | | | | | | Also the HFC-4S IOB4ST has DIP switches and jumpers to configure the port. Signed-off-by: Karsten Keil <kkeil@suse.de>
* Fix remaining big endian issue of hfcmultiKarsten Keil2008-08-02
| | | | | | | | The driver was not so bad at big endian at all, only the optimised fifo read/write functions need a fix, with this fix the driver works on a pegasus PPC machine. Signed-off-by: Karsten Keil <kkeil@suse.de>
* mISDN cleanup user interfaceKarsten Keil2008-08-02
| | | | | | | | The channelmap should have the same size on 32 and 64 bit systems and should not depend on endianess. Thanks to David Woodhouse for spotting this. Signed-off-by: Karsten Keil <kkeil@suse.de>
* Remove deprecated virt_to_bus()Karsten Keil2008-07-28
| | | | | | | | | Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6.git master This was a forgotten item in a printk from the old driver, the DMA allocation use already the new interface. Signed-off-by: Karsten Keil <kkeil@suse.de>
* isdn: mISDN HFC PCI support depends on virt_to_bus()Stephen Rothwell2008-07-27
| | | | | | | | | On powerpc (allyesconfig build) we get this error: drivers/isdn/hardware/mISDN/hfcpci.c:1991: error: implicit declaration of function 'virt_to_bus' Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* Add mISDN HFC multiport driverKarsten Keil2008-07-26
| | | | | | | Enable support for cards with Cologne Chip AG's HFC multiport chip. Signed-off-by: Karsten Keil <kkeil@suse.de>
* Add mISDN HFC PCI driverKarsten Keil2008-07-26
Enable support for card with Cologne Chip AG's HFC PCIbased cards Signed-off-by: Karsten Keil <kkeil@suse.de>