summaryrefslogtreecommitdiffstats
path: root/drivers/tty/cyclades.c
Commit message (Expand)AuthorAgeFilesLines
* tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-131-10/+7
|\
| * tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
| * tty: cyclades: Convert timers to use timer_setup()Kees Cook2017-11-041-10/+6
* | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
|/
* tty: cyclades: drop broken alt-speed supportJohan Hovold2017-06-131-12/+9
* Annotate hardware config module parameters in drivers/tty/David Howells2017-04-201-2/+2
* tty: stop defining STD_COM_FLAGS in driversJiri Slaby2016-06-251-3/+0
* tty: cyclades+mxser, do not initialize to zeroJiri Slaby2016-06-251-1/+0
* tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-7/+7
* tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley2016-04-301-10/+4
* tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley2016-04-301-6/+4
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-8/+6
* tty: Remove chars_in_buffer() line discipline methodPeter Hurley2016-01-271-4/+4
* cyclades: Deinline cyz_is_loaded, save 240 bytesDenys Vlasenko2015-12-131-1/+1
* cyclades: Deinline serial_paranoia_check, save 304 bytesDenys Vlasenko2015-12-131-1/+1
* cyclades: Deinline cyy_writeb, save 880 bytesDenys Vlasenko2015-12-131-1/+1
* cyclades: Deinline cyy_readb, save 368 bytesDenys Vlasenko2015-12-131-1/+1
* tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley2015-10-171-9/+0
* tty: remove buf parameter from tty_name()Rasmus Villemoes2015-05-061-6/+2
* tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley2014-07-101-1/+1
* tty: an overflow of multiplication in drivers/tty/cyclades.cQixue Xiao2013-12-201-0/+2
* TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-181-8/+2
* cyclades: push down tty_port_tty_getJiri Slaby2013-01-151-122/+115
* TTY: switch tty_schedule_flipJiri Slaby2013-01-151-21/+12
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-12/+12
* TTY: convert more flipping functionsJiri Slaby2013-01-151-1/+1
* TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-151-5/+8
* tty: remove use of __devexitBill Pemberton2012-11-211-1/+1
* tty: remove use of __devinitBill Pemberton2012-11-211-8/+8
* tty: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-151-3/+5
* serial: add a new helper functionHuang Shijie2012-09-051-1/+1
* TTY: use tty_port_register_deviceJiri Slaby2012-08-131-7/+9
* tty: localise the lockAlan Cox2012-08-101-1/+1
* tty: move the termios object into the ttyAlan Cox2012-07-161-11/+8
* tty: revert incorrectly applied lock patchAlan Cox2012-07-161-1/+1
* tty: localise the lockAlan Cox2012-07-061-1/+1
* TTY: cyclades, add local pointer for cardJiri Slaby2012-06-121-30/+33
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-021-1/+1
* tty_lock: Localise the lockAlan Cox2012-05-041-1/+1
* TTY: remove unneeded tty->index checksJiri Slaby2012-03-081-5/+1
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0
* tty: cyclades: TIOCSERGETLSR should should store to a uintDan Carpenter2012-03-081-1/+1
* TTY: irq: Remove IRQF_DISABLEDYong Zhang2011-09-221-1/+1
* TTY: mxser+cyclades remove wait_until_sent debug codeJiri Slaby2011-08-231-11/+1
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-05-261-2/+1
|\
| * cyclades: Drop __TIME__ usageMichal Marek2011-04-191-2/+1
* | tty: remove invalid location line in file headerJovi Zhang2011-04-191-2/+0
OpenPOWER on IntegriCloud