aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/moxa.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-13moxa: switch to ->[sg]et_serial()Gravatar Al Viro 1-39/+40
2017-11-28tty: moxa: Add support for CMSPARGravatar Lars Kanis 1-6/+11
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: moxa: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-04-20Annotate hardware config module parameters in drivers/tty/Gravatar David Howells 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyGravatar Peter Hurley 1-5/+5
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Gravatar Peter Hurley 1-1/+1
2015-12-13tty: Remove unused SERIAL_DO_RESTART defineGravatar Peter Hurley 1-1/+0
2014-09-08TTY: fix decimal printf format specifiers prefixed with 0xGravatar Hans Wennborg 1-1/+1
2013-03-18TTY: add tty_port_tty_hangup helperGravatar Jiri Slaby 1-13/+6
2013-01-15TTY: switch tty_schedule_flipGravatar Jiri Slaby 1-2/+2
2013-01-15TTY: switch tty_insert_flip_charGravatar Jiri Slaby 1-1/+1
2013-01-15TTY: convert more flipping functionsGravatar Jiri Slaby 1-2/+2
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/+4
2012-11-15moxa: dcd handling of CLOCAL is backwardsGravatar Alan Cox 1-1/+1
2012-08-16TTY: tty_alloc_driver() returns error pointersGravatar Dan Carpenter 1-2/+2
2012-08-15drivers/tty/moxa.c: fix error return codeGravatar Julia Lawall 1-0/+1
2012-08-13TTY: moxa, convert to dynamic deviceGravatar Jiri Slaby 1-4/+20
2012-07-16tty: move the termios object into the ttyGravatar Alan Cox 1-5/+5
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-08tty: moxa: fix bit test in moxa_start()Gravatar Dan Carpenter 1-1/+1
2012-03-08TTY: remove re-assignments to tty_driver membersGravatar Jiri Slaby 1-1/+0
2011-07-01drivers/tty: use printk_ratelimited() instead of printk_ratelimit()Gravatar Manuel Zerpies 1-2/+3
2011-04-29drivers/tty/moxa.c: Put correct tty valueGravatar Julia Lawall 1-1/+1
2011-04-25Char: moxa, fix locking in moxa_writeGravatar Jiri Slaby 1-2/+3
2011-04-19Char: moxa, do not touch NORMAL_ACTIVE bitGravatar Jiri Slaby 1-6/+1
2011-04-19Char: moxa, remove unused variablesGravatar Jiri Slaby 1-4/+0
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+2092