aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/moxa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen1-4/+5
2021-11-25tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby1-2/+2
2021-09-14tty: moxa: merge moxa.h into moxa.cJiri Slaby1-1/+301
2021-08-26tty: moxa: use semi-colons instead of commasDan Carpenter1-4/+4
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-5/+5
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-4/+4
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby1-2/+2
2021-04-07tty: moxa: fix TIOCSSERIAL implementationJohan Hovold1-5/+0
2021-04-07tty: moxa: fix TIOCSSERIAL permission checkJohan Hovold1-5/+11
2021-04-07tty: moxa: fix TIOCSSERIAL jiffies conversionsJohan Hovold1-2/+2
2021-03-10tty: do not check tty_unregister_driver's return valueJiri Slaby1-3/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2018-10-13moxa: switch to ->[sg]et_serial()Al Viro1-39/+40
2017-11-28tty: moxa: Add support for CMSPARLars Kanis1-6/+11
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: moxa: constify pci_device_id.Arvind Yadav1-1/+1
2017-04-20Annotate hardware config module parameters in drivers/tty/David Howells1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-5/+5
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-1/+1
2015-12-13tty: Remove unused SERIAL_DO_RESTART definePeter Hurley1-1/+0
2014-09-08TTY: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby1-13/+6
2013-01-15TTY: switch tty_schedule_flipJiri Slaby1-2/+2
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+1
2013-01-15TTY: convert more flipping functionsJiri Slaby1-2/+2
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+4
2012-11-15moxa: dcd handling of CLOCAL is backwardsAlan Cox1-1/+1
2012-08-16TTY: tty_alloc_driver() returns error pointersDan Carpenter1-2/+2
2012-08-15drivers/tty/moxa.c: fix error return codeJulia Lawall1-0/+1
2012-08-13TTY: moxa, convert to dynamic deviceJiri Slaby1-4/+20
2012-07-16tty: move the termios object into the ttyAlan Cox1-5/+5
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-08tty: moxa: fix bit test in moxa_start()Dan Carpenter1-1/+1
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2011-07-01drivers/tty: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-2/+3
2011-04-29drivers/tty/moxa.c: Put correct tty valueJulia Lawall1-1/+1
2011-04-25Char: moxa, fix locking in moxa_writeJiri Slaby1-2/+3
2011-04-19Char: moxa, do not touch NORMAL_ACTIVE bitJiri Slaby1-6/+1
2011-04-19Char: moxa, remove unused variablesJiri Slaby1-4/+0
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman1-0/+2092