summaryrefslogtreecommitdiffstats
path: root/drivers/tty/cyclades.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Char: cyclades, fix unused variableJiri Slaby2011-04-191-2/+1
|/
* tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman2011-02-221-0/+4200
OpenPOWER on IntegriCloud