summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2022-08-25tty: serial: Fix refcount leak bug in ucc_uart.cLiang He1-0/+2
2022-08-21serial: 8250: Fold EndRun device support into OxSemi Tornado codeMaciej W. Rozycki1-51/+25
2022-08-21serial: 8250_pci: Replace dev_*() by pci_*() macrosAndy Shevchenko1-30/+22
2022-08-21serial: 8250_pci: Refactor the loop in pci_ite887x_init()Andy Shevchenko1-8/+4
2022-08-21serial: 8250: Correct the clock for OxSemi PCIe devicesMaciej W. Rozycki1-64/+64
2022-08-21serial: 8250: Dissociate 4MHz Titan ports from Oxford portsMaciej W. Rozycki1-6/+38
2022-08-21tty: n_gsm: fix missing corner cases in gsmld_poll()Daniel Starke1-2/+5
2022-08-21tty: n_gsm: fix DM commandDaniel Starke1-1/+1
2022-08-21tty: n_gsm: fix wrong T1 retry count handlingDaniel Starke1-2/+2
2022-08-21tty: n_gsm: fix race condition in gsmld_write()Daniel Starke1-4/+17
2022-08-21tty: n_gsm: fix packet re-transmission without open control channelDaniel Starke1-1/+1
2022-08-21tty: n_gsm: fix non flow control frames during mux flow offDaniel Starke1-1/+53
2022-08-21tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()Daniel Starke1-32/+42
2022-08-21tty: n_gsm: fix user open not possible at responder until initiator openDaniel Starke1-2/+29
2022-08-21tty: n_gsm: Delete gsmtty open SABM frame when config requesterZhenguo Zhao1-1/+3
2022-08-21serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()Ilpo Järvinen1-0/+3
2022-08-21serial: 8250: Export ICR access helpers for internal useMaciej W. Rozycki2-21/+22
2022-08-21serial: mvebu-uart: uart2 error bits clearingNarendra Hadke1-0/+11
2022-08-21tty: vt: initialize unicode screen bufferTetsuo Handa1-1/+1
2022-07-29tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby2-12/+33
2022-07-29tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()Jiri Slaby1-5/+10
2022-07-29tty: drop tty_schedule_flip()Jiri Slaby1-22/+8
2022-07-29tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby6-11/+11
2022-07-29serial: mvebu-uart: correctly report configured baudrate valuePali Rohár1-12/+13
2022-07-21serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen2-5/+4
2022-07-21serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottleIlpo Järvinen1-2/+21
2022-07-21serial: stm32: Clear prev values before setting RTS delaysIlpo Järvinen1-0/+2
2022-07-21serial: 8250: fix return error code in serial8250_request_std_resource()Yi Yang1-1/+3
2022-07-21vt: fix memory overlapping when deleting chars in the bufferYangxi Xiang1-1/+1
2022-07-21tty: serial: samsung_tty: set dma burst_size to 1Chanho Park1-3/+2
2022-06-29vt: drop old FONT ioctlsJiri Slaby2-187/+3
2022-06-25serial: core: Initialize rs485 RTS polarity already on probeLukas Wunner1-22/+12
2022-06-22serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen1-0/+2
2022-06-22tty: goldfish: Fix free_irq() on removeVincent Whitchurch1-1/+1
2022-06-14serial: msm_serial: disable interrupts in __msm_console_write()John Ogness1-0/+5
2022-06-14sysrq: do not omit current cpu when showing backtrace of all active CPUsChangbin Du1-4/+9
2022-06-14drivers: tty: serial: Fix deadlock in sa1100_set_termios()Duoming Zhou1-2/+2
2022-06-14tty: Fix a possible resource leak in icom_probeHuang Guobin1-1/+1
2022-06-14tty: synclink_gt: Fix null-pointer-dereference in slgt_clean()Zheyu Ma1-0/+2
2022-06-14serial: stm32-usart: Correct CSIZE, bits, and parityIlpo Järvinen1-3/+12
2022-06-14serial: st-asc: Sanitize CSIZE and correct PARENB for CS7Ilpo Järvinen1-0/+4
2022-06-14serial: sifive: Sanitize CSIZE and c_iflagIlpo Järvinen1-1/+5
2022-06-14serial: sh-sci: Don't allow CS5-6Ilpo Järvinen1-1/+5
2022-06-14serial: txx9: Don't allow CS5-6Ilpo Järvinen1-0/+2
2022-06-14serial: rda-uart: Don't allow CS5-6Ilpo Järvinen1-0/+2
2022-06-14serial: digicolor-usart: Don't allow CS5-6Ilpo Järvinen1-0/+2
2022-06-14serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485Ilpo Järvinen1-4/+4
2022-06-14serial: meson: acquire port->lock in startup()John Ogness1-0/+13
2022-06-14serial: sifive: Report actual baud base rather than fixed 115200Maciej W. Rozycki1-1/+1
2022-06-14tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id an...Sherry Sun1-20/+4