aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/mcf.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-02drivers/tty/serial: Remove unused function early_mcf_setupThomas Huth1-27/+0
2023-11-23serial: mcf: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-18serial: mcf: Use port lock wrappersThomas Gleixner1-10/+10
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby1-1/+1
2022-11-03tty: serial: use uart_port_tx() helperJiri Slaby (SUSE)1-26/+8
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen1-2/+2
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen1-1/+2
2022-06-10serial: mcf: Remove serial_rs485 assignmentIlpo Järvinen1-1/+0
2022-06-10serial: mcf: Fill in rs485_supportedIlpo Järvinen1-0/+6
2022-01-26serial: mcf: use helpers in mcf_tx_chars()Jiri Slaby1-4/+3
2021-04-22serial: mcf: drop low-latency workaroundJohan Hovold1-2/+0
2020-10-05serial: mcf: add sysrq capabilityAngelo Dureghello1-0/+1
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2015-05-06drivers/tty/serial/mcf.c: fix typo on SERIAL_MCF_CONSOLEValentin Rothberg1-1/+1
2015-01-09serial: mcf: fix no driver name in probe outputGreg Ungerer1-0/+1
2015-01-09serial: mcf: fix compile warningsGreg Ungerer1-2/+0
2015-01-09serial: mcf: change email address to gerg@uclinux.orgGreg Ungerer1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-06tty/serial_core: Introduce lock mechanism for RS485Ricardo Ribalda Delgado1-4/+1
2014-11-06serial/mcf: Use the rs485 functions on serial_coreRicardo Ribalda Delgado1-30/+7
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-10serial: Use UPF_* constants with struct uart_port flagsPeter Hurley1-2/+2
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-7/+0
2014-06-19serial: Fix IGNBRK handlingPeter Hurley1-0/+6
2013-08-27tty: serial: mcf: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+2
2013-07-31serial: use dev_get_platdata()Jingoo Han1-1/+2
2013-05-20serial: mcf: missing uart_unregister_driver() on error in mcf_init()Wei Yongjun1-1/+3
2013-01-15serial: mcf: Add support RS485 in ColdFire serial driverQuoc-Viet Nguyen1-0/+71
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-1/+1
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2011-09-22TTY: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+662