aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware/eicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-06ISDN: eicon: Remove driverOlof Johansson82-41745/+0
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-44/+5
2018-05-22isdn: eicon: fix a missing-check bugWenwen Wang3-16/+29
2018-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig1-14/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig2-30/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds4-10/+10
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro4-6/+6
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-5/+4
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-0/+20
2017-11-03ISDN: eicon: message: mark expected switch fall-throughsGustavo A. R. Silva1-12/+58
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman20-0/+20
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-07-19ISDN: eicon: switch to use native bitmapsAndy Shevchenko2-205/+58
2017-07-15isdn: eicon: constify pci_device_id.Arvind Yadav1-1/+1
2017-03-24isdn: use setup_timerGeliang Tang1-3/+2
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-01-27ISDN: eicon: silence misleading array-bounds warningArnd Bergmann1-1/+2
2017-01-26ISDN: eicon: reduce stack size of sig_ind functionArnd Bergmann1-8/+8
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds5-5/+5
2016-06-16isdn: eicon: fix old-style declarationsArnd Bergmann2-9/+9
2016-05-08ISDN: eicon: replace custom hex_asc_lo() / hex_pack_byte()Andy Shevchenko1-14/+7
2016-02-18isdn: divamnt: use y2038-safe ktime_get_ts64() for trace data timestampsAlison Schofield2-28/+6
2015-02-02isdn: off by one in connect_res()Dan Carpenter1-1/+1
2015-01-12isdn: fix NUL (\0 or \x00) specification in stringGiel van Schijndel1-1/+1
2014-08-22drivers: isdn: eicon: xdi_msg.h: Fix typo in #ifndefRasmus Villemoes1-1/+1
2013-10-17isdn: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-02isdn: eicon: free pointer after using it in log msg in divas_um_idi_delete_entity()Jesper Juhl1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-6/+6
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2013-02-22new helper: file_inode(file)Al Viro1-3/+3
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-5/+4
2013-01-03Drivers: isdn: remove __dev* attributes.Greg Kroah-Hartman1-5/+4
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2-5/+5
2012-04-27isdn/eicon: use standard __init,__exit function markuphartleys11-36/+33
2012-02-21isdn: whitespace coding style cleanupJoe Perches77-24590/+24580
2012-02-02eicon: fix -Warray-bounds warningDanny Kukawka1-30/+30
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-3/+2
2011-05-26isdn/diva: Drop __TIME__ usageMichal Marek1-3/+2
2011-04-17isdn: eicon: Fix set-but-unused variables.David S. Miller2-23/+3
2011-03-31Fix common misspellingsLucas De Marchi5-6/+6
2011-02-28drivers:isdn:istream.c Fix typo pice to pieceJustin Mattock1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-2/+2
2010-10-17isdn/eicon: don't call flush_scheduled_work() from diva_os_remove_soft_isr()Tejun Heo1-2/+0
2010-10-06eicon: make buffer largerDan Carpenter2-2/+2
2010-07-15isdn/hardware/eicon: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-35/+34
2010-07-12isdn: autoconvert trivial BKL users to private mutexArnd Bergmann3-7/+4
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
2010-03-15i4l: change magic numbers in Eicon DIVA ISDN driver to symbolic namesIan Munsie1-16/+16
2010-03-15i4l: silence compiler warnings for array access in Eicon DIVA ISDN driverIan Munsie1-8/+7