summaryrefslogtreecommitdiffstats
path: root/drivers/tty/cyclades.c
Commit message (Expand)AuthorAgeFilesLines
* tty: remove buf parameter from tty_name()Rasmus Villemoes2015-05-061-6/+2Star
* tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley2014-07-111-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-191-8/+2Star
* cyclades: push down tty_port_tty_getJiri Slaby2013-01-161-122/+115Star
* TTY: switch tty_schedule_flipJiri Slaby2013-01-161-21/+12Star
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-161-12/+12
* TTY: convert more flipping functionsJiri Slaby2013-01-161-1/+1
* TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-161-5/+8
* tty: remove use of __devexitBill Pemberton2012-11-221-1/+1
* tty: remove use of __devinitBill Pemberton2012-11-221-8/+8
* tty: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-161-3/+5
* serial: add a new helper functionHuang Shijie2012-09-051-1/+1
* TTY: use tty_port_register_deviceJiri Slaby2012-08-141-7/+9
* tty: localise the lockAlan Cox2012-08-101-1/+1
* tty: move the termios object into the ttyAlan Cox2012-07-161-11/+8Star
* 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-131-30/+33
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-031-1/+1
* tty_lock: Localise the lockAlan Cox2012-05-051-1/+1
* TTY: remove unneeded tty->index checksJiri Slaby2012-03-081-5/+1Star
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0Star
* tty: cyclades: TIOCSERGETLSR should should store to a uintDan Carpenter2012-03-081-1/+1
* TTY: irq: Remove IRQF_DISABLEDYong Zhang2011-09-231-1/+1
* TTY: mxser+cyclades remove wait_until_sent debug codeJiri Slaby2011-08-231-11/+1Star
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-05-261-2/+1Star
|\
| * cyclades: Drop __TIME__ usageMichal Marek2011-04-191-2/+1Star
* | tty: remove invalid location line in file headerJovi Zhang2011-04-201-2/+0Star
* | Char: cyclades, fix unused variableJiri Slaby2011-04-191-2/+1Star
|/
* tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman2011-02-231-0/+4200