summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2022-05-19serial: uartlite: Fix BRKINT clearingIlpo Järvinen1-1/+2
2022-05-19serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLEYueHaibing1-1/+1
2022-05-19serial: core: Do stop_rx in suspend path for console if console_suspend is di...Vijaya Krishna Nivarthi1-2/+9
2022-05-19tty: serial: qcom-geni-serial: Remove uart frequency table. Instead, find sui...Vijaya Krishna Nivarthi1-20/+36
2022-05-19serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485Ilpo Järvinen1-4/+4
2022-05-19Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL"AngeloGioacchino Del Regno1-7/+0
2022-05-19serial: msm_serial: disable interrupts in __msm_console_write()John Ogness1-0/+5
2022-05-19serial: meson: acquire port->lock in startup()John Ogness1-0/+13
2022-05-19serial: 8250_dw: Use dev_err_probe()Andy Shevchenko1-17/+11
2022-05-19serial: 8250_dw: Use devm_add_action_or_reset()Andy Shevchenko1-32/+31
2022-05-19serial: 8250_dw: Update the list of OF headers used by driverAndy Shevchenko1-2/+1
2022-05-19serial: jsm: Use B0 instead of 0Ilpo Järvinen2-2/+2
2022-05-19serial: fsl_lpuart: Remove unnecessary clearing for CRTSCTSIlpo Järvinen1-5/+3
2022-05-19tty: remove IBSHIFT ifdefsIlpo Järvinen1-12/+3
2022-05-19tty: remove BOTHER ifdefsIlpo Järvinen3-20/+7
2022-05-19tty: remove CMSPAR ifdefsIlpo Järvinen5-18/+0
2022-05-19tty: serial: samsung_tty: Fix suspend/resume on S5LHector Martin1-0/+1
2022-05-19serial: pmac_zilog: remove initial printJiri Slaby1-2/+0
2022-05-19serial: pmac_zilog: remove tracing printsJiri Slaby1-25/+1
2022-05-19serial: pmac_zilog: remove unused uart_pmac_port::termios_cacheJiri Slaby2-4/+0
2022-05-19serial: pmac_zilog: remove unfinished DBDMA supportJiri Slaby2-46/+1
2022-05-19serial: amba-pl011: move header content to .cJiri Slaby2-37/+30
2022-05-19tty: n_gsm: Fix packet data hex dump outputTony Lindgren1-8/+23
2022-05-16Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman4-29/+43
2022-05-05fsl_lpuart: Don't enable interrupts too earlyIndan Zupancic1-9/+9
2022-05-05tty: n_gsm: fix invalid gsmtty_write_room() resultDaniel Starke1-4/+3
2022-05-05tty: n_gsm: fix mux activation issues in gsm_config()Daniel Starke1-4/+8
2022-05-05tty: n_gsm: fix buffer over-read in gsm_dlci_data()Daniel Starke1-0/+1
2022-05-05serial: 8250_mtk: Fix register address for XON/XOFF characterAngeloGioacchino Del Regno1-2/+5
2022-05-05serial: 8250_mtk: Make sure to select the right FEATURE_SELAngeloGioacchino Del Regno1-0/+7
2022-05-05serial: 8250_mtk: Fix UART_EFR register addressAngeloGioacchino Del Regno1-7/+8
2022-05-05tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()Yang Yingliang1-3/+2
2022-05-05tty: hvc: dcc: Bind driver to CPU core0 for reads and writesShanker Donthineni2-4/+209
2022-05-05serial: pch: inline pop_tx() into handle_tx()Jiri Slaby1-18/+7
2022-05-05serial: pch: simplify pop_tx() even moreJiri Slaby1-7/+5
2022-05-05serial: pch: remove xmit circ_buf size double checkJiri Slaby1-6/+1
2022-05-05serial: pch: remove debug print from pop_txJiri Slaby1-5/+1
2022-05-05serial: pch: decomission pch_uart_hal_write()Jiri Slaby1-33/+13
2022-05-05serial: pch: don't overwrite xmit->buf[0] by x_charJiri Slaby1-20/+7
2022-05-05serial: pch: move size check from pop_tx one level upJiri Slaby1-6/+8
2022-05-05serial: pic32: restore disabled irqs in pic32_uart_startup()Jiri Slaby1-0/+2
2022-05-05serial: pic32: free up irq names correctlyJiri Slaby1-3/+6
2022-05-05serial: pic32: don't zero members of kzalloc-ated structureJiri Slaby1-1/+0
2022-05-05serial: pic32: don't assign pic32_sport::cts_gpio twiceJiri Slaby1-1/+0
2022-05-05serial: pic32: convert to_pic32_sport() to an inlineJiri Slaby1-1/+5
2022-05-05serial: pic32: remove pic32_get_port() macroJiri Slaby1-12/+4
2022-05-05serial: pic32: simplify pic32_sport::enable_tx_irq handlingJiri Slaby1-7/+6
2022-05-05serial: pic32: simplify clk handlingJiri Slaby1-23/+5
2022-05-05serial: pic32: remove constants from struct pic32_sportJiri Slaby1-12/+3
2022-05-05serial: pic32: move header content to .cJiri Slaby2-117/+103