aboutsummaryrefslogtreecommitdiffstats
path: root/net/irda/ircomm/ircomm_tty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-12irda: Convert IRDA_DEBUG to pr_debugJoe Perches1-65/+30
2014-11-11irda: Remove IRDA_<TYPE> logging macrosJoe Perches1-11/+10
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley1-4/+2
2013-12-06net/irda: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-04-12TTY: ircomm: fix DTR being raised on hang upJohan Hovold1-1/+1
2013-03-06net/irda: Raise dtr in non-blocking openPeter Hurley1-2/+9
2013-03-06net/irda: Use barrier to set task statePeter Hurley1-1/+1
2013-03-06net/irda: Hold port lock while bumping blocked_openPeter Hurley1-2/+2
2013-03-06net/irda: Fix port open countsPeter Hurley1-9/+5
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-2/+2
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+1
2012-10-05net, TTY: initialize tty->driver_data before usageSasha Levin1-0/+2
2012-09-05serial: add a new helper functionHuang Shijie1-2/+2
2012-08-13TTY: ircomm_tty, add tty installJiri Slaby1-16/+25
2012-07-16tty: move the termios object into the ttyAlan Cox1-6/+6
2012-06-12TTY: ircomm, use tty_port_close_start helperJiri Slaby1-47/+1
2012-06-12TTY: ircomm, use tty_port_close_end helperJiri Slaby1-15/+1
2012-06-12TTY: ircomm, define carrier routinesJiri Slaby1-10/+33
2012-06-12TTY: ircomm, define local tty_portJiri Slaby1-53/+56
2012-06-12TTY: ircomm, use tty from tty_portJiri Slaby1-23/+39
2012-06-12TTY: ircomm, revamp lockingJiri Slaby1-20/+18
2012-06-12TTY: ircomm, use flags from tty_portJiri Slaby1-23/+23
2012-06-12TTY: ircomm, use open counts from tty_portJiri Slaby1-21/+21
2012-06-12TTY: ircomm, use close times from tty_portJiri Slaby1-6/+4
2012-06-12TTY: ircomm, add tty_portJiri Slaby1-10/+11
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-5/+1
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby1-1/+1
2011-05-12net/irda/ircomm_tty.c: Use flip buffers to deliver dataAmit Virdi1-9/+5
2010-09-23net: return operator cleanupEric Dumazet1-2/+2
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-01-10NET: irda, remove unnecessary checksJiri Slaby1-6/+0
2009-04-01proc tty: switch ircomm to ->proc_fopsAlexey Dobriyan1-118/+138
2009-01-02tty: Fix an ircomm warning and note another bugAlan Cox1-2/+3
2008-07-20tty: Ldisc revampAlan Cox1-7/+7
2008-04-30tty: The big operations reworkAlan Cox1-4/+2
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-45/+45
2007-12-05[IRDA]: Move ircomm_tty_line_info() under #ifdef CONFIG_PROC_FSPavel Emelyanov1-1/+1
2007-10-26[IRDA]: Make ircomm_tty static.Adrian Bunk1-1/+1
2007-02-10[NET] IRDA: Fix whitespace errors.YOSHIFUJI Hideaki1-144/+144
2006-11-22WorkStruct: make allyesconfigDavid Howells1-5/+6
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1
2006-07-21[IrDA]: Use alloc_skb() in IrDA TX pathSamuel Ortiz1-2/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2005-09-12[NET]: fix-up schedule_timeout() usageNishanth Aravamudan1-6/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1405