aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2022-06-10serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen
2022-06-10tty: serial: qcom-geni-serial: Implement start_rx callbackVijaya Krishna Nivarthi
2022-06-10serial: core: Introduce callback for start_rx and do stop_rx in suspend only ...Vijaya Krishna Nivarthi
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-25Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-05-23Merge tag 'asoc-v5.19' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai
2022-05-19serial: stm32-usart: Correct CSIZE, bits, and parityIlpo Järvinen
2022-05-19serial: st-asc: Sanitize CSIZE and correct PARENB for CS7Ilpo Järvinen
2022-05-19serial: sifive: Sanitize CSIZE and c_iflagIlpo Järvinen
2022-05-19serial: sh-sci: Don't allow CS5-6Ilpo Järvinen
2022-05-19serial: txx9: Don't allow CS5-6Ilpo Järvinen
2022-05-19serial: rda-uart: Don't allow CS5-6Ilpo Järvinen
2022-05-19serial: digicolor-usart: Don't allow CS5-6Ilpo Järvinen
2022-05-19serial: uartlite: Fix BRKINT clearingIlpo Järvinen
2022-05-19serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLEYueHaibing
2022-05-19serial: core: Do stop_rx in suspend path for console if console_suspend is di...Vijaya Krishna Nivarthi
2022-05-19tty: serial: qcom-geni-serial: Remove uart frequency table. Instead, find sui...Vijaya Krishna Nivarthi
2022-05-19serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485Ilpo Järvinen
2022-05-19Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL"AngeloGioacchino Del Regno
2022-05-19serial: msm_serial: disable interrupts in __msm_console_write()John Ogness
2022-05-19serial: meson: acquire port->lock in startup()John Ogness
2022-05-19serial: 8250_dw: Use dev_err_probe()Andy Shevchenko
2022-05-19serial: 8250_dw: Use devm_add_action_or_reset()Andy Shevchenko
2022-05-19serial: 8250_dw: Update the list of OF headers used by driverAndy Shevchenko
2022-05-19serial: jsm: Use B0 instead of 0Ilpo Järvinen
2022-05-19serial: fsl_lpuart: Remove unnecessary clearing for CRTSCTSIlpo Järvinen
2022-05-19tty: remove CMSPAR ifdefsIlpo Järvinen
2022-05-19tty: serial: samsung_tty: Fix suspend/resume on S5LHector Martin
2022-05-19serial: pmac_zilog: remove initial printJiri Slaby
2022-05-19serial: pmac_zilog: remove tracing printsJiri Slaby
2022-05-19serial: pmac_zilog: remove unused uart_pmac_port::termios_cacheJiri Slaby
2022-05-19serial: pmac_zilog: remove unfinished DBDMA supportJiri Slaby
2022-05-19serial: amba-pl011: move header content to .cJiri Slaby
2022-05-16Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman
2022-05-05fsl_lpuart: Don't enable interrupts too earlyIndan Zupancic
2022-05-05serial: 8250_mtk: Fix register address for XON/XOFF characterAngeloGioacchino Del Regno
2022-05-05serial: 8250_mtk: Make sure to select the right FEATURE_SELAngeloGioacchino Del Regno
2022-05-05serial: 8250_mtk: Fix UART_EFR register addressAngeloGioacchino Del Regno
2022-05-05tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()Yang Yingliang
2022-05-05serial: pch: inline pop_tx() into handle_tx()Jiri Slaby
2022-05-05serial: pch: simplify pop_tx() even moreJiri Slaby
2022-05-05serial: pch: remove xmit circ_buf size double checkJiri Slaby
2022-05-05serial: pch: remove debug print from pop_txJiri Slaby
2022-05-05serial: pch: decomission pch_uart_hal_write()Jiri Slaby
2022-05-05serial: pch: don't overwrite xmit->buf[0] by x_charJiri Slaby
2022-05-05serial: pch: move size check from pop_tx one level upJiri Slaby
2022-05-05serial: pic32: restore disabled irqs in pic32_uart_startup()Jiri Slaby
2022-05-05serial: pic32: free up irq names correctlyJiri Slaby