aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2017-10-18isdn/gigaset: Convert timers to use timer_setup()Kees Cook1-4/+3
2013-01-21isdn/gigaset: beautify common.cTilman Schmidt1-22/+9
2012-11-21TTY: isdn/gigaset destroy tty_port properlyJiri Slaby1-6/+5
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-4/+6
2012-09-13drivers/isdn/gigaset/common.c: Remove useless kfreePeter Senna Tschudin1-1/+0
2012-05-07isdn/gigaset: unify function return valuesTilman Schmidt1-23/+20
2012-05-07isdn/gigaset: internal function name cleanupTilman Schmidt1-11/+5
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-7/+7
2012-03-08TTY: isdn/gigaset, use tty_portJiri Slaby1-2/+1
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-2/+0
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-7/+7
2010-10-01isdn/gigaset: drop obsolete debug optionTilman Schmidt1-26/+0
2010-07-07isdn/gigaset: remove obsolete compile time optionsTilman Schmidt1-2/+0
2010-06-25isdn/gigaset: correct CAPI connection state storageTilman Schmidt1-0/+4
2010-06-25isdn/gigaset: honor CAPI application's buffer size requestTilman Schmidt1-24/+8
2010-04-18gigaset: include cleanup cleanupTilman Schmidt1-2/+0
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-15gigaset: avoid registering CAPI driver more than onceTilman Schmidt1-2/+4
2010-02-26gigaset: reduce syslog clutterTilman Schmidt1-29/+20
2009-12-08gigaset: don't enable any debugging output by defaultTilman Schmidt1-1/+1
2009-11-19drivers/isdn/gigaset: tasklet_init - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-10-29gigaset: checkpatch cleanupTilman Schmidt1-19/+14
2009-10-29usb_gigaset: code cleanupTilman Schmidt1-22/+12
2009-10-06gigaset: add Kernel CAPI interface (v3)Tilman Schmidt1-0/+26
2009-10-06gigaset: prepare for CAPI implementationTilman Schmidt1-23/+27
2009-10-06gigaset: add kerneldoc commentsTilman Schmidt1-22/+104
2009-10-06gigaset: announce if built with debuggingTilman Schmidt1-1/+7
2009-05-17gigaset: remove unused structure member rcvbytesTilman Schmidt1-2/+0
2009-05-17gigaset: remove obsolete references to m10x state tableTilman Schmidt1-8/+2
2008-12-26gigaset: use pr_err() and pr_info()Tilman Schmidt1-11/+9
2008-11-29gigaset: get rid of info() and warn() macrosTilman Schmidt1-3/+2
2008-07-24gigaset: use dev_ macros for messagesTilman Schmidt1-1/+1
2008-03-07gigaset: fix Oops on module unload regressionTilman Schmidt1-2/+4
2008-02-06Gigaset: permit module unloadTilman Schmidt1-76/+29
2008-02-06gigaset: atomic cleanupTilman Schmidt1-15/+15
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-1/+2
2007-03-29[PATCH] drivers/isdn/gigaset: mark some static data as const (v2)Tilman Schmidt1-3/+3
2007-02-12[PATCH] drivers/isdn/gigaset: new M101 driver (v2)Tilman Schmidt1-18/+2
2007-02-12[PATCH] drivers/isdn/gigaset: reduce mutex scopeTilman Schmidt1-3/+1
2007-01-26[PATCH] Gigaset ISDN driver error handling fixesTilman Schmidt1-28/+33
2006-12-08[PATCH] isdn/gigaset: use bitrev8Akinobu Mita1-37/+0
2006-12-01Driver core: convert tty core to use struct deviceGreg Kroah-Hartman1-1/+1
2006-11-06[PATCH] isdn/gigaset: convert warning messageTilman Schmidt1-1/+1
2006-10-30[PATCH] isdn/gigaset: avoid cs->dev null pointer dereferenceAkinobu Mita1-1/+1
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-3/+1
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-3/+1
2006-06-21[PATCH] i4l gigaset: move sysfs entry to tty class deviceHansjoerg Lipp1-6/+7
2006-04-22[PATCH] isdn4linux: Siemens Gigaset base driver: fix disconnect handlingTilman Schmidt1-2/+1