summaryrefslogtreecommitdiffstats
path: root/drivers/tty/amiserial.c
Commit message (Expand)AuthorAgeFilesLines
* kill TIOCSERGSTRUCTAl Viro2018-10-131-7/+1Star
* kill TIOCSER[SG]WILDAl Viro2018-10-131-6/+0Star
* amiserial: switch to ->[sg]et_serial()Al Viro2018-10-131-45/+33Star
* tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1Star
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty: amiserial: drop broken alt-speed supportJohan Hovold2017-06-131-20/+3Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* tty: amiserial: fix invalid user-pointer checkJohan Hovold2016-11-101-2/+0Star
* tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-7/+7
* tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley2016-04-301-6/+3Star
* tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley2016-04-301-1/+1
* tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley2016-04-301-4/+2Star
* tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
* tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-3/+3
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-14/+8Star
* tty: Remove chars_in_buffer() line discipline methodPeter Hurley2016-01-281-4/+2Star
* tty: Remove unused SERIAL_DO_RESTART definePeter Hurley2015-12-141-1/+0Star
* tty: amiserial.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* tty: remove buf parameter from tty_name()Rasmus Villemoes2015-05-061-6/+2Star
* TTY: fix misspelling of current function in stringJulia Lawall2015-01-091-1/+1
* tty: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* tty/amiserial: avoid interruptible_sleep_onArnd Bergmann2014-01-081-8/+18
* TTY: amiserial, add missing platform checkGeert Uytterhoeven2013-11-251-0/+3
* TTY: amiserial, remove unnecessary platform_set_drvdata()Jingoo Han2013-08-281-2/+0Star
* TTY: amiserial, use module_platform_driver_probe()Jingoo Han2013-03-151-13/+1Star
* tty: Remove ancient hardpps()Peter Hurley2013-02-131-5/+0Star
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-3/+2Star
* TTY: move low_latency to tty_portJiri Slaby2013-01-161-2/+2
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-161-2/+2
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-161-0/+2
* serial: add a new helper functionHuang Shijie2012-09-051-1/+1
* TTY: use tty_port_link_deviceJiri Slaby2012-08-141-4/+5
* tty: localise the lockAlan Cox2012-08-101-7/+7
* tty: move the termios object into the ttyAlan Cox2012-07-161-10/+10
* tty: revert incorrectly applied lock patchAlan Cox2012-07-161-7/+7
* tty: localise the lockAlan Cox2012-07-061-7/+7
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-031-7/+7
* tty/amiserial: Add missing argument for tty_unlock()Geert Uytterhoeven2012-05-081-1/+1
* tty_lock: Localise the lockAlan Cox2012-05-051-6/+6
* drivers/tty/amiserial.c: add missing tty_unlockJulia Lawall2012-04-201-1/+3
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* TTY: amiserial, use tty_port_close_startJiri Slaby2012-03-081-42/+2Star
* TTY: amiserial, use tty_port_close_endJiri Slaby2012-03-081-10/+3Star
* TTY: amiserial, use tty_port_block_til_readyJiri Slaby2012-03-081-147/+1Star
* TTY: amiserial, provide carrier helpersJiri Slaby2012-03-081-4/+29
* TTY: amiserial no longer needs serialPJiri Slaby2012-03-081-1/+19
* TTY: amiserial, stop using serial_state->{irq,type,line}Jiri Slaby2012-03-081-13/+10Star
* TTY: amiserial, define local tty_port pointerJiri Slaby2012-03-081-39/+42
* TTY: amiserial/simserial, use flags from tty_portJiri Slaby2012-03-081-63/+66
* TTY: amiserial/simserial, use count from tty_portJiri Slaby2012-03-081-17/+17