aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/cyclades.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-13cyclades: switch to ->[sg]et_serial()Gravatar Al Viro 1-40/+37
2018-05-16tty: replace ->proc_fops with ->proc_showGravatar Christoph Hellwig 1-14/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-10/+7
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2017-11-04tty: cyclades: Convert timers to use timer_setup()Gravatar Kees Cook 1-10/+6
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 1-1/+1
2017-06-13tty: cyclades: drop broken alt-speed supportGravatar Johan Hovold 1-12/+9
2017-04-20Annotate hardware config module parameters in drivers/tty/Gravatar David Howells 1-2/+2
2016-06-25tty: stop defining STD_COM_FLAGS in driversGravatar Jiri Slaby 1-3/+0
2016-06-25tty: cyclades+mxser, do not initialize to zeroGravatar Jiri Slaby 1-1/+0
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyGravatar Peter Hurley 1-7/+7
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyGravatar Peter Hurley 1-10/+4
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyGravatar Peter Hurley 1-6/+4
2016-01-28tty: Use termios c_*flag macrosGravatar Peter Hurley 1-8/+6
2016-01-27tty: Remove chars_in_buffer() line discipline methodGravatar Peter Hurley 1-4/+4
2015-12-13cyclades: Deinline cyz_is_loaded, save 240 bytesGravatar Denys Vlasenko 1-1/+1
2015-12-13cyclades: Deinline serial_paranoia_check, save 304 bytesGravatar Denys Vlasenko 1-1/+1
2015-12-13cyclades: Deinline cyy_writeb, save 880 bytesGravatar Denys Vlasenko 1-1/+1
2015-12-13cyclades: Deinline cyy_readb, save 368 bytesGravatar Denys Vlasenko 1-1/+1
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsGravatar Peter Hurley 1-9/+0
2015-05-06tty: remove buf parameter from tty_name()Gravatar Rasmus Villemoes 1-6/+2
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Gravatar Peter Hurley 1-1/+1
2013-12-20tty: an overflow of multiplication in drivers/tty/cyclades.cGravatar Qixue Xiao 1-0/+2
2013-03-18TTY: add tty_port_tty_hangup helperGravatar Jiri Slaby 1-8/+2
2013-01-15cyclades: push down tty_port_tty_getGravatar Jiri Slaby 1-122/+115
2013-01-15TTY: switch tty_schedule_flipGravatar Jiri Slaby 1-21/+12
2013-01-15TTY: switch tty_insert_flip_charGravatar Jiri Slaby 1-12/+12
2013-01-15TTY: convert more flipping functionsGravatar Jiri Slaby 1-1/+1
2013-01-15TTY: switch tty_buffer_request_room to tty_portGravatar Jiri Slaby 1-5/+8
2012-11-21tty: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-21tty: remove use of __devinitGravatar Bill Pemberton 1-8/+8
2012-11-21tty: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversGravatar Jiri Slaby 1-3/+5
2012-09-05serial: add a new helper functionGravatar Huang Shijie 1-1/+1
2012-08-13TTY: use tty_port_register_deviceGravatar Jiri Slaby 1-7/+9
2012-08-10tty: localise the lockGravatar Alan Cox 1-1/+1
2012-07-16tty: move the termios object into the ttyGravatar Alan Cox 1-11/+8
2012-07-16tty: revert incorrectly applied lock patchGravatar Alan Cox 1-1/+1
2012-07-06tty: localise the lockGravatar Alan Cox 1-1/+1
2012-06-12TTY: cyclades, add local pointer for cardGravatar Jiri Slaby 1-30/+33
2012-06-02tty: Revert the tty locking series, it needs more workGravatar Linus Torvalds 1-1/+1
2012-05-04tty_lock: Localise the lockGravatar Alan Cox 1-1/+1
2012-03-08TTY: remove unneeded tty->index checksGravatar Jiri Slaby 1-5/+1
2012-03-08TTY: remove re-assignments to tty_driver membersGravatar Jiri Slaby 1-1/+0
2012-03-08tty: cyclades: TIOCSERGETLSR should should store to a uintGravatar Dan Carpenter 1-1/+1
2011-09-22TTY: irq: Remove IRQF_DISABLEDGravatar Yong Zhang 1-1/+1
2011-08-23TTY: mxser+cyclades remove wait_until_sent debug codeGravatar Jiri Slaby 1-11/+1
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-2/+1
2011-04-19tty: remove invalid location line in file headerGravatar Jovi Zhang 1-2/+0