| Commit message (Expand) | Author | Age | Files | Lines |
* | tty: ami: use u8 for characters and flag | Jiri Slaby (SUSE) | 2023-12-08 | 1 | -2/+2 |
* | tty: make tty_operations::send_xchar accept u8 char | Jiri Slaby (SUSE) | 2023-12-08 | 1 | -1/+1 |
* | tty: amiserial: use bool and rename overrun flag in receive_chars() | Jiri Slaby (SUSE) | 2023-11-25 | 1 | -3/+3 |
* | tty: amiserial: return from receive_chars() without goto | Jiri Slaby (SUSE) | 2023-11-25 | 1 | -3/+1 |
* | tty: make tty_operations::write()'s count size_t | Jiri Slaby (SUSE) | 2023-08-11 | 1 | -1/+1 |
* | tty: propagate u8 data to tty_operations::put_char() | Jiri Slaby (SUSE) | 2023-08-11 | 1 | -1/+1 |
* | tty: propagate u8 data to tty_operations::write() | Jiri Slaby (SUSE) | 2023-08-11 | 1 | -1/+1 |
* | tty: Convert hw_stopped in tty_struct to bool | Ilpo Järvinen | 2023-03-17 | 1 | -3/+3 |
* | tty: Call ->dtr_rts() parameter active consistently | Ilpo Järvinen | 2023-01-19 | 1 | -2/+2 |
* | tty: Convert ->dtr_rts() to take bool argument | Ilpo Järvinen | 2023-01-19 | 1 | -1/+1 |
* | tty: Convert ->carrier_raised() and callchains to bool | Ilpo Järvinen | 2023-01-19 | 1 | -1/+1 |
* | tty: Cleanup tty_port_set_active() bool parameter | Ilpo Järvinen | 2023-01-19 | 1 | -1/+1 |
* | tty: Cleanup tty_port_set_initialized() bool parameter | Ilpo Järvinen | 2023-01-19 | 1 | -2/+2 |
* | tty: Make ->set_termios() old ktermios const | Ilpo Järvinen | 2022-08-30 | 1 | -3/+3 |
* | tty: amiserial: Fix comment typo | Jason Wang | 2022-07-28 | 1 | -1/+1 |
* | serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZE | Ilpo Järvinen | 2022-06-27 | 1 | -9/+9 |
* | tty: remove CMSPAR ifdefs | Ilpo Järvinen | 2022-05-19 | 1 | -2/+0 |
* | amiserial: Drop duplicate NULL check in shutdown() | Andy Shevchenko | 2022-02-04 | 1 | -4/+2 |
* | tty: drop put_tty_driver | Jiri Slaby | 2021-07-27 | 1 | -4/+4 |
* | tty: stop using alloc_tty_driver | Jiri Slaby | 2021-07-27 | 1 | -4/+3 |
* | tty: don't store semi-state into tty drivers | Jiri Slaby | 2021-07-27 | 1 | -16/+19 |
* | amiserial: remove unused state from shutdown | Jiri Slaby | 2021-07-21 | 1 | -3/+0 |
* | amiserial: switch rs_table to a single state | Jiri Slaby | 2021-07-21 | 1 | -7/+4 |
* | amiserial: pack and sort includes | Jiri Slaby | 2021-07-21 | 1 | -28/+22 |
* | amiserial: expand "custom" | Jiri Slaby | 2021-07-21 | 1 | -44/+42 |
* | amiserial: expand serial_isroot | Jiri Slaby | 2021-07-21 | 1 | -8/+6 |
* | amiserial: use memset to zero serial_state | Jiri Slaby | 2021-07-21 | 1 | -6/+1 |
* | amiserial: simplify rs_open | Jiri Slaby | 2021-07-21 | 1 | -3/+3 |
* | amiserial: remove serial_state::xmit_fifo_size | Jiri Slaby | 2021-07-21 | 1 | -10/+6 |
* | amiserial: remove stale comment | Jiri Slaby | 2021-07-21 | 1 | -14/+1 |
* | amiserial: remove serial_* strings | Jiri Slaby | 2021-07-21 | 1 | -18/+1 |
* | amiserial: remove unused DBG_CNT | Jiri Slaby | 2021-07-21 | 1 | -9/+0 |
* | tty: make tty_operations::chars_in_buffer return uint | Jiri Slaby | 2021-05-13 | 1 | -1/+1 |
* | tty: make tty_operations::write_room return uint | Jiri Slaby | 2021-05-13 | 1 | -1/+1 |
* | tty: cumulate and document tty_struct::flow* members | Jiri Slaby | 2021-05-13 | 1 | -4/+4 |
* | tty: amiserial: add missing TIOCSSERIAL jiffies conversions | Johan Hovold | 2021-04-07 | 1 | -7/+19 |
* | tty: amiserial: fix TIOCSSERIAL permission check | Johan Hovold | 2021-04-07 | 1 | -0/+1 |
* | tty: do not check tty_unregister_driver's return value | Jiri Slaby | 2021-03-10 | 1 | -6/+2 |
* | tty_port: drop last traces of low_latency | Jiri Slaby | 2021-01-07 | 1 | -3/+0 |
* | Remove every trace of SERIAL_MAGIC | Pascal Terjan | 2019-11-13 | 1 | -84/+0 |
* | kill TIOCSERGSTRUCT | Al Viro | 2018-10-13 | 1 | -7/+1 |
* | kill TIOCSER[SG]WILD | Al Viro | 2018-10-13 | 1 | -6/+0 |
* | amiserial: switch to ->[sg]et_serial() | Al Viro | 2018-10-13 | 1 | -45/+33 |
* | tty: replace ->proc_fops with ->proc_show | Christoph Hellwig | 2018-05-16 | 1 | -14/+1 |
* | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 2017-11-08 | 1 | -0/+1 |
* | tty: amiserial: drop broken alt-speed support | Johan Hovold | 2017-06-13 | 1 | -20/+3 |
* | 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 |