summaryrefslogtreecommitdiffstats
path: root/drivers/tty/isicom.c
Commit message (Expand)AuthorAgeFilesLines
* isicom: switch to ->[sg]et_serial()Al Viro2018-10-131-47/+25
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* tty/isicom: Fix a possible sleep-in-atomic bug in WaitTillCardIsFreeJia-Ju Bai2017-12-151-5/+1
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-131-5/+1
|\
| * tty: Remove redundant license textGreg Kroah-Hartman2017-11-081-5/+0
| * 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: isicom: constify pci_device_id.Arvind Yadav2017-07-301-1/+1
* tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-3/+3
* tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley2016-04-301-5/+2
* tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley2016-04-301-4/+2
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-2/+1
* isicom: Deinline drop_dtr, save 112 bytesDenys Vlasenko2015-12-131-1/+1
* isicom: Deinline WaitTillCardIsFree, save 1120 bytesDenys Vlasenko2015-12-131-1/+1
* tty/isicom: fix big-endian compile warningArnd Bergmann2015-02-021-1/+1
* tty: pr_warning->pr_warn and logging neateningJoe Perches2014-11-251-7/+7
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-2/+2
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-2/+2
* TTY: convert more flipping functionsJiri Slaby2013-01-151-2/+2
* tty: remove use of __devexitBill Pemberton2012-11-211-2/+2
* tty: remove use of __devinitBill Pemberton2012-11-211-3/+3
* tty: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* TTY: isicom, fix tty buffers memory leakJiri Slaby2012-11-151-9/+12
* TTY: isicom, stop using port->ttyJiri Slaby2012-11-151-1/+1
* serial: add a new helper functionHuang Shijie2012-09-051-1/+1
* TTY: use tty_port_register_deviceJiri Slaby2012-08-131-1/+2
* tty: move the termios object into the ttyAlan Cox2012-07-161-4/+4
* Documentation: remove references to /etc/modprobe.confLucas De Marchi2012-03-301-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* TTY: remove unneeded tty->index checksJiri Slaby2012-03-081-2/+0
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0
* TTY: irq: Remove IRQF_DISABLEDYong Zhang2011-09-221-1/+1
* tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman2011-02-221-0/+1736