aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/isicom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04tty/isicom: remove redundant assignment to variable word_countColin Ian King1-1/+0
2018-10-13isicom: switch to ->[sg]et_serial()Al Viro1-47/+25
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2017-12-15tty/isicom: Fix a possible sleep-in-atomic bug in WaitTillCardIsFreeJia-Ju Bai1-5/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-5/+1
2017-11-08tty: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-07-30tty: isicom: constify pci_device_id.Arvind Yadav1-1/+1
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-3/+3
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley1-5/+2
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley1-4/+2
2016-01-28tty: Use termios c_*flag macrosPeter Hurley1-2/+1
2015-12-13isicom: Deinline drop_dtr, save 112 bytesDenys Vlasenko1-1/+1
2015-12-13isicom: Deinline WaitTillCardIsFree, save 1120 bytesDenys Vlasenko1-1/+1
2015-02-02tty/isicom: fix big-endian compile warningArnd Bergmann1-1/+1
2014-11-25tty: pr_warning->pr_warn and logging neateningJoe Perches1-7/+7
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-2/+2
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-2/+2
2013-01-15TTY: convert more flipping functionsJiri Slaby1-2/+2
2012-11-21tty: remove use of __devexitBill Pemberton1-2/+2
2012-11-21tty: remove use of __devinitBill Pemberton1-3/+3
2012-11-21tty: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-15TTY: isicom, fix tty buffers memory leakJiri Slaby1-9/+12
2012-11-15TTY: isicom, stop using port->ttyJiri Slaby1-1/+1
2012-09-05serial: add a new helper functionHuang Shijie1-1/+1
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-1/+2
2012-07-16tty: move the termios object into the ttyAlan Cox1-4/+4
2012-03-30Documentation: remove references to /etc/modprobe.confLucas De Marchi1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-2/+0
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2011-09-22TTY: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman1-0/+1736