aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset/interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-5/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-11/+3
2013-01-21isdn/gigaset: beautify interface.cTilman Schmidt1-31/+15
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-9/+1
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-1/+2
2012-07-16tty: move the termios object into the ttyAlan Cox1-2/+2
2012-04-09isdn/gigaset: use gig_dbg() for debugging outputTilman Schmidt1-1/+1
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-9/+9
2012-03-08TTY: isdn/gigaset, use tty_portJiri Slaby1-27/+19
2012-03-08TTY: isdn/gigaset, do not set tty->driver_data to NULLJiri Slaby1-91/+14
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-6/+1
2012-02-27gigaset: Use semicolons to terminate statementsJoe Perches1-4/+4
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-10/+10
2011-10-31drivers/isdn: Add module.h to ISDN files implicitly using it.Paul Gortmaker1-0/+1
2011-06-17gigaset: call module_put before restart of if_open()Pavel Shved1-1/+3
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-2/+2
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-2/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-2/+2
2010-07-07isdn/gigaset: remove obsolete compile time optionsTilman Schmidt1-1/+0
2010-07-07isdn/gigaset: avoid copying AT commands twiceTilman Schmidt1-7/+29
2010-04-18gigaset: include cleanup cleanupTilman Schmidt1-1/+0
2010-03-15gigaset: prune use of tty_buffer_request_roomTilman Schmidt1-1/+0
2010-02-26gigaset: reduce syslog clutterTilman Schmidt1-8/+4
2009-11-19drivers/isdn/gigaset: tasklet_init - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-10-29gigaset: checkpatch cleanupTilman Schmidt1-21/+18
2009-10-06gigaset: add kerneldoc commentsTilman Schmidt1-0/+9
2009-09-19tty: gigaset: really fix chars_in_bufferTilman Schmidt1-12/+7
2009-07-20tty: fix chars_in_buffersAlan Cox1-0/+2
2009-05-17gigaset: fix possible oops in error handlingTilman Schmidt1-2/+1
2009-04-06gigaset: in file ops, check for device disconnect before anything elseTilman Schmidt1-28/+30
2008-12-26gigaset: ifdef cleanupTilman Schmidt1-26/+0
2008-12-26gigaset: use pr_err() and pr_info()Tilman Schmidt1-13/+13
2008-11-29gigaset: get rid of info() and warn() macrosTilman Schmidt1-2/+2
2008-07-24gigaset: use dev_ macros for messagesTilman Schmidt1-12/+13
2008-02-06Gigaset: permit module unloadTilman Schmidt1-1/+3
2008-02-06gigaset: atomic cleanupTilman Schmidt1-8/+7
2007-02-12[PATCH] drivers/isdn/gigaset: reduce mutex scopeTilman Schmidt1-0/+3
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby1-12/+2
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-12-01Driver core: convert tty core to use struct deviceGreg Kroah-Hartman1-5/+5
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman1-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-1/+9
2006-04-11[PATCH] isdn4linux: Siemens Gigaset drivers: make some variables non-atomicTilman Schmidt1-7/+12
2006-04-11[PATCH] isdn4linux: Siemens Gigaset drivers: mutex conversionTilman Schmidt1-22/+22
2006-04-11[PATCH] isdn4linux: Siemens Gigaset drivers: eliminate from_user argumentTilman Schmidt1-3/+4
2006-04-11[PATCH] isdn4linux: Siemens Gigaset drivers: logging usageTilman Schmidt1-77/+80