Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen
2022-06-10serial: mcf: Remove serial_rs485 assignmentIlpo Järvinen
2022-06-10serial: mcf: Fill in rs485_supportedIlpo Järvinen
2022-01-26serial: mcf: use helpers in mcf_tx_chars()Jiri Slaby
2021-04-22serial: mcf: drop low-latency workaroundJohan Hovold
2020-10-05serial: mcf: add sysrq capabilityAngelo Dureghello
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
2015-05-06drivers/tty/serial/mcf.c: fix typo on SERIAL_MCF_CONSOLEValentin Rothberg
2015-01-10serial: mcf: fix no driver name in probe outputGreg Ungerer
2015-01-10serial: mcf: fix compile warningsGreg Ungerer
2015-01-10serial: mcf: change email address to gerg@uclinux.orgGreg Ungerer
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-07tty/serial_core: Introduce lock mechanism for RS485Ricardo Ribalda Delgado
2014-11-07serial/mcf: Use the rs485 functions on serial_coreRicardo Ribalda Delgado
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-07-11serial: Use UPF_* constants with struct uart_port flagsPeter Hurley
2014-07-10serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2014-06-20serial: Fix IGNBRK handlingPeter Hurley
2013-08-28tty: serial: mcf: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-08-01serial: use dev_get_platdata()Jingoo Han
2013-05-20serial: mcf: missing uart_unregister_driver() on error in mcf_init()Wei Yongjun
2013-01-16serial: mcf: Add support RS485 in ColdFire serial driverQuoc-Viet Nguyen
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby
2012-11-22tty: remove use of __devexitBill Pemberton
2012-11-22tty: remove use of __devinitBill Pemberton
2012-11-22tty: serial: remove use of __devexit_pBill Pemberton
2011-09-23TTY: irq: Remove IRQF_DISABLEDYong Zhang
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman