summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_omap: Add earlycon support for the AM654 UART controllerRonald Wahl2023-12-131-0/+1
* serial: 8250: 8250_omap: Do not start RX DMA on THRI interruptRonald Wahl2023-12-131-4/+6
* serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bitRonald Wahl2023-12-131-2/+2
* serial: sc16is7xx: address RX timeout interrupt errataDaniel Mack2023-12-131-0/+12
* ARM: PL011: Fix DMA supportArnd Bergmann2023-12-131-58/+54
* serial: ma35d1: Validate console index before assignmentAndi Shyti2023-12-131-1/+9
* serial: 8250_dw: Add ACPI ID for Granite Rapids-D UARTAndy Shevchenko2023-12-131-0/+1
* hvc/xen: fix event channel handling for secondary consolesDavid Woodhouse2023-11-281-1/+1
* hvc/xen: fix error path in xen_hvc_init() to always register frontend driverDavid Woodhouse2023-11-281-2/+3
* hvc/xen: fix console unplugDavid Woodhouse2023-11-281-8/+24
* tty: serial: meson: fix hard LOCKUP on crtscts modePavel Krasavin2023-11-281-3/+11
* tty/sysrq: replace smp_processor_id() with get_cpu()Muhammad Usama Anjum2023-11-281-1/+2
* tty: vcc: Add check for kstrdup() in vcc_probe()Yi Yang2023-11-281-3/+13
* tty: tty_jobctrl: fix pid memleak in disassociate_ctty()Yi Yang2023-11-201-6/+11
* serial: core: Fix runtime PM handling for pending txTony Lindgren2023-11-081-1/+1
* tty: 8250: Add Brainboxes Oxford Semiconductor-based quirksCameron Williams2023-11-081-0/+147
* tty: 8250: Add support for Intashield IX cardsCameron Williams2023-11-081-0/+21
* tty: 8250: Add support for additional Brainboxes PX cardsCameron Williams2023-11-081-0/+29
* tty: 8250: Fix up PX-803/PX-857Cameron Williams2023-11-081-3/+3
* tty: 8250: Fix port count of PX-257Cameron Williams2023-11-081-1/+1
* tty: 8250: Add support for Intashield IS-100Cameron Williams2023-11-081-0/+6
* tty: 8250: Add support for Brainboxes UP cardsCameron Williams2023-11-081-0/+60
* tty: 8250: Add support for additional Brainboxes UC cardsCameron Williams2023-11-081-0/+57
* tty: 8250: Remove UC-257 and UC-431Cameron Williams2023-11-081-8/+1
* tty: n_gsm: fix race condition in status line change on dead connectionsDaniel Starke2023-11-081-0/+2
* serial: core: Fix checks for tx runtime PM stateTony Lindgren2023-10-071-1/+1
* serial: 8250_omap: Fix errors with no_console_suspendTony Lindgren2023-10-031-15/+10
* serial: Reduce spinlocked portion of uart_rs485_config()Lukas Wunner2023-10-031-4/+9
* Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"Daniel Starke2023-09-181-3/+1
* serial: 8250_port: Check IRQ data before useAndy Shevchenko2023-09-181-1/+4
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-01110-1628/+1606
|\
| * tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw()Jiri Slaby (SUSE)2023-08-271-13/+12
| * tty: n_tty: extract ECHO_OP processing to a separate functionJiri Slaby (SUSE)2023-08-271-96/+98
| * tty: n_tty: unify counts to size_tJiri Slaby (SUSE)2023-08-271-17/+15
| * tty: n_tty: use u8 for chars and flagsJiri Slaby (SUSE)2023-08-271-36/+36
| * tty: n_tty: simplify chars_in_buffer()Jiri Slaby (SUSE)2023-08-271-6/+2
| * tty: n_tty: remove unsigned char casts from character constantsJiri Slaby (SUSE)2023-08-271-3/+3
| * tty: n_tty: move newline handling to a separate functionJiri Slaby (SUSE)2023-08-271-8/+19
| * tty: n_tty: move canon handling to a separate functionJiri Slaby (SUSE)2023-08-271-71/+87
| * tty: n_tty: use MASK() for masking out size bitsJiri Slaby (SUSE)2023-08-271-12/+11
| * tty: n_tty: make n_tty_data::num_overrun unsignedJiri Slaby (SUSE)2023-08-271-2/+2
| * tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun()Jiri Slaby (SUSE)2023-08-271-2/+1
| * tty: n_tty: use 'num' for writes' countsJiri Slaby (SUSE)2023-08-271-9/+8
| * tty: n_tty: use output character directlyJiri Slaby (SUSE)2023-08-271-2/+1
| * tty: n_tty: make flow of n_tty_receive_buf_common() a boolJiri Slaby (SUSE)2023-08-271-3/+3
| * Revert "tty: serial: meson: Add a earlycon for the T7 SoC"Lucas Tanure2023-08-271-2/+0
| * serial: 8250_bcm7271: improve bcm7271 8250 portJustin Chen2023-08-222-3/+9
| * serial: sc16is7xx: add missing support for rs485 devicetree propertiesHugo Villeneuve2023-08-221-0/+4
| * serial: sc16is7xx: fix bug when first setting GPIO directionHugo Villeneuve2023-08-221-1/+10
| * serial: sc16is7xx: fix regression with GPIO configurationHugo Villeneuve2023-08-221-35/+108