summaryrefslogtreecommitdiffstats
path: root/drivers/tty/amiserial.c
Commit message (Expand)AuthorAgeFilesLines
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-1/+1
* tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen2023-03-171-3/+3
* tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen2023-01-191-2/+2
* tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-191-1/+1
* tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen2023-01-191-1/+1
* tty: Cleanup tty_port_set_active() bool parameterIlpo Järvinen2023-01-191-1/+1
* tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen2023-01-191-2/+2
* tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-3/+3
* tty: amiserial: Fix comment typoJason Wang2022-07-281-1/+1
* serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZEIlpo Järvinen2022-06-271-9/+9
* tty: remove CMSPAR ifdefsIlpo Järvinen2022-05-191-2/+0
* amiserial: Drop duplicate NULL check in shutdown()Andy Shevchenko2022-02-041-4/+2
* tty: drop put_tty_driverJiri Slaby2021-07-271-4/+4
* tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+3
* tty: don't store semi-state into tty driversJiri Slaby2021-07-271-16/+19
* amiserial: remove unused state from shutdownJiri Slaby2021-07-211-3/+0
* amiserial: switch rs_table to a single stateJiri Slaby2021-07-211-7/+4
* amiserial: pack and sort includesJiri Slaby2021-07-211-28/+22
* amiserial: expand "custom"Jiri Slaby2021-07-211-44/+42
* amiserial: expand serial_isrootJiri Slaby2021-07-211-8/+6
* amiserial: use memset to zero serial_stateJiri Slaby2021-07-211-6/+1
* amiserial: simplify rs_openJiri Slaby2021-07-211-3/+3
* amiserial: remove serial_state::xmit_fifo_sizeJiri Slaby2021-07-211-10/+6
* amiserial: remove stale commentJiri Slaby2021-07-211-14/+1
* amiserial: remove serial_* stringsJiri Slaby2021-07-211-18/+1
* amiserial: remove unused DBG_CNTJiri Slaby2021-07-211-9/+0
* tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* tty: cumulate and document tty_struct::flow* membersJiri Slaby2021-05-131-4/+4
* tty: amiserial: add missing TIOCSSERIAL jiffies conversionsJohan Hovold2021-04-071-7/+19
* tty: amiserial: fix TIOCSSERIAL permission checkJohan Hovold2021-04-071-0/+1
* tty: do not check tty_unregister_driver's return valueJiri Slaby2021-03-101-6/+2
* tty_port: drop last traces of low_latencyJiri Slaby2021-01-071-3/+0
* Remove every trace of SERIAL_MAGICPascal Terjan2019-11-131-84/+0
* kill TIOCSERGSTRUCTAl Viro2018-10-131-7/+1
* kill TIOCSER[SG]WILDAl Viro2018-10-131-6/+0
* amiserial: switch to ->[sg]et_serial()Al Viro2018-10-131-45/+33
* tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1
* 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/+3
* 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/+0
* 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/+3
* 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/+2
* 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/+8
* tty: Remove chars_in_buffer() line discipline methodPeter Hurley2016-01-271-4/+2