summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen2022-06-101-0/+2
* tty: goldfish: Fix free_irq() on removeVincent Whitchurch2022-06-101-1/+1
* tty: serial: qcom-geni-serial: Implement start_rx callbackVijaya Krishna Nivarthi2022-06-101-0/+1
* serial: core: Introduce callback for start_rx and do stop_rx in suspend only ...Vijaya Krishna Nivarthi2022-06-101-3/+6
* tty: n_gsm: Debug output allocation must use GFP_ATOMICTony Lindgren2022-06-101-1/+1
* Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-041-1/+1
|\
| * xen: replace xen_remap() with memremap()Juergen Gross2022-06-011-1/+1
* | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-2/+2
|\ \
| * | signal: Replace __group_send_sig_info with send_signal_lockedEric W. Biederman2022-05-111-2/+2
* | | Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-0373-1419/+2090
|\ \ \
| * | | tty: Rework receive flow control char logicIlpo Järvinen2022-05-191-5/+11
| * | | serial: stm32-usart: Correct CSIZE, bits, and parityIlpo Järvinen2022-05-191-3/+12
| * | | serial: st-asc: Sanitize CSIZE and correct PARENB for CS7Ilpo Järvinen2022-05-191-0/+4
| * | | serial: sifive: Sanitize CSIZE and c_iflagIlpo Järvinen2022-05-191-1/+5
| * | | serial: sh-sci: Don't allow CS5-6Ilpo Järvinen2022-05-191-1/+5
| * | | serial: txx9: Don't allow CS5-6Ilpo Järvinen2022-05-191-0/+2
| * | | serial: rda-uart: Don't allow CS5-6Ilpo Järvinen2022-05-191-0/+2
| * | | serial: digicolor-usart: Don't allow CS5-6Ilpo Järvinen2022-05-191-0/+2
| * | | serial: uartlite: Fix BRKINT clearingIlpo Järvinen2022-05-191-1/+2
| * | | serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLEYueHaibing2022-05-191-1/+1
| * | | serial: core: Do stop_rx in suspend path for console if console_suspend is di...Vijaya Krishna Nivarthi2022-05-191-2/+9
| * | | tty: serial: qcom-geni-serial: Remove uart frequency table. Instead, find sui...Vijaya Krishna Nivarthi2022-05-191-20/+36
| * | | serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485Ilpo Järvinen2022-05-191-4/+4
| * | | Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL"AngeloGioacchino Del Regno2022-05-191-7/+0
| * | | serial: msm_serial: disable interrupts in __msm_console_write()John Ogness2022-05-191-0/+5
| * | | serial: meson: acquire port->lock in startup()John Ogness2022-05-191-0/+13
| * | | serial: 8250_dw: Use dev_err_probe()Andy Shevchenko2022-05-191-17/+11
| * | | serial: 8250_dw: Use devm_add_action_or_reset()Andy Shevchenko2022-05-191-32/+31
| * | | serial: 8250_dw: Update the list of OF headers used by driverAndy Shevchenko2022-05-191-2/+1
| * | | serial: jsm: Use B0 instead of 0Ilpo Järvinen2022-05-192-2/+2
| * | | serial: fsl_lpuart: Remove unnecessary clearing for CRTSCTSIlpo Järvinen2022-05-191-5/+3
| * | | tty: remove IBSHIFT ifdefsIlpo Järvinen2022-05-191-12/+3
| * | | tty: remove BOTHER ifdefsIlpo Järvinen2022-05-193-20/+7
| * | | tty: remove CMSPAR ifdefsIlpo Järvinen2022-05-195-18/+0
| * | | tty: serial: samsung_tty: Fix suspend/resume on S5LHector Martin2022-05-191-0/+1
| * | | serial: pmac_zilog: remove initial printJiri Slaby2022-05-191-2/+0
| * | | serial: pmac_zilog: remove tracing printsJiri Slaby2022-05-191-25/+1
| * | | serial: pmac_zilog: remove unused uart_pmac_port::termios_cacheJiri Slaby2022-05-192-4/+0
| * | | serial: pmac_zilog: remove unfinished DBDMA supportJiri Slaby2022-05-192-46/+1
| * | | serial: amba-pl011: move header content to .cJiri Slaby2022-05-192-37/+30
| * | | tty: n_gsm: Fix packet data hex dump outputTony Lindgren2022-05-191-8/+23
| * | | Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman2022-05-164-29/+43
| |\ \ \ | | | |/ | | |/|
| * | | tty: hvc: dcc: Bind driver to CPU core0 for reads and writesShanker Donthineni2022-05-052-4/+209
| * | | serial: pch: inline pop_tx() into handle_tx()Jiri Slaby2022-05-051-18/+7
| * | | serial: pch: simplify pop_tx() even moreJiri Slaby2022-05-051-7/+5
| * | | serial: pch: remove xmit circ_buf size double checkJiri Slaby2022-05-051-6/+1
| * | | serial: pch: remove debug print from pop_txJiri Slaby2022-05-051-5/+1
| * | | serial: pch: decomission pch_uart_hal_write()Jiri Slaby2022-05-051-33/+13
| * | | serial: pch: don't overwrite xmit->buf[0] by x_charJiri Slaby2022-05-051-20/+7
| * | | serial: pch: move size check from pop_tx one level upJiri Slaby2022-05-051-6/+8