summaryrefslogtreecommitdiffstats
path: root/drivers/tty/rocket.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-131-14/+1
|\
| * tty: Remove redundant license textGreg Kroah-Hartman2017-11-081-14/+0
| * tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
|/
* tty: rocket: drop broken alt-speed supportJohan Hovold2017-06-131-21/+6
* Annotate hardware config module parameters in drivers/tty/David Howells2017-04-201-5/+5
* tty: rocket: fix invalid user-pointer checksJohan Hovold2016-11-101-4/+0
* TTY: add __init attributeJulia Lawall2016-04-301-1/+2
* tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-5/+5
* tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley2016-04-301-2/+3
* tty: Remove ASYNC_CLOSINGPeter Hurley2016-01-281-1/+1
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-4/+4
* tty: rocket: Remove private close_waitPeter Hurley2016-01-281-2/+0
* tty: Remove chars_in_buffer() line discipline methodPeter Hurley2016-01-271-4/+2
* tty: Remove tty_port::close_waitPeter Hurley2015-10-171-1/+0
* tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley2015-10-171-12/+0
* TTY: fix misspelling of current function in stringJulia Lawall2015-01-091-2/+2
* tty: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-081-1/+1
* TTY: rocket, fix more no-PCI warningsJiri Slaby2013-05-201-147/+141
* TTY: rocket, fix compilation warningJiri Slaby2013-04-151-19/+21
* TTY: cleanup tty->hw_stopped usesJiri Slaby2013-03-181-11/+8
* TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-181-6/+1
* tty: rocket: Explicitly list supported PCI IDsKevin Cernekee2013-01-171-3/+25
* tty: add parenthesis to macro POLL_PERIOD in rocket.cCong Ding2013-01-151-1/+1
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-14/+11
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-1/+2
* TTY: convert more flipping functionsJiri Slaby2013-01-151-1/+1
* tty: remove use of __devinitdataBill Pemberton2012-11-211-1/+1
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-151-0/+2
* TTY: use tty_port_register_deviceJiri Slaby2012-08-131-2/+2
* tty: move the termios object into the ttyAlan Cox2012-07-161-9/+9
* TTY: remove unneeded tty->index checksJiri Slaby2012-03-081-3/+3
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* TTY: rocket, remove unused variablesJiri Slaby2011-04-191-47/+0
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman2011-02-221-0/+3199
OpenPOWER on IntegriCloud