summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen-7/+11
2022-06-10serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()Ilpo Järvinen-0/+3
2022-06-10serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq()Ilpo Järvinen-2/+2
2022-06-10serial: 8250: Adjust misleading LSR related commentIlpo Järvinen-3/+5
2022-06-10serial: 8250: Get preserved flags using serial_lsr_in()Ilpo Järvinen-1/+1
2022-06-10serial: 8250: Create serial_lsr_in()Ilpo Järvinen-13/+25
2022-06-10serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen-0/+2
2022-06-10serial: 8250: handle __start_tx() call in start_tx()Ilpo Järvinen-11/+10
2022-06-10serial: 8250: kill __do_stop_tx()Ilpo Järvinen-7/+3
2022-06-10serial: max310x: implement I2C supportCosmin Tanislav-1/+135
2022-06-10serial: max310x: make accessing revision id interface-agnosticCosmin Tanislav-10/+30
2022-06-10serial: max310x: use a separate regmap for each portCosmin Tanislav-32/+36
2022-06-10serial: max310x: use regmap methods for SPI batch operationsCosmin Tanislav-28/+8
2022-06-10serial: pmac_zilog: remove unused headerJiri Slaby-1/+0
2022-06-10serial: pic32: fix missing clk_disable_unprepare() on error in pic32_uart_sta...Yang Yingliang-1/+3
2022-06-10serial: tegra: fix typos in commentsJulia Lawall-2/+2
2022-06-10tty: serial: qcom-geni-serial: Implement start_rx callbackVijaya Krishna Nivarthi-0/+1
2022-06-10serial: core: Introduce callback for start_rx and do stop_rx in suspend only ...Vijaya Krishna Nivarthi-3/+6
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1336/+1760
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+2
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1
2022-05-25Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-1/+1
2022-05-23Merge tag 'asoc-v5.19' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai-1/+1
2022-05-19serial: stm32-usart: Correct CSIZE, bits, and parityIlpo Järvinen-3/+12
2022-05-19serial: st-asc: Sanitize CSIZE and correct PARENB for CS7Ilpo Järvinen-0/+4
2022-05-19serial: sifive: Sanitize CSIZE and c_iflagIlpo Järvinen-1/+5
2022-05-19serial: sh-sci: Don't allow CS5-6Ilpo Järvinen-1/+5
2022-05-19serial: txx9: Don't allow CS5-6Ilpo Järvinen-0/+2
2022-05-19serial: rda-uart: Don't allow CS5-6Ilpo Järvinen-0/+2
2022-05-19serial: digicolor-usart: Don't allow CS5-6Ilpo Järvinen-0/+2
2022-05-19serial: uartlite: Fix BRKINT clearingIlpo Järvinen-1/+2
2022-05-19serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLEYueHaibing-1/+1
2022-05-19serial: core: Do stop_rx in suspend path for console if console_suspend is di...Vijaya Krishna Nivarthi-2/+9
2022-05-19tty: serial: qcom-geni-serial: Remove uart frequency table. Instead, find sui...Vijaya Krishna Nivarthi-20/+36
2022-05-19serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485Ilpo Järvinen-4/+4
2022-05-19Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL"AngeloGioacchino Del Regno-7/+0
2022-05-19serial: msm_serial: disable interrupts in __msm_console_write()John Ogness-0/+5
2022-05-19serial: meson: acquire port->lock in startup()John Ogness-0/+13
2022-05-19serial: 8250_dw: Use dev_err_probe()Andy Shevchenko-17/+11
2022-05-19serial: 8250_dw: Use devm_add_action_or_reset()Andy Shevchenko-32/+31
2022-05-19serial: 8250_dw: Update the list of OF headers used by driverAndy Shevchenko-2/+1
2022-05-19serial: jsm: Use B0 instead of 0Ilpo Järvinen-2/+2
2022-05-19serial: fsl_lpuart: Remove unnecessary clearing for CRTSCTSIlpo Järvinen-5/+3
2022-05-19tty: remove CMSPAR ifdefsIlpo Järvinen-16/+0
2022-05-19tty: serial: samsung_tty: Fix suspend/resume on S5LHector Martin-0/+1
2022-05-19serial: pmac_zilog: remove initial printJiri Slaby-2/+0
2022-05-19serial: pmac_zilog: remove tracing printsJiri Slaby-25/+1
2022-05-19serial: pmac_zilog: remove unused uart_pmac_port::termios_cacheJiri Slaby-4/+0
2022-05-19serial: pmac_zilog: remove unfinished DBDMA supportJiri Slaby-46/+1
2022-05-19serial: amba-pl011: move header content to .cJiri Slaby-37/+30