summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2022-08-17tty: 8250: Add support for Brainboxes PX cards.Cameron Williams
2022-08-17serial: 8250: Add proper clock handling for OxSemi PCIe devicesMaciej W. Rozycki
2022-08-17serial: 8250: Fold EndRun device support into OxSemi Tornado codeMaciej W. Rozycki
2022-08-17tty: serial: fsl_lpuart: correct the count of break charactersSherry Sun
2022-08-17serial: 8250_bcm2835aux: Add missing clk_disable_unprepare()Guo Mengqi
2022-08-17serial: 8250_bcm7271: Save/restore RTS in suspend/resumeDoug Berger
2022-08-17tty: n_gsm: fix missing corner cases in gsmld_poll()Daniel Starke
2022-08-17tty: n_gsm: fix flow control handling in tx pathDaniel Starke
2022-08-17tty: n_gsm: fix DM commandDaniel Starke
2022-08-17tty: n_gsm: fix wrong T1 retry count handlingDaniel Starke
2022-08-17serial: 8250_fsl: Don't report FE, PE and OE twiceUwe Kleine-König
2022-08-17tty: n_gsm: fix resource allocation order in gsm_activate_mux()Daniel Starke
2022-08-17tty: n_gsm: fix deadlock and link starvation in outgoing data pathDaniel Starke
2022-08-17tty: n_gsm: fix race condition in gsmld_write()Daniel Starke
2022-08-17tty: n_gsm: fix packet re-transmission without open control channelDaniel Starke
2022-08-17tty: n_gsm: fix non flow control frames during mux flow offDaniel Starke
2022-08-17tty: n_gsm: fix missing timer to handle stalled linksDaniel Starke
2022-08-17tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()Daniel Starke
2022-08-17tty: n_gsm: fix tty registration before control channel openDaniel Starke
2022-08-17tty: n_gsm: fix user open not possible at responder until initiator openDaniel Starke
2022-08-17serial: 8250: Export ICR access helpers for internal useMaciej W. Rozycki
2022-08-17serial: pic32: fix missing clk_disable_unprepare() on error in pic32_uart_sta...Yang Yingliang
2022-08-17serial: pic32: free up irq names correctlyJiri Slaby
2022-08-17serial: mvebu-uart: uart2 error bits clearingNarendra Hadke
2022-08-17tty: vt: initialize unicode screen bufferTetsuo Handa
2022-07-22serial: mvebu-uart: correctly report configured baudrate valuePali Rohár
2022-07-22serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen
2022-07-22serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottleIlpo Järvinen
2022-07-22serial: stm32: Clear prev values before setting RTS delaysIlpo Järvinen
2022-07-22serial: 8250: fix return error code in serial8250_request_std_resource()Yi Yang
2022-07-22vt: fix memory overlapping when deleting chars in the bufferYangxi Xiang
2022-07-22tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby
2022-07-22tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()Jiri Slaby
2022-07-22tty: serial: samsung_tty: set dma burst_size to 1Chanho Park
2022-06-22serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen
2022-06-22tty: n_gsm: Debug output allocation must use GFP_ATOMICTony Lindgren
2022-06-22tty: goldfish: Fix free_irq() on removeVincent Whitchurch
2022-06-14serial: msm_serial: disable interrupts in __msm_console_write()John Ogness
2022-06-14sysrq: do not omit current cpu when showing backtrace of all active CPUsChangbin Du
2022-06-14drivers: tty: serial: Fix deadlock in sa1100_set_termios()Duoming Zhou
2022-06-14tty: Fix a possible resource leak in icom_probeHuang Guobin
2022-06-14tty: synclink_gt: Fix null-pointer-dereference in slgt_clean()Zheyu Ma
2022-06-14serial: stm32-usart: Correct CSIZE, bits, and parityIlpo Järvinen
2022-06-14serial: st-asc: Sanitize CSIZE and correct PARENB for CS7Ilpo Järvinen
2022-06-14serial: sifive: Sanitize CSIZE and c_iflagIlpo Järvinen
2022-06-14serial: sh-sci: Don't allow CS5-6Ilpo Järvinen
2022-06-14serial: txx9: Don't allow CS5-6Ilpo Järvinen
2022-06-14serial: rda-uart: Don't allow CS5-6Ilpo Järvinen
2022-06-14serial: digicolor-usart: Don't allow CS5-6Ilpo Järvinen
2022-06-14serial: uartlite: Fix BRKINT clearingIlpo Järvinen