aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/synclink.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-18tty: synclink, fix kernel-docGravatar Jiri Slaby 1-42/+40
2020-07-29tty/synclink: remove leftover bits of non-PCI card supportGravatar Christoph Hellwig 1-241/+109
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-2/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerGravatar Michael S. Tsirkin 1-1/+1
2019-02-12tty/synclink: remove ISA supportGravatar Christoph Hellwig 1-54/+0
2018-10-13synclink: reduce pointless checks in ->ioctl()Gravatar Al Viro 1-2/+1
2018-05-16tty: replace ->proc_fops with ->proc_showGravatar Christoph Hellwig 1-14/+1
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-4/+4
2017-11-08tty: Remove redundant license textGravatar Greg Kroah-Hartman 1-2/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2017-09-18tty: synclink: Reuse an existing error handling pathGravatar Christophe JAILLET 1-2/+1
2017-07-30tty: synclink: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-1/+1
2017-04-20Annotate hardware config module parameters in drivers/tty/Gravatar David Howells 1-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-10-20net: use core MTU range checking in WAN driversGravatar Jarod Wilson 1-1/+0
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-42/+32
2016-05-04treewide: replace dev->trans_start update with helperGravatar Florian Westphal 1-2/+2
2016-04-30tty: synclink: remove unneeded testGravatar Sudip Mukherjee 1-2/+1
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyGravatar Peter Hurley 1-24/+22
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyGravatar Peter Hurley 1-6/+2
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyGravatar Peter Hurley 1-3/+3
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyGravatar Peter Hurley 1-5/+2
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Gravatar Peter Hurley 1-1/+1
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Gravatar Peter Hurley 1-2/+2
2016-01-28tty: Use termios c_*flag macrosGravatar Peter Hurley 1-14/+9
2015-10-17tty: synclink, fix indentationGravatar Jiri Slaby 1-1/+1
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsGravatar Peter Hurley 1-14/+4
2015-05-10tty: synclink.c: move assignment out of if () blockGravatar Greg Kroah-Hartman 1-5/+10
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Gravatar Peter Hurley 1-7/+3
2014-03-17synclink: fix info leak in ioctlGravatar Salva Peiró 1-0/+1
2014-01-07tty: synclink: avoid sleep_on raceGravatar Arnd Bergmann 1-2/+2
2013-07-29TTY: synclink: replace bitmasks add operation with OR operation.Gravatar Alexandru Juncu 1-65/+65
2013-04-12TTY: synclink: fix DTR being raised on hang upGravatar Johan Hovold 1-1/+1
2013-03-18TTY: synclink, remove superfluous checkGravatar Jiri Slaby 1-3/+0
2013-01-30TTY: synclink: Convert + to | for bit operationsGravatar Joe Perches 1-13/+13
2013-01-15TTY: switch tty_flip_buffer_pushGravatar Jiri Slaby 1-3/+2
2013-01-15TTY: move low_latency to tty_portGravatar Jiri Slaby 1-1/+1
2013-01-15TTY: switch tty_insert_flip_charGravatar Jiri Slaby 1-2/+2
2013-01-15synclink fix ldisc buffer argumentGravatar Paul Fulghum 1-3/+10
2012-11-21tty: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-21tty: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-21tty: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversGravatar Jiri Slaby 1-0/+1
2012-09-05serial: add a new helper functionGravatar Huang Shijie 1-1/+1
2012-08-13TTY: synclink, add tty installGravatar Jiri Slaby 1-18/+26
2012-08-10tty: localise the lockGravatar Alan Cox 1-2/+2
2012-07-16tty: move the termios object into the ttyGravatar Alan Cox 1-18/+18
2012-07-16tty: revert incorrectly applied lock patchGravatar Alan Cox 1-2/+2