aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty/serial/crisv10.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-26serial: remove cris/etrax uart driversArnd Bergmann1-4248/+0
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-11-10serial: crisv10: fix invalid user-pointer checkJohan Hovold1-2/+0
2016-11-10tty: serial: make crisv10 explicitly non-modularPaul Gortmaker1-4/+2
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-9/+8
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley1-4/+4
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley1-3/+2
2016-01-28tty: Remove ASYNC_CLOSINGPeter Hurley1-2/+1
2016-01-28tty: Use termios c_*flag macrosPeter Hurley1-11/+7
2016-01-27tty: Remove chars_in_buffer() line discipline methodPeter Hurley1-7/+5
2015-10-17tty: Remove tty_port::close_waitPeter Hurley1-1/+0
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley1-32/+1
2015-05-10tty: crisv10.c: move assignment out of if () blockGreg Kroah-Hartman1-4/+8
2015-05-06drivers/tty/serial/crisv10.c: rename CPP identifier CONFIG_ETRAX_SERX_DTR_RI_DSR_CD_MIXEDValentin Rothberg1-4/+4
2015-05-06drivers/tty/serial/crisv10.c: remove dead #ifdef blocksValentin Rothberg1-29/+0
2015-05-06drivers/tty/serial/crisv10.c: remove dead #ifdef blocksValentin Rothberg1-36/+0
2015-05-06drivers/tty/serial/crisv10.c: remove dead #ifdef blockValentin Rothberg1-13/+0
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes1-6/+2
2014-11-05cris: Remove obsolete ASYNC_SPLIT_TERMIOS behaviorPeter Hurley1-12/+0
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley1-10/+5
2014-02-15tty: serial: crisv10: Drop remaining code for CRISv10 CPU simulatorPaul Bolle1-112/+0
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2013-03-18crisv10: use counts from tty_portJiri Slaby1-25/+23
2013-03-18crisv10: use *_wait from tty_portJiri Slaby1-9/+7
2013-03-18crisv10: use close delays from tty_portJiri Slaby1-11/+9
2013-03-18crisv10: stop returning info from handle_ser_rx_interruptJiri Slaby1-6/+4
2013-03-18crisv10: use flags from tty_portJiri Slaby1-35/+29
2013-03-18TTY: cleanup tty->hw_stopped usesJiri Slaby1-10/+2
2013-01-17tty: serial/crisv10.c: remove unnecessary null pointer checkCong Ding1-1/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-15/+2
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-2/+2
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-6/+4
2012-08-13TTY: use tty_port_link_deviceJiri Slaby1-3/+6
2012-08-13TTY: automatically create nodes for some driversJiri Slaby1-1/+1
2012-08-10tty: localise the lockAlan Cox1-4/+4
2012-07-16tty: move the termios object into the ttyAlan Cox1-13/+13
2012-07-16tty: revert incorrectly applied lock patchAlan Cox1-4/+4
2012-07-06tty: localise the lockAlan Cox1-4/+4
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds1-4/+4
2012-05-08cris: fix missing tty arg in wait_event_interruptible_tty callPaul Gortmaker1-2/+2
2012-05-04tty_lock: Localise the lockAlan Cox1-2/+2
2012-04-09TTY: crisv10, initialize tty_portJiri Slaby1-0/+1
2012-04-09TTY: crisv10, remove unused tmp_bufJiri Slaby1-26/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-28Disintegrate asm/system.h for CRISDavid Howells1-0/+1
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-12/+3
2011-11-15RS485: fix inconsistencies in the meaning of some variablesClaudio Scordino1-8/+2