aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/cyclades.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-10tty: cyclades, remove this orphanJiri Slaby1-4119/+0
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-5/+5
2018-10-13cyclades: switch to ->[sg]et_serial()Al Viro1-40/+37
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig1-14/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-10/+7
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-11-04tty: cyclades: Convert timers to use timer_setup()Kees Cook1-10/+6
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-06-13tty: cyclades: drop broken alt-speed supportJohan Hovold1-12/+9
2017-04-20Annotate hardware config module parameters in drivers/tty/David Howells1-2/+2
2016-06-25tty: stop defining STD_COM_FLAGS in driversJiri Slaby1-3/+0
2016-06-25tty: cyclades+mxser, do not initialize to zeroJiri Slaby1-1/+0
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-7/+7
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley1-10/+4
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley1-6/+4
2016-01-28tty: Use termios c_*flag macrosPeter Hurley1-8/+6
2016-01-27tty: Remove chars_in_buffer() line discipline methodPeter Hurley1-4/+4
2015-12-13cyclades: Deinline cyz_is_loaded, save 240 bytesDenys Vlasenko1-1/+1
2015-12-13cyclades: Deinline serial_paranoia_check, save 304 bytesDenys Vlasenko1-1/+1
2015-12-13cyclades: Deinline cyy_writeb, save 880 bytesDenys Vlasenko1-1/+1
2015-12-13cyclades: Deinline cyy_readb, save 368 bytesDenys Vlasenko1-1/+1
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley1-9/+0
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes1-6/+2
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley1-1/+1
2013-12-20tty: an overflow of multiplication in drivers/tty/cyclades.cQixue Xiao1-0/+2
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby1-8/+2
2013-01-15cyclades: push down tty_port_tty_getJiri Slaby1-122/+115
2013-01-15TTY: switch tty_schedule_flipJiri Slaby1-21/+12
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-12/+12
2013-01-15TTY: convert more flipping functionsJiri Slaby1-1/+1
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-5/+8
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-8/+8
2012-11-21tty: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-3/+5
2012-09-05serial: add a new helper functionHuang Shijie1-1/+1
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-7/+9
2012-08-10tty: localise the lockAlan Cox1-1/+1
2012-07-16tty: move the termios object into the ttyAlan Cox1-11/+8
2012-07-16tty: revert incorrectly applied lock patchAlan Cox1-1/+1
2012-07-06tty: localise the lockAlan Cox1-1/+1
2012-06-12TTY: cyclades, add local pointer for cardJiri Slaby1-30/+33
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds1-1/+1
2012-05-04tty_lock: Localise the lockAlan Cox1-1/+1
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-5/+1
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-03-08tty: cyclades: TIOCSERGETLSR should should store to a uintDan Carpenter1-1/+1
2011-09-22TTY: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1