| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | tty: amiserial: fix invalid user-pointer check | Johan Hovold | 2016-11-10 | 1 | -2/+0 |
* | tty: Replace ASYNC_INITIALIZED bit and update atomically | Peter Hurley | 2016-04-30 | 1 | -7/+7 |
* | tty: Replace ASYNC_CHECK_CD and update atomically | Peter Hurley | 2016-04-30 | 1 | -6/+3 |
* | tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically | Peter Hurley | 2016-04-30 | 1 | -1/+1 |
* | tty: Replace ASYNC_CTS_FLOW bit and update atomically | Peter Hurley | 2016-04-30 | 1 | -4/+2 |
* | tty: Replace TTY_THROTTLED bit tests with tty_throttled() | Peter Hurley | 2016-04-30 | 1 | -1/+1 |
* | tty: Replace TTY_IO_ERROR bit tests with tty_io_error() | Peter Hurley | 2016-04-30 | 1 | -3/+3 |
* | tty: Use termios c_*flag macros | Peter Hurley | 2016-01-28 | 1 | -14/+8 |
* | tty: Remove chars_in_buffer() line discipline method | Peter Hurley | 2016-01-27 | 1 | -4/+2 |
* | tty: Remove unused SERIAL_DO_RESTART define | Peter Hurley | 2015-12-13 | 1 | -1/+0 |
* | tty: amiserial.c: move assignment out of if () block | Greg Kroah-Hartman | 2015-05-10 | 1 | -1/+2 |
* | tty: remove buf parameter from tty_name() | Rasmus Villemoes | 2015-05-06 | 1 | -6/+2 |
* | TTY: fix misspelling of current function in string | Julia Lawall | 2015-01-09 | 1 | -1/+1 |
* | tty: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | tty/amiserial: avoid interruptible_sleep_on | Arnd Bergmann | 2014-01-07 | 1 | -8/+18 |
* | TTY: amiserial, add missing platform check | Geert Uytterhoeven | 2013-11-25 | 1 | -0/+3 |
* | TTY: amiserial, remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-08-27 | 1 | -2/+0 |
* | TTY: amiserial, use module_platform_driver_probe() | Jingoo Han | 2013-03-15 | 1 | -13/+1 |
* | tty: Remove ancient hardpps() | Peter Hurley | 2013-02-13 | 1 | -5/+0 |
* | TTY: switch tty_flip_buffer_push | Jiri Slaby | 2013-01-15 | 1 | -3/+2 |
* | TTY: move low_latency to tty_port | Jiri Slaby | 2013-01-15 | 1 | -2/+2 |
* | TTY: switch tty_insert_flip_char | Jiri Slaby | 2013-01-15 | 1 | -2/+2 |
* | TTY: call tty_port_destroy in the rest of drivers | Jiri Slaby | 2012-11-15 | 1 | -0/+2 |
* | serial: add a new helper function | Huang Shijie | 2012-09-05 | 1 | -1/+1 |
* | TTY: use tty_port_link_device | Jiri Slaby | 2012-08-13 | 1 | -4/+5 |
* | tty: localise the lock | Alan Cox | 2012-08-10 | 1 | -7/+7 |
* | tty: move the termios object into the tty | Alan Cox | 2012-07-16 | 1 | -10/+10 |
* | tty: revert incorrectly applied lock patch | Alan Cox | 2012-07-16 | 1 | -7/+7 |
* | tty: localise the lock | Alan Cox | 2012-07-06 | 1 | -7/+7 |
* | tty: Revert the tty locking series, it needs more work | Linus Torvalds | 2012-06-02 | 1 | -7/+7 |
* | tty/amiserial: Add missing argument for tty_unlock() | Geert Uytterhoeven | 2012-05-07 | 1 | -1/+1 |
* | tty_lock: Localise the lock | Alan Cox | 2012-05-04 | 1 | -6/+6 |
* | drivers/tty/amiserial.c: add missing tty_unlock | Julia Lawall | 2012-04-19 | 1 | -1/+3 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | TTY: amiserial, use tty_port_close_start | Jiri Slaby | 2012-03-08 | 1 | -42/+2 |
* | TTY: amiserial, use tty_port_close_end | Jiri Slaby | 2012-03-08 | 1 | -10/+3 |
* | TTY: amiserial, use tty_port_block_til_ready | Jiri Slaby | 2012-03-08 | 1 | -147/+1 |
* | TTY: amiserial, provide carrier helpers | Jiri Slaby | 2012-03-08 | 1 | -4/+29 |
* | TTY: amiserial no longer needs serialP | Jiri Slaby | 2012-03-08 | 1 | -1/+19 |
* | TTY: amiserial, stop using serial_state->{irq,type,line} | Jiri Slaby | 2012-03-08 | 1 | -13/+10 |
* | TTY: amiserial, define local tty_port pointer | Jiri Slaby | 2012-03-08 | 1 | -39/+42 |
* | TTY: amiserial/simserial, use flags from tty_port | Jiri Slaby | 2012-03-08 | 1 | -63/+66 |
* | TTY: amiserial/simserial, use count from tty_port | Jiri Slaby | 2012-03-08 | 1 | -17/+17 |
* | TTY: amiserial/simserial, use close delays from tty_port | Jiri Slaby | 2012-03-08 | 1 | -11/+9 |
* | TTY: amiserial/simserial, use tty_port | Jiri Slaby | 2012-03-08 | 1 | -32/+31 |
* | TTY: amiserial, pass tty down to functions | Jiri Slaby | 2012-03-08 | 1 | -49/+42 |
* | TTY: amiserial, simplify set_serial_info | Jiri Slaby | 2012-03-08 | 1 | -12/+8 |
* | TTY: serialP, merge serial_state and async_struct | Jiri Slaby | 2012-03-08 | 1 | -180/+121 |
* | TTY: amiserial, remove IRQ_ports | Jiri Slaby | 2012-03-08 | 1 | -13/+5 |