aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware/mISDN/hfcpci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-16mISDN: Implement MISDN_CTRL_RX_OFF for more driversKarsten Keil1-0/+5
2012-05-16mISDN: Implement MISDN_CTRL_FILL_EMPTY for more driversKarsten Keil1-40/+19
2012-05-16mISDN: Allow to set a minimum length for transparent dataKarsten Keil1-6/+6
2012-05-16mISDN: Reduce RX buffer allocation for transparent dataKarsten Keil1-5/+6
2012-05-16mISDN: Early confirm for transparent dataKarsten Keil1-11/+3
2012-05-16mISDN: Cleanup channel also if it already was deactivatedKarsten Keil1-2/+1
2012-05-04mISDN: Make layer1 timer 3 value configurableKarsten Keil1-1/+4
2012-03-27mISDN: array underflow in open_bchannel()Dan Carpenter1-1/+1
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-178/+178
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-04-17isdn: hfcpci: Fix set-but-unused variables.David S. Miller1-4/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-07-15isdn/hardware/mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-46/+46
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-07-25mISDN: Make clearing B-channel a common functionKarsten Keil1-15/+1
2009-06-11mISDN: Free hfcpci IRQ if init was not successfulAndreas Mohr1-4/+3
2009-05-25mISDN: Cleanup debug messagesKarsten Keil1-13/+15
2009-05-25mISDN: Echo canceler now gets delay information from hardwareAndreas Eversberg1-29/+41
2009-02-15drivers/isdn/hardware/mISDN: change type of hfc_jiffies to unsigned longHannes Eder1-1/+1
2009-02-15drivers/isdn/hardware/mISDN: fix sparse warnings: make symbols staticHannes Eder1-2/+2
2009-01-11Make parameter debug writableKarsten Keil1-1/+1
2009-01-09mISDN: Added missing create_l1() callAndreas Eversberg1-0/+5
2009-01-09mISDN: Add MODULE_DEVICE_TABLE() to hfcpciMatthias Urlichs1-0/+2
2009-01-09mISDN: Minor cleanupsAndreas Eversberg1-2/+2
2009-01-09mISDN: Create /sys/class/mISDNMatthias Urlichs1-56/+44
2009-01-09mISDN: Add different different timer settings for hfc-pciAndreas Eversberg1-27/+125
2009-01-09mISDN: Return error on E-channel accessMartin Bachem1-0/+4
2009-01-09mISDN: Use protocol to detect D-channelMartin Bachem1-1/+2
2009-01-09mISDN: Remove the local max-card limitMatthias Urlichs1-4/+0
2009-01-09mISDN: Add feature via MISDN_CTRL_FILL_EMPTY to fill fifo if emptyAndreas Eversberg1-2/+39
2008-09-22mISDN: annotate iomem pointer and add staticsHarvey Harrison1-7/+7
2008-09-22mISDN: endian annotations for struct ztHarvey Harrison1-5/+4
2008-08-02mISDN cleanup user interfaceKarsten Keil1-1/+1
2008-07-28Remove deprecated virt_to_bus()Karsten Keil1-2/+1
2008-07-27Add mISDN HFC PCI driverKarsten Keil1-0/+2256