summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds72-1088/+812
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds8-23/+71
2022-12-02tty: serial: sh-sci: use setup() callback for early consoleJohn Ogness1-4/+16
2022-12-02tty: serial: kgdboc: use console_list_lock to trap exitJohn Ogness1-3/+3
2022-12-02tty: serial: kgdboc: synchronize tty_find_polling_driver() and register_conso...John Ogness1-4/+12
2022-12-02tty: serial: kgdboc: use console_list_lock for list traversalJohn Ogness1-0/+12
2022-12-02tty: serial: kgdboc: use srcu console list iteratorJohn Ogness1-2/+8
2022-12-02tty: serial: xilinx_uartps: use console_is_registered()John Ogness1-1/+1
2022-12-02tty: serial: samsung_tty: use console_is_registered()John Ogness1-1/+1
2022-12-02tty: serial: pic32_uart: use console_is_registered()John Ogness1-1/+1
2022-12-02tty: serial: earlycon: use console_is_registered()John Ogness1-2/+2
2022-12-02serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness3-9/+9
2022-12-02tty: serial: kgdboc: document console_lock usageJohn Ogness1-0/+8
2022-12-02serial: kgdboc: Lock console list in probe functionThomas Gleixner1-0/+2
2022-11-23serial: atmel: don't stop the transmitter when doing PIOJiri Slaby (SUSE)1-10/+15
2022-11-23serial: atmel: cleanup atmel_start+stop_tx()Jiri Slaby (SUSE)1-7/+9
2022-11-23tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* APISherry Sun1-4/+4
2022-11-23serial: sunsab: Fix error handling in sunsab_init()Yuan Can1-1/+7
2022-11-23serial: altera_uart: fix locking in polling modeGabriel Somlo1-2/+3
2022-11-22serial: pch: Fix PCI device refcount leak in pch_request_dma()Xiongfeng Wang1-0/+4
2022-11-22tty: serial: fsl_lpuart: Use pm_ptr() to avoid need to make pm __maybe_unusedSherry Sun1-10/+10
2022-11-22tty: serial: fsl_lpuart: Add runtime pm supportSherry Sun1-0/+60
2022-11-22tty: serial: fsl_lpuart: enable wakeup source for lpuartSherry Sun1-81/+200
2022-11-22serial: stm32: move dma_request_chan() before clk_prepare_enable()Valentin Caron1-24/+23
2022-11-22serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle.delisun1-1/+10
2022-11-22serial: amba-pl011: avoid SBSA UART accessing DMACR registerJiamei Xie1-0/+3
2022-11-22tty: serial: altera_jtaguart: remove struct altera_jtaguartJiri Slaby (SUSE)1-20/+9
2022-11-22tty: serial: altera_jtaguart: use uart_port::read_status_maskJiri Slaby (SUSE)1-25/+16
2022-11-22tty: serial: altera_jtaguart: remove unused altera_jtaguart::sigsJiri Slaby (SUSE)1-1/+0
2022-11-22tty: serial: altera_jtaguart: remove flag from altera_jtaguart_rx_chars()Jiri Slaby (SUSE)1-3/+2
2022-11-22Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman8-58/+101
2022-11-18Merge tag 'tty-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-55/+98
2022-11-09serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen1-2/+1
2022-11-09serial: 8250_lpss: Use 16B DMA burst with Elkhart LakeIlpo Järvinen1-0/+2
2022-11-09serial: 8250_lpss: Configure DMA also w/o DMA filterIlpo Järvinen1-4/+11
2022-11-09serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen1-0/+4
2022-11-09serial: 8250: 8250_omap: Fix calculation of RS485 delaysLukas Wunner1-1/+1
2022-11-09serial: 8250_bcm7271: Fix error handling in brcmuart_init()Yuan Can1-1/+9
2022-11-09serial: 8250_dma: Rearm DMA Rx if more data is pendingIlpo Järvinen1-3/+16
2022-11-09serial: Fix a typo ("ignorning")Jonathan Neuschäfer2-2/+2
2022-11-03serial: imx: Add missing .thaw_noirq hookShawn Guo1-0/+1
2022-11-03tty: serial: fsl_lpuart: don't break the on-going transfer when global resetSherry Sun1-27/+49
2022-11-03serial: 8250_core: Use str_enabled_disabled() helperAndy Shevchenko1-2/+3
2022-11-03tty: serial: imx: Handle RS485 DE signal active highMarek Vasut1-6/+58
2022-11-03serial: 8250: omap: Flush PM QOS work on removeTony Lindgren1-0/+1
2022-11-03serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()Tony Lindgren1-0/+5
2022-11-03serial: 8250_omap: remove wait loop from Errata i202 workaroundMatthias Schiffer1-17/+0
2022-11-03serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()Tony Lindgren1-2/+20
2022-11-03serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()Lukas Wunner1-3/+4
2022-11-03serial: 8250/ingenic: Add support for the JZ4750/JZ4755Siarhei Volkau1-3/+29