summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_txx9.c
AgeCommit message (Expand)Author
2023-11-23serial: txx9: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-18serial: txx9: Use port lock wrappersThomas Gleixner
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby
2022-11-03tty: serial: use uart_port_tx_limited()Jiri Slaby (SUSE)
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-05-19serial: txx9: Don't allow CS5-6Ilpo Järvinen
2022-03-18tty: serial: serial_txx9: remove struct uart_txx9_portJiri Slaby
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2022-02-25tty: serial: serial_txx9: remove info print from initJiri Slaby
2021-05-13tty: serial: txx9: include <linux/io.h> instead of <asm/io.h>Zihao Tang
2021-04-22serial: txx9: drop low-latency workaroundJohan Hovold
2020-11-06serial: txx9: add missing platform_driver_unregister() on error in serial_txx...Qinglang Miao
2019-12-18tty/serial: Migrate serial_txx9 to use has_sysrqDmitry Safonov
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-01-27tty: serial: constify uart_ops structuresBhumika Goyal
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-07-10serial: txx9: remove duplicate TXX9_SIFCR_TDIL_MASK defineDan Carpenter
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2014-06-19serial: Fix IGNBRK handlingPeter Hurley
2014-04-24serial_core: Commonalize crlf when working w/ a non open console portDoug Anderson
2013-09-26serial: txx9: remove unnecessary pci_set_drvdata()Jingoo Han
2013-07-31serial: use dev_get_platdata()Jingoo Han
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2012-11-21tty: remove use of __devexitBill Pemberton
2012-11-21tty: remove use of __devinitBill Pemberton
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton
2012-06-12serial: fix serial_txx9.c build warning/typoRandy Dunlap
2011-09-22TTY: serial, fix includes in some driversJiri Slaby
2011-04-19tty: remove invalid location line in file headerJovi Zhang
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman