summaryrefslogtreecommitdiffstats
path: root/drivers/tty/rocket.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-081-4/+10
|\
| * tty: rocket: deprecate the rp_ioctlFuqian Huang2019-04-251-0/+10
| * tty: rocket: Remove RCPK_GET_STRUCT ioctlFuqian Huang2019-04-251-4/+0Star
* | tty: rocket: fix incorrect forward declaration of 'rp_init()'Linus Torvalds2019-05-061-1/+1
|/
* tty: rocket: Fix possible buffer overwrite on register_PCIAnton Vasilyev2018-08-021-1/+1
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-221-2/+2
* Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-141-14/+1Star
|\
| * tty: Remove redundant license textGreg Kroah-Hartman2017-11-081-14/+0Star
| * 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/+6Star
* 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/+0Star
* 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/+0Star
* tty: Remove chars_in_buffer() line discipline methodPeter Hurley2016-01-281-4/+2Star
* tty: Remove tty_port::close_waitPeter Hurley2015-10-181-1/+0Star
* tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley2015-10-181-12/+0Star
* TTY: fix misspelling of current function in stringJulia Lawall2015-01-091-2/+2
* tty: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-091-1/+1
* TTY: rocket, fix more no-PCI warningsJiri Slaby2013-05-201-147/+141Star
* TTY: rocket, fix compilation warningJiri Slaby2013-04-151-19/+21
* TTY: cleanup tty->hw_stopped usesJiri Slaby2013-03-191-11/+8Star
* TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-191-6/+1Star
* tty: rocket: Explicitly list supported PCI IDsKevin Cernekee2013-01-181-3/+25
* tty: add parenthesis to macro POLL_PERIOD in rocket.cCong Ding2013-01-161-1/+1
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-14/+11Star
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-161-1/+2
* TTY: convert more flipping functionsJiri Slaby2013-01-161-1/+1
* tty: remove use of __devinitdataBill Pemberton2012-11-221-1/+1
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-161-0/+2
* TTY: use tty_port_register_deviceJiri Slaby2012-08-141-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/+0Star
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* TTY: rocket, remove unused variablesJiri Slaby2011-04-191-47/+0Star
* 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-231-0/+3199