summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ARM: s3c: remove s3c24xx specific hacksArnd Bergmann2023-01-162-203/+4
| |/ /
* | | serial: 8250_dma: Fix DMA Rx rearm raceIlpo Järvinen2023-01-311-2/+10
* | | serial: 8250_dma: Fix DMA Rx completion raceIlpo Järvinen2023-01-311-2/+7
* | | serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handlerMarek Vasut2023-01-311-28/+5
| |/ |/|
* | Merge tag 'tty-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-01-215-20/+44
|\ \
| * | serial: exar: Add support for Sealevel 7xxxC serial cardsMatthew Howell2023-01-201-0/+14
| * | Revert "serial: stm32: Merge hard IRQ and threaded IRQ handling into single I...Greg Kroah-Hartman2023-01-201-4/+27
| * | tty: serial: qcom_geni: avoid duplicate struct member initArnd Bergmann2023-01-191-6/+8
| * | serial: atmel: fix incorrect baudrate setupTobias Schramm2023-01-191-7/+1
| * | serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handlerMarek Vasut2023-01-191-27/+4
| * | serial: amba-pl011: fix high priority character transmission in rs486 modeLino Sanfilippo2023-01-191-4/+4
| * | serial: pch_uart: Pass correct sg to dma_unmap_sg()Ilpo Järvinen2023-01-191-1/+1
| * | tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO bufferKrzysztof Kozlowski2023-01-191-2/+16
| |/
* | Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-01-192-15/+10
|\ \ | |/ |/|
| * Merge branch 'rework/console-list-lock' into for-linusPetr Mladek2023-01-192-15/+10
| |\
| | * tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness2023-01-162-15/+10
* | | Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-12-1672-1088/+812
|\ \ \ | |/ / |/| |
| * | serial: atmel: don't stop the transmitter when doing PIOJiri Slaby (SUSE)2022-11-231-10/+15
| * | serial: atmel: cleanup atmel_start+stop_tx()Jiri Slaby (SUSE)2022-11-231-7/+9
| * | tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* APISherry Sun2022-11-231-4/+4
| * | serial: sunsab: Fix error handling in sunsab_init()Yuan Can2022-11-231-1/+7
| * | serial: altera_uart: fix locking in polling modeGabriel Somlo2022-11-231-2/+3
| * | serial: pch: Fix PCI device refcount leak in pch_request_dma()Xiongfeng Wang2022-11-221-0/+4
| * | tty: serial: fsl_lpuart: Use pm_ptr() to avoid need to make pm __maybe_unusedSherry Sun2022-11-221-10/+10
| * | tty: serial: fsl_lpuart: Add runtime pm supportSherry Sun2022-11-221-0/+60
| * | tty: serial: fsl_lpuart: enable wakeup source for lpuartSherry Sun2022-11-221-81/+200
| * | serial: stm32: move dma_request_chan() before clk_prepare_enable()Valentin Caron2022-11-221-24/+23
| * | serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle.delisun2022-11-221-1/+10
| * | serial: amba-pl011: avoid SBSA UART accessing DMACR registerJiamei Xie2022-11-221-0/+3
| * | tty: serial: altera_jtaguart: remove struct altera_jtaguartJiri Slaby (SUSE)2022-11-221-20/+9
| * | tty: serial: altera_jtaguart: use uart_port::read_status_maskJiri Slaby (SUSE)2022-11-221-25/+16
| * | tty: serial: altera_jtaguart: remove unused altera_jtaguart::sigsJiri Slaby (SUSE)2022-11-221-1/+0
| * | tty: serial: altera_jtaguart: remove flag from altera_jtaguart_rx_chars()Jiri Slaby (SUSE)2022-11-221-3/+2
| * | Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman2022-11-228-58/+101
| |\ \
| * | | serial: 8250: 8250_omap: Fix calculation of RS485 delaysLukas Wunner2022-11-091-1/+1
| * | | serial: 8250_bcm7271: Fix error handling in brcmuart_init()Yuan Can2022-11-091-1/+9
| * | | serial: 8250_dma: Rearm DMA Rx if more data is pendingIlpo Järvinen2022-11-091-3/+16
| * | | serial: Fix a typo ("ignorning")Jonathan Neuschäfer2022-11-092-2/+2
| * | | serial: 8250_core: Use str_enabled_disabled() helperAndy Shevchenko2022-11-031-2/+3
| * | | tty: serial: imx: Handle RS485 DE signal active highMarek Vasut2022-11-031-6/+58
| * | | serial: 8250/ingenic: Add support for the JZ4750/JZ4755Siarhei Volkau2022-11-031-3/+29
| * | | serial: tegra: Read DMA status before terminatingKartik2022-11-031-2/+4
| * | | serial: zs: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
| * | | serial: xuartps: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-3/+1
| * | | serial: ucc_uart: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
| * | | serial: uartlite: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
| * | | serial: timbuart: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
| * | | serial: sunzilog: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-4/+2
| * | | serial: sunsu: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
| * | | serial: sunsab: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-4/+2