aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/crisv10.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-11-10serial: crisv10: fix invalid user-pointer checkJohan Hovold
2016-11-10tty: serial: make crisv10 explicitly non-modularPaul Gortmaker
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley
2016-01-28tty: Remove ASYNC_CLOSINGPeter Hurley
2016-01-28tty: Use termios c_*flag macrosPeter Hurley
2016-01-27tty: Remove chars_in_buffer() line discipline methodPeter Hurley
2015-10-17tty: Remove tty_port::close_waitPeter Hurley
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley
2015-05-10tty: crisv10.c: move assignment out of if () blockGreg Kroah-Hartman
2015-05-06drivers/tty/serial/crisv10.c: rename CPP identifier CONFIG_ETRAX_SERX_DTR_RI_...Valentin Rothberg
2015-05-06drivers/tty/serial/crisv10.c: remove dead #ifdef blocksValentin Rothberg
2015-05-06drivers/tty/serial/crisv10.c: remove dead #ifdef blocksValentin Rothberg
2015-05-06drivers/tty/serial/crisv10.c: remove dead #ifdef blockValentin Rothberg
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes
2014-11-05cris: Remove obsolete ASYNC_SPLIT_TERMIOS behaviorPeter Hurley
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley
2014-02-15tty: serial: crisv10: Drop remaining code for CRISv10 CPU simulatorPaul Bolle
2014-01-07treewide: fix comments and printk msgsMasanari Iida
2013-03-18crisv10: use counts from tty_portJiri Slaby
2013-03-18crisv10: use *_wait from tty_portJiri Slaby
2013-03-18crisv10: use close delays from tty_portJiri Slaby
2013-03-18crisv10: stop returning info from handle_ser_rx_interruptJiri Slaby
2013-03-18crisv10: use flags from tty_portJiri Slaby
2013-03-18TTY: cleanup tty->hw_stopped usesJiri Slaby
2013-01-17tty: serial/crisv10.c: remove unnecessary null pointer checkCong Ding
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: move low_latency to tty_portJiri Slaby
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2012-08-13TTY: use tty_port_link_deviceJiri Slaby
2012-08-13TTY: automatically create nodes for some driversJiri Slaby
2012-08-10tty: localise the lockAlan Cox
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-07-16tty: revert incorrectly applied lock patchAlan Cox
2012-07-06tty: localise the lockAlan Cox
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds
2012-05-08cris: fix missing tty arg in wait_event_interruptible_tty callPaul Gortmaker
2012-05-04tty_lock: Localise the lockAlan Cox
2012-04-09TTY: crisv10, initialize tty_portJiri Slaby
2012-04-09TTY: crisv10, remove unused tmp_bufJiri Slaby
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-28Disintegrate asm/system.h for CRISDavid Howells
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby
2011-11-15RS485: fix inconsistencies in the meaning of some variablesClaudio Scordino
2011-09-22TTY: irq: Remove IRQF_DISABLEDYong Zhang
2011-09-22cris: lower the printk level in cris serial driverWANG Cong