aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/amiserial.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-21tty: amiserial: Fix namespace collision and startup() section placement with ...Josh Poimboeuf1-7/+7
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-06-24tty: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-04-09serial: ami: Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König1-1/+7
2024-02-19tty: amiserial: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-08tty: ami: use u8 for characters and flagJiri Slaby (SUSE)1-2/+2
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)1-1/+1
2023-11-25tty: amiserial: use bool and rename overrun flag in receive_chars()Jiri Slaby (SUSE)1-3/+3
2023-11-25tty: amiserial: return from receive_chars() without gotoJiri Slaby (SUSE)1-3/+1
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-1/+1
2023-03-17tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen1-3/+3
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen1-2/+2
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen1-1/+1
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen1-1/+1
2023-01-19tty: Cleanup tty_port_set_active() bool parameterIlpo Järvinen1-1/+1
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen1-2/+2
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen1-3/+3
2022-07-28tty: amiserial: Fix comment typoJason Wang1-1/+1
2022-06-27serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZEIlpo Järvinen1-9/+9
2022-05-19tty: remove CMSPAR ifdefsIlpo Järvinen1-2/+0
2022-02-04amiserial: Drop duplicate NULL check in shutdown()Andy Shevchenko1-4/+2
2021-07-27tty: drop put_tty_driverJiri Slaby1-4/+4
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+3
2021-07-27tty: don't store semi-state into tty driversJiri Slaby1-16/+19
2021-07-21amiserial: remove unused state from shutdownJiri Slaby1-3/+0
2021-07-21amiserial: switch rs_table to a single stateJiri Slaby1-7/+4
2021-07-21amiserial: pack and sort includesJiri Slaby1-28/+22
2021-07-21amiserial: expand "custom"Jiri Slaby1-44/+42
2021-07-21amiserial: expand serial_isrootJiri Slaby1-8/+6
2021-07-21amiserial: use memset to zero serial_stateJiri Slaby1-6/+1
2021-07-21amiserial: simplify rs_openJiri Slaby1-3/+3
2021-07-21amiserial: remove serial_state::xmit_fifo_sizeJiri Slaby1-10/+6
2021-07-21amiserial: remove stale commentJiri Slaby1-14/+1
2021-07-21amiserial: remove serial_* stringsJiri Slaby1-18/+1
2021-07-21amiserial: remove unused DBG_CNTJiri Slaby1-9/+0
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby1-4/+4
2021-04-07tty: amiserial: add missing TIOCSSERIAL jiffies conversionsJohan Hovold1-7/+19
2021-04-07tty: amiserial: fix TIOCSSERIAL permission checkJohan Hovold1-0/+1
2021-03-10tty: do not check tty_unregister_driver's return valueJiri Slaby1-6/+2
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby1-3/+0
2019-11-13Remove every trace of SERIAL_MAGICPascal Terjan1-84/+0
2018-10-13kill TIOCSERGSTRUCTAl Viro1-7/+1
2018-10-13kill TIOCSER[SG]WILDAl Viro1-6/+0
2018-10-13amiserial: switch to ->[sg]et_serial()Al Viro1-45/+33
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig1-14/+1
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-06-13tty: amiserial: drop broken alt-speed supportJohan Hovold1-20/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-10tty: amiserial: fix invalid user-pointer checkJohan Hovold1-2/+0
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-7/+7
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley1-6/+3
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley1-1/+1
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley1-4/+2
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-1/+1
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley1-3/+3
2016-01-28tty: Use termios c_*flag macrosPeter Hurley1-14/+8
2016-01-27tty: Remove chars_in_buffer() line discipline methodPeter Hurley1-4/+2
2015-12-13tty: Remove unused SERIAL_DO_RESTART definePeter Hurley1-1/+0
2015-05-10tty: amiserial.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes1-6/+2
2015-01-09TTY: fix misspelling of current function in stringJulia Lawall1-1/+1
2014-10-20tty: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-07tty/amiserial: avoid interruptible_sleep_onArnd Bergmann1-8/+18
2013-11-25TTY: amiserial, add missing platform checkGeert Uytterhoeven1-0/+3
2013-08-27TTY: amiserial, remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-03-15TTY: amiserial, use module_platform_driver_probe()Jingoo Han1-13/+1
2013-02-13tty: Remove ancient hardpps()Peter Hurley1-5/+0
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-3/+2
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-2/+2
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-2/+2
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+2
2012-09-05serial: add a new helper functionHuang Shijie1-1/+1
2012-08-13TTY: use tty_port_link_deviceJiri Slaby1-4/+5
2012-08-10tty: localise the lockAlan Cox1-7/+7
2012-07-16tty: move the termios object into the ttyAlan Cox1-10/+10
2012-07-16tty: revert incorrectly applied lock patchAlan Cox1-7/+7
2012-07-06tty: localise the lockAlan Cox1-7/+7
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds1-7/+7
2012-05-07tty/amiserial: Add missing argument for tty_unlock()Geert Uytterhoeven1-1/+1
2012-05-04tty_lock: Localise the lockAlan Cox1-6/+6
2012-04-19drivers/tty/amiserial.c: add missing tty_unlockJulia Lawall1-1/+3
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-08TTY: amiserial, use tty_port_close_startJiri Slaby1-42/+2
2012-03-08TTY: amiserial, use tty_port_close_endJiri Slaby1-10/+3
2012-03-08TTY: amiserial, use tty_port_block_til_readyJiri Slaby1-147/+1
2012-03-08TTY: amiserial, provide carrier helpersJiri Slaby1-4/+29
2012-03-08TTY: amiserial no longer needs serialPJiri Slaby1-1/+19
2012-03-08TTY: amiserial, stop using serial_state->{irq,type,line}Jiri Slaby1-13/+10
2012-03-08TTY: amiserial, define local tty_port pointerJiri Slaby1-39/+42
2012-03-08TTY: amiserial/simserial, use flags from tty_portJiri Slaby1-63/+66
2012-03-08TTY: amiserial/simserial, use count from tty_portJiri Slaby1-17/+17
2012-03-08TTY: amiserial/simserial, use close delays from tty_portJiri Slaby1-11/+9
2012-03-08TTY: amiserial/simserial, use tty_portJiri Slaby1-32/+31
2012-03-08TTY: amiserial, pass tty down to functionsJiri Slaby1-49/+42
2012-03-08TTY: amiserial, simplify set_serial_infoJiri Slaby1-12/+8
2012-03-08TTY: serialP, merge serial_state and async_structJiri Slaby1-180/+121
2012-03-08TTY: amiserial, remove IRQ_portsJiri Slaby1-13/+5
2012-03-08TTY: simserial/amiserial, use one instance of other membersJiri Slaby1-11/+8
2012-03-08TTY: amiserial, use only one copy of async flagsJiri Slaby1-44/+38
2012-03-08TTY: amiserial, remove tasklet for tty_wakeupJiri Slaby1-40/+2
2012-03-08TTY: serialP, remove unused materialJiri Slaby1-6/+0
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-7/+3
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2011-09-22TTY: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-08-23TTY: ami_serial, remove BTM from wait_until_sentJiri Slaby1-9/+1
2011-04-19tty: remove invalid location line in file headerJovi Zhang1-2/+0
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman1-0/+2178