aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/i4l/isdn_tty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-03-24isdn: use setup_timerGeliang Tang1-3/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-5/+5
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley1-6/+2
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley1-11/+9
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley1-3/+3
2016-01-28isdn: Remove ASYNC_CLOSINGPeter Hurley1-6/+6
2015-10-17tty: Remove tty_wait_until_sent_from_close()Peter Hurley1-1/+1
2014-09-23isdn: i4l: Remove ASYNC_CTS_FLOWPeter Hurley1-5/+0
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman1-1/+3
2013-03-18TTY: cleanup tty->hw_stopped usesJiri Slaby1-3/+0
2013-03-18drivers/isdn: delete 'break' after 'return'Chen Gang1-1/+0
2013-03-08drivers/isdn: checkng length to be sure not memory overflowChen Gang1-1/+3
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-23/+16
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-3/+3
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-6/+6
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-5/+7
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+4
2012-08-13TTY: i4l, add tty installJiri Slaby1-8/+15
2012-08-13TTY: automatically create nodes for some driversJiri Slaby1-1/+1
2012-07-16tty: move the termios object into the ttyAlan Cox1-8/+8
2012-04-09TTY: isdn, use tty_port_block_til_ready helperJiri Slaby1-96/+1
2012-04-09TTY: isdn, define tty_port_operationsJiri Slaby1-1/+13
2012-04-09TTY: isdn, use tty_port_close_end helperJiri Slaby1-7/+2
2012-04-09TTY: isdn, define local tty_portJiri Slaby1-46/+52
2012-04-09TTY: isdn, use xmit_buf from tty_portJiri Slaby1-7/+9
2012-04-09TTY: isdn, use tty from tty_portJiri Slaby1-21/+20
2012-04-09TTY: isdn, use counts from tty_portJiri Slaby1-22/+21
2012-04-09TTY: isdn, use open/close_wait from tty_portJiri Slaby1-9/+7
2012-04-09TTY: isdn, add tty_portJiri Slaby1-29/+31
2012-04-09TTY: isdn, make some functions readableJiri Slaby1-85/+93
2012-04-09TTY: isdn, do not play with module refcountsJiri Slaby1-11/+0
2012-04-09TTY: isdn, remove ISDN_ASYNC_* flagsJiri Slaby1-29/+30
2012-04-09TTY: isdn, remove calloutJiri Slaby1-26/+6
2012-04-09ISDN: i4l, remove cvs crapJiri Slaby1-5/+1
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1220/+1220
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-5/+2
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-1220/+1220
2011-10-31drivers/isdn: Add module.h to ISDN files implicitly using it.Paul Gortmaker1-0/+1
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby1-1/+1
2011-04-17isdn: i4l: isdn_tty: Fix unused-but-set variables.David S. Miller1-2/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-2/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2010-09-15i4l: kill big kernel lockArnd Bergmann1-5/+6
2010-09-06isdn: cleanup: make buffer smallerDan Carpenter1-2/+2