summaryrefslogtreecommitdiffstats
path: root/drivers/tty/synclink_gt.c
Commit message (Expand)AuthorAgeFilesLines
* tty_port: drop last traces of low_latencyJiri Slaby2021-01-071-1/+0
* tty: synclink_gt: Demote one kernel-doc header and repair anotherLee Jones2020-11-061-1/+2
* tty: synclink_gt: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-041-5/+9
* tty: synclink, fix kernel-docJiri Slaby2020-08-181-42/+39
* Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-10/+10
|\
| * tty: synclink_gt: Adjust indentation in several functionsNathan Chancellor2020-01-141-9/+9
| * tty: synclink_gt: use true,false for bool variableZheng Bin2020-01-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-1/+1
|\ \
| * | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
| |/
* / remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* synclink_gt(): fix compat_ioctl()Al Viro2018-10-131-12/+4
* synclink: reduce pointless checks in ->ioctl()Al Viro2018-10-131-2/+1
* tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-8/+8
* tty: Remove redundant license textGreg Kroah-Hartman2017-11-081-2/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty: synclink_gt: constify pci_device_id.Arvind Yadav2017-07-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-1/+1
|\
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-1/+0
* Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-201-24/+17
|\
| * tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-8/+8
| * tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley2016-04-301-6/+2
| * tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley2016-04-301-3/+3
| * tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley2016-04-301-4/+1
| * tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
| * tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-2/+2
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
|/
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-12/+7
* tty: synclink_gt: Rename tty_driver_namePeter Hurley2015-12-131-2/+2
* tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley2015-10-171-12/+2
* tty: synclink_gt.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-5/+10
* synclink_gt: use pci_zalloc_consistentJoe Perches2014-08-081-3/+2
* tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley2014-07-101-7/+3
* tty: synclink: avoid sleep_on raceArnd Bergmann2014-01-071-2/+2
* TTY: synclink_gt: fix DTR being raised on hang upJohan Hovold2013-04-121-1/+1
* TTY: synclink: Convert + to | for bit operationsJoe Perches2013-01-301-13/+13
* TTY: synclink, remove unneeded testsJiri Slaby2013-01-151-2/+0
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-3/+2
* TTY: move low_latency to tty_portJiri Slaby2013-01-151-1/+1
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-5/+3
* synclink fix ldisc buffer argumentPaul Fulghum2013-01-151-2/+16
* tty: remove use of __devexitBill Pemberton2012-11-211-1/+1
* tty: remove use of __devinitBill Pemberton2012-11-211-1/+1
* tty: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-151-1/+4
* serial: add a new helper functionHuang Shijie2012-09-051-1/+1
* TTY: use tty_port_register_deviceJiri Slaby2012-08-131-2/+5