aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/isicom.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-13isicom: switch to ->[sg]et_serial()Gravatar Al Viro 1-47/+25
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2017-12-15tty/isicom: Fix a possible sleep-in-atomic bug in WaitTillCardIsFreeGravatar Jia-Ju Bai 1-5/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-5/+1
2017-11-08tty: Remove redundant license textGravatar Greg Kroah-Hartman 1-5/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 1-1/+1
2017-07-30tty: isicom: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyGravatar Peter Hurley 1-3/+3
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyGravatar Peter Hurley 1-5/+2
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyGravatar Peter Hurley 1-4/+2
2016-01-28tty: Use termios c_*flag macrosGravatar Peter Hurley 1-2/+1
2015-12-13isicom: Deinline drop_dtr, save 112 bytesGravatar Denys Vlasenko 1-1/+1
2015-12-13isicom: Deinline WaitTillCardIsFree, save 1120 bytesGravatar Denys Vlasenko 1-1/+1
2015-02-02tty/isicom: fix big-endian compile warningGravatar Arnd Bergmann 1-1/+1
2014-11-25tty: pr_warning->pr_warn and logging neateningGravatar Joe Perches 1-7/+7
2013-01-15TTY: switch tty_flip_buffer_pushGravatar Jiri Slaby 1-2/+2
2013-01-15TTY: switch tty_insert_flip_charGravatar Jiri Slaby 1-2/+2
2013-01-15TTY: convert more flipping functionsGravatar Jiri Slaby 1-2/+2
2012-11-21tty: remove use of __devexitGravatar Bill Pemberton 1-2/+2
2012-11-21tty: remove use of __devinitGravatar Bill Pemberton 1-3/+3
2012-11-21tty: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-15TTY: isicom, fix tty buffers memory leakGravatar Jiri Slaby 1-9/+12
2012-11-15TTY: isicom, stop using port->ttyGravatar Jiri Slaby 1-1/+1
2012-09-05serial: add a new helper functionGravatar Huang Shijie 1-1/+1
2012-08-13TTY: use tty_port_register_deviceGravatar Jiri Slaby 1-1/+2
2012-07-16tty: move the termios object into the ttyGravatar Alan Cox 1-4/+4
2012-03-30Documentation: remove references to /etc/modprobe.confGravatar Lucas De Marchi 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-08TTY: remove unneeded tty->index checksGravatar Jiri Slaby 1-2/+0
2012-03-08TTY: remove re-assignments to tty_driver membersGravatar Jiri Slaby 1-1/+0
2011-09-22TTY: irq: Remove IRQF_DISABLEDGravatar Yong Zhang 1-1/+1
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1736