summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/crisv10.c
AgeCommit message (Expand)Author
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
2011-09-22cris: fix a build error in drivers/tty/serial/crisv10.cWANG Cong
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman