summaryrefslogtreecommitdiffstats
path: root/drivers/tty/mxser.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* tty: cyclades+mxser, do not initialize to zeroJiri Slaby2016-06-251-1/+0
* tty: mxser: Remove unused ASYNC_SHARE_IRQ flagPeter Hurley2016-04-301-1/+0
* tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-8/+6
* tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley2016-04-301-6/+3
* tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley2016-04-301-3/+1
* tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-4/+3
* tty: constify tty_port_operations structsAya Mahfouz2016-02-061-1/+1
* tty: mxser: Remove ASYNC_CLOSINGPeter Hurley2016-01-281-4/+5
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-6/+4
* tty: mxser: Fix build warning introduced by dfc7b837c7f9 (Re: linux-next: bui...Matwey V. Kornilov2013-05-221-3/+3
* tty: mxser: fix usage of opmode_ioaddrMatwey V. Kornilov2013-05-211-2/+9
* Merge 3.9-rc7 intp tty-nextGreg Kroah-Hartman2013-04-141-4/+4
|\
| * tty: mxser: fix cycle termination condition in mxser_probe() and mxser_module...Alexey Khoroshilov2013-04-081-4/+4
* | TTY: fix DTR not being dropped on hang upJohan Hovold2013-03-181-0/+4
|/
* tty: mxser: improve error handling in mxser_probe() and mxser_module_init()Alexey Khoroshilov2013-02-181-7/+35
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-1/+1
* TTY: move low_latency to tty_portJiri Slaby2013-01-151-1/+1
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-2/+2
* tty: remove use of __devexitBill Pemberton2012-11-211-1/+1
* tty: remove use of __devinitBill Pemberton2012-11-211-3/+3
* tty: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-151-8/+17
* serial: add a new helper functionHuang Shijie2012-09-051-1/+1
* TTY: mxser, fix invalid module_parm permissionsJiri Slaby2012-08-131-1/+1
* TTY: use tty_port_register_deviceJiri Slaby2012-08-131-2/+4
* mxser: allow overlapping vectorJiri Slaby2012-08-101-4/+31
* tty: move the termios object into the ttyAlan Cox2012-07-161-10/+10
* tty: mxser: local variables should not be exposed globallyH Hartley Sweeten2012-05-041-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-3/+0
* TTY: mxser+cyclades remove wait_until_sent debug codeJiri Slaby2011-08-231-12/+1
* drivers/tty: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-07-011-2/+2
* tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman2011-02-221-0/+2757