summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/crisv10.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* serial: crisv10: fix invalid user-pointer checkJohan Hovold2016-11-101-2/+0
* tty: serial: make crisv10 explicitly non-modularPaul Gortmaker2016-11-101-4/+2
* tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-9/+8
* tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley2016-04-301-4/+4
* tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-3/+2
* tty: Remove ASYNC_CLOSINGPeter Hurley2016-01-281-2/+1
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-11/+7
* tty: Remove chars_in_buffer() line discipline methodPeter Hurley2016-01-271-7/+5
* tty: Remove tty_port::close_waitPeter Hurley2015-10-171-1/+0
* tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley2015-10-171-32/+1
* tty: crisv10.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-4/+8
* drivers/tty/serial/crisv10.c: rename CPP identifier CONFIG_ETRAX_SERX_DTR_RI_...Valentin Rothberg2015-05-061-4/+4
* drivers/tty/serial/crisv10.c: remove dead #ifdef blocksValentin Rothberg2015-05-061-29/+0
* drivers/tty/serial/crisv10.c: remove dead #ifdef blocksValentin Rothberg2015-05-061-36/+0
* drivers/tty/serial/crisv10.c: remove dead #ifdef blockValentin Rothberg2015-05-061-13/+0
* tty: remove buf parameter from tty_name()Rasmus Villemoes2015-05-061-6/+2
* cris: Remove obsolete ASYNC_SPLIT_TERMIOS behaviorPeter Hurley2014-11-051-12/+0
* tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley2014-07-101-10/+5
* tty: serial: crisv10: Drop remaining code for CRISv10 CPU simulatorPaul Bolle2014-02-151-112/+0
* treewide: fix comments and printk msgsMasanari Iida2014-01-071-1/+1
* crisv10: use counts from tty_portJiri Slaby2013-03-181-25/+23
* crisv10: use *_wait from tty_portJiri Slaby2013-03-181-9/+7
* crisv10: use close delays from tty_portJiri Slaby2013-03-181-11/+9
* crisv10: stop returning info from handle_ser_rx_interruptJiri Slaby2013-03-181-6/+4
* crisv10: use flags from tty_portJiri Slaby2013-03-181-35/+29
* TTY: cleanup tty->hw_stopped usesJiri Slaby2013-03-181-10/+2
* tty: serial/crisv10.c: remove unnecessary null pointer checkCong Ding2013-01-171-1/+1
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-15/+2
* TTY: move low_latency to tty_portJiri Slaby2013-01-151-2/+2
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-6/+4
* TTY: use tty_port_link_deviceJiri Slaby2012-08-131-3/+6
* TTY: automatically create nodes for some driversJiri Slaby2012-08-131-1/+1
* tty: localise the lockAlan Cox2012-08-101-4/+4
* tty: move the termios object into the ttyAlan Cox2012-07-161-13/+13
* tty: revert incorrectly applied lock patchAlan Cox2012-07-161-4/+4
* tty: localise the lockAlan Cox2012-07-061-4/+4
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-021-4/+4
* cris: fix missing tty arg in wait_event_interruptible_tty callPaul Gortmaker2012-05-081-2/+2
* tty_lock: Localise the lockAlan Cox2012-05-041-2/+2
* TTY: crisv10, initialize tty_portJiri Slaby2012-04-091-0/+1
* TTY: crisv10, remove unused tmp_bufJiri Slaby2012-04-091-26/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Disintegrate asm/system.h for CRISDavid Howells2012-03-281-0/+1
* TTY: remove unneeded tty->index checksJiri Slaby2012-03-081-12/+3
* RS485: fix inconsistencies in the meaning of some variablesClaudio Scordino2011-11-151-8/+2
* TTY: irq: Remove IRQF_DISABLEDYong Zhang2011-09-221-9/+9
* cris: lower the printk level in cris serial driverWANG Cong2011-09-221-6/+6
* cris: fix a build error in drivers/tty/serial/crisv10.cWANG Cong2011-09-221-2/+2