summaryrefslogtreecommitdiff
path: root/drivers/tty/synclink.c
Commit message (Expand)AuthorAge
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* tty: Remove redundant license textGreg Kroah-Hartman2017-11-08
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-08
* tty: synclink: Reuse an existing error handling pathChristophe JAILLET2017-09-18
* tty: synclink: constify pci_device_id.Arvind Yadav2017-07-30
* networking: introduce and use skb_put_data()Johannes Berg2017-06-16
* Annotate hardware config module parameters in drivers/tty/David Howells2017-04-20
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* net: use core MTU range checking in WAN driversJarod Wilson2016-10-20
* Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-20
|\
| * tty: synclink: remove unneeded testSudip Mukherjee2016-04-30
| * tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-30
| * tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley2016-04-30
| * tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley2016-04-30
| * tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley2016-04-30
| * tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-30
| * tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-30
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-04
|/
* tty: Use termios c_*flag macrosPeter Hurley2016-01-28
* tty: synclink, fix indentationJiri Slaby2015-10-17
* tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley2015-10-17
* tty: synclink.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-10
* tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley2014-07-10
* synclink: fix info leak in ioctlSalva Peiró2014-03-17
* tty: synclink: avoid sleep_on raceArnd Bergmann2014-01-07
* TTY: synclink: replace bitmasks add operation with OR operation.Alexandru Juncu2013-07-29
* TTY: synclink: fix DTR being raised on hang upJohan Hovold2013-04-12
* TTY: synclink, remove superfluous checkJiri Slaby2013-03-18
* TTY: synclink: Convert + to | for bit operationsJoe Perches2013-01-30
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-15
* TTY: move low_latency to tty_portJiri Slaby2013-01-15
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-15
* synclink fix ldisc buffer argumentPaul Fulghum2013-01-15
* tty: remove use of __devexitBill Pemberton2012-11-21
* tty: remove use of __devinitBill Pemberton2012-11-21
* tty: remove use of __devexit_pBill Pemberton2012-11-21
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-15
* serial: add a new helper functionHuang Shijie2012-09-05
* TTY: synclink, add tty installJiri Slaby2012-08-13
* tty: localise the lockAlan Cox2012-08-10
* tty: move the termios object into the ttyAlan Cox2012-07-16
* tty: revert incorrectly applied lock patchAlan Cox2012-07-16
* tty: localise the lockAlan Cox2012-07-06
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-02
* tty_lock: Localise the lockAlan Cox2012-05-04
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* TTY: remove unneeded tty->index checksJiri Slaby2012-03-08
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-08
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-13
* drivers/tty/synclink: remove double commentEdwin van Vliet2011-08-23