aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/amiserial.c
AgeCommit message (Expand)Author
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-10tty: amiserial: fix invalid user-pointer checkJohan Hovold
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley
2016-01-28tty: Use termios c_*flag macrosPeter Hurley
2016-01-27tty: Remove chars_in_buffer() line discipline methodPeter Hurley
2015-12-13tty: Remove unused SERIAL_DO_RESTART definePeter Hurley
2015-05-10tty: amiserial.c: move assignment out of if () blockGreg Kroah-Hartman
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes
2015-01-09TTY: fix misspelling of current function in stringJulia Lawall
2014-10-20tty: drop owner assignment from platform_driversWolfram Sang
2014-01-07tty/amiserial: avoid interruptible_sleep_onArnd Bergmann
2013-11-25TTY: amiserial, add missing platform checkGeert Uytterhoeven
2013-08-27TTY: amiserial, remove unnecessary platform_set_drvdata()Jingoo Han
2013-03-15TTY: amiserial, use module_platform_driver_probe()Jingoo Han
2013-02-13tty: Remove ancient hardpps()Peter Hurley
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: move low_latency to tty_portJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby
2012-09-05serial: add a new helper functionHuang Shijie
2012-08-13TTY: use tty_port_link_deviceJiri Slaby
2012-08-10tty: localise the lockAlan Cox
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-07-16tty: revert incorrectly applied lock patchAlan Cox
2012-07-06tty: localise the lockAlan Cox
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds
2012-05-07tty/amiserial: Add missing argument for tty_unlock()Geert Uytterhoeven
2012-05-04tty_lock: Localise the lockAlan Cox
2012-04-19drivers/tty/amiserial.c: add missing tty_unlockJulia Lawall
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-08TTY: amiserial, use tty_port_close_startJiri Slaby
2012-03-08TTY: amiserial, use tty_port_close_endJiri Slaby
2012-03-08TTY: amiserial, use tty_port_block_til_readyJiri Slaby
2012-03-08TTY: amiserial, provide carrier helpersJiri Slaby
2012-03-08TTY: amiserial no longer needs serialPJiri Slaby
2012-03-08TTY: amiserial, stop using serial_state->{irq,type,line}Jiri Slaby
2012-03-08TTY: amiserial, define local tty_port pointerJiri Slaby
2012-03-08TTY: amiserial/simserial, use flags from tty_portJiri Slaby
2012-03-08TTY: amiserial/simserial, use count from tty_portJiri Slaby
2012-03-08TTY: amiserial/simserial, use close delays from tty_portJiri Slaby
2012-03-08TTY: amiserial/simserial, use tty_portJiri Slaby
2012-03-08TTY: amiserial, pass tty down to functionsJiri Slaby
2012-03-08TTY: amiserial, simplify set_serial_infoJiri Slaby
2012-03-08TTY: serialP, merge serial_state and async_structJiri Slaby
2012-03-08TTY: amiserial, remove IRQ_portsJiri Slaby