summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/mcf.c
AgeCommit message (Expand)Author
2023-11-23serial: mcf: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-18serial: mcf: Use port lock wrappersThomas Gleixner
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby
2022-11-03tty: serial: use uart_port_tx() helperJiri Slaby (SUSE)
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
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-09serial: mcf: fix no driver name in probe outputGreg Ungerer
2015-01-09serial: mcf: fix compile warningsGreg Ungerer
2015-01-09serial: mcf: change email address to gerg@uclinux.orgGreg Ungerer
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-06tty/serial_core: Introduce lock mechanism for RS485Ricardo Ribalda Delgado
2014-11-06serial/mcf: Use the rs485 functions on serial_coreRicardo Ribalda Delgado
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-07-10serial: Use UPF_* constants with struct uart_port flagsPeter Hurley
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2014-06-19serial: Fix IGNBRK handlingPeter Hurley
2013-08-27tty: serial: mcf: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-07-31serial: use dev_get_platdata()Jingoo Han
2013-05-20serial: mcf: missing uart_unregister_driver() on error in mcf_init()Wei Yongjun
2013-01-15serial: mcf: Add support RS485 in ColdFire serial driverQuoc-Viet Nguyen
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
2011-09-22TTY: irq: Remove IRQF_DISABLEDYong Zhang
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman