summaryrefslogtreecommitdiff
path: root/drivers/tty/amiserial.c
AgeCommit message (Expand)Author
2024-02-19tty: amiserial: Convert to platform remove callback returning voidUwe Kleine-König
2023-12-08tty: ami: use u8 for characters and flagJiri Slaby (SUSE)
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)
2023-11-25tty: amiserial: use bool and rename overrun flag in receive_chars()Jiri Slaby (SUSE)
2023-11-25tty: amiserial: return from receive_chars() without gotoJiri Slaby (SUSE)
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-03-17tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen
2023-01-19tty: Cleanup tty_port_set_active() bool parameterIlpo Järvinen
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen
2022-07-28tty: amiserial: Fix comment typoJason Wang
2022-06-27serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZEIlpo Järvinen
2022-05-19tty: remove CMSPAR ifdefsIlpo Järvinen
2022-02-04amiserial: Drop duplicate NULL check in shutdown()Andy Shevchenko
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: stop using alloc_tty_driverJiri Slaby
2021-07-27tty: don't store semi-state into tty driversJiri Slaby
2021-07-21amiserial: remove unused state from shutdownJiri Slaby
2021-07-21amiserial: switch rs_table to a single stateJiri Slaby
2021-07-21amiserial: pack and sort includesJiri Slaby
2021-07-21amiserial: expand "custom"Jiri Slaby
2021-07-21amiserial: expand serial_isrootJiri Slaby
2021-07-21amiserial: use memset to zero serial_stateJiri Slaby
2021-07-21amiserial: simplify rs_openJiri Slaby
2021-07-21amiserial: remove serial_state::xmit_fifo_sizeJiri Slaby
2021-07-21amiserial: remove stale commentJiri Slaby
2021-07-21amiserial: remove serial_* stringsJiri Slaby
2021-07-21amiserial: remove unused DBG_CNTJiri Slaby
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby
2021-04-07tty: amiserial: add missing TIOCSSERIAL jiffies conversionsJohan Hovold
2021-04-07tty: amiserial: fix TIOCSSERIAL permission checkJohan Hovold
2021-03-10tty: do not check tty_unregister_driver's return valueJiri Slaby
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby
2019-11-13Remove every trace of SERIAL_MAGICPascal Terjan
2018-10-13kill TIOCSERGSTRUCTAl Viro
2018-10-13kill TIOCSER[SG]WILDAl Viro
2018-10-13amiserial: switch to ->[sg]et_serial()Al Viro
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-06-13tty: amiserial: drop broken alt-speed supportJohan Hovold
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