summaryrefslogtreecommitdiff
path: root/drivers/isdn/hardware/mISDN/hfcmulti.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-25mISDN: remove unused vpm_read_address and cpld_read_reg functionsTom Rix1-31/+0
2022-12-14mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang1-6/+13
2021-03-30mISDN: Use DEFINE_SPINLOCK() for spinlockShixin Liu1-5/+2
2021-03-22misdn: avoid -Wempty-body warningArnd Bergmann1-2/+0
2019-10-18idsn: Use pr_warn instead of pr_warningKefeng Wang1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-15/+1
2019-03-19mISDN: hfcpci: Test both vendor & device ID for Digium HFC4SBjorn Helgaas1-1/+2
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-5/+3
2017-07-16isdn: mISDN: hfcmulti: constify pci_device_id.Arvind Yadav1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+2
2017-03-24isdn: use setup_timerGeliang Tang1-6/+4
2016-09-02mISDN: mark symbols static where possibleBaoyou Xie1-12/+12
2013-01-04Drivers: isdn: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-09-03mISDN: fix possible memory leak in hfcmulti_init()Wei Yongjun1-0/+2
2012-05-16mISDN: Implement MISDN_CTRL_RX_OFF for more driversKarsten Keil1-3/+6
2012-05-16mISDN: Implement MISDN_CTRL_FILL_EMPTY for more driversKarsten Keil1-7/+5
2012-05-16mISDN: Allow to set a minimum length for transparent dataKarsten Keil1-9/+8
2012-05-16mISDN: Reduce RX buffer allocation for transparent dataKarsten Keil1-35/+26
2012-05-16mISDN: Early confirm for transparent dataKarsten Keil1-16/+5
2012-05-16mISDN: Cleanup channel also if it already was deactivatedKarsten Keil1-2/+1
2012-05-16isdn: Fix typo in hfcmulti.cMasanari Iida1-2/+2
2012-05-04mISDN: Make layer1 timer 3 value configurableKarsten Keil1-1/+4
2012-04-26mISDN: Added support for fragmentation of E1 interfaces of hfcmulti driver.Andreas Eversberg1-164/+232
2012-04-26mISDN: Rework of LED status display for HFC-4S/8S/E1 cards.Andreas Eversberg1-67/+90
2012-04-26mISDN: Using FLG_ACTIVE flag to determine if layer 1 is active or not.Andreas Eversberg1-15/+10
2012-04-26mISDN: Fixed false interruption of audio during bridging change.Andreas Eversberg1-8/+16
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-682/+682
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-08-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-2/+2
2010-07-16mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-6/+3
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König1-2/+2
2010-04-23Merge branch 'master' into for-nextJiri Kosina1-0/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-29Fix comment and Kconfig typos for 'require' and 'fragment'Gilles Espinasse1-1/+1
2010-03-16ISDN: Add PCI ID for HFC-2S/4S Beronet Card PCIeLars Ellenberg1-0/+6
2010-02-04mISDN: positive error return should be negative in mode_hfcmulti()Roel Kluin1-1/+1
2010-01-04drivers/isdn: eliminate duplicated testJulia Lawall1-1/+1
2009-11-16mISDN: fix error return in HFCmulti_init()Roel Kluin1-1/+1
2009-07-25mISDN: hfcmulti display real PCI ids for not supported cardsKarsten Keil1-3/+4
2009-07-25mISDN: Make clearing B-channel a common functionKarsten Keil1-15/+1
2009-05-25mISDN: Added PCI ID for new Junghanns.net Single E1 cards.Andreas Eversberg1-0/+4
2009-05-25mISDN: Cleanup debug messagesKarsten Keil1-78/+81
2009-05-25mISDN: Add PCI ID for Junghanns 8S cardAndreas Eversberg1-0/+3
2009-05-25mISDN: Add XHFC support for embedded Speech-Design board to hfcmultiKarsten Keil1-133/+283
2009-05-25mISDN: Fix DTMF locking bug issueAndreas Eversberg1-2/+2
2009-05-25mISDN: Reduce stack size in dsp_cmx_send()Frank Seidel1-1/+1
2009-05-25mISDN: Echo canceler now gets delay information from hardwareAndreas Eversberg1-2/+6
2009-05-25mISDN: Add watchdog functionality to hfcmulti driverAndreas Eversberg1-1/+31
2009-02-09drivers/isdn: introduce missing kfreeJulia Lawall1-0/+2