summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2023-03-09serial: sc16is7xx: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+0
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds29-656/+1707
2023-02-21Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-203/+4
2023-02-16serial: imx: remove a redundant checkTom Rix1-5/+3
2023-02-09soc: qcom: geni-se: Move qcom-geni-se.h to linux/soc/qcom/geni-se.hElliot Berman1-1/+1
2023-02-08serial: imx: get rid of registers shadowingSergey Organov1-63/+4
2023-02-08serial: imx: refine local variables in rxint()Sergey Organov1-3/+2
2023-02-08serial: imx: stop using USR2 in FIFO reading loopSergey Organov1-12/+6
2023-02-08serial: imx: remove redundant USR2 read from FIFO reading loopSergey Organov1-1/+0
2023-02-08serial: imx: do not break from FIFO reading loop prematurelySergey Organov1-7/+3
2023-02-08serial: imx: do not sysrq broken charsSergey Organov1-3/+2
2023-02-08serial: imx: work-around for hardware RX floodSergey Organov1-28/+95
2023-02-08serial: imx: factor-out common code to imx_uart_soft_reset()Sergey Organov1-36/+37
2023-02-08serial: 8250_pci1xxxx: Add power management functions to quad-uart driverKumaravel Thiagarajan1-0/+115
2023-02-08serial: 8250_pci1xxxx: Add RS485 support to quad-uart driverKumaravel Thiagarajan1-0/+50
2023-02-08serial: 8250_pci1xxxx: Add driver for quad-uart supportKumaravel Thiagarajan4-0/+349
2023-02-08serial: 8250_pci: Add serial8250_pci_setup_port definition in 8250_pcilib.cKumaravel Thiagarajan5-22/+63
2023-02-08tty: pcn_uart: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-08tty: serial: imx: disable Ageing Timer interrupt request irqPeng Fan1-0/+5
2023-02-08serial: fsl_lpuart: fix RS485 RTS polariy inverse issueShenwei Wang1-2/+2
2023-02-06Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman2-32/+22
2023-02-02serial: 8250: Fix mismerge regarding serial_lsr_in()Uwe Kleine-König1-2/+0
2023-01-31serial: 8250_dma: Fix DMA Rx rearm raceIlpo Järvinen1-2/+10
2023-01-31serial: 8250_dma: Fix DMA Rx completion raceIlpo Järvinen1-2/+7
2023-01-31serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handlerMarek Vasut1-28/+5
2023-01-31serial: liteuart: Remove a copy of UART id in private structureAndy Shevchenko1-5/+3
2023-01-31serial: liteuart: Don't mix devm_*() with non-devm_*() callsAndy Shevchenko1-17/+15
2023-01-31tty: serial: fsl_lpuart: add imx8ulp supportSherry Sun1-1/+15
2023-01-31tty: serial: fsl_lpuart: set RTS watermark for lpuartSherry Sun1-0/+8
2023-01-31tty: serial: fsl_lpuart: Enable Receiver Idle Empty function for LPUARTSherry Sun1-0/+2
2023-01-31tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx dma caseSherry Sun1-6/+0
2023-01-31tty: serial: fsl_lpuart: set receive watermark for imx8qxp platformSherry Sun1-1/+5
2023-01-31tty: serial: fsl_lpuart: make rx_watermark configurable for different platformsSherry Sun1-2/+12
2023-01-31tty: serial: fsl_lpuart: don't enable receiver/transmitter before rx/tx dma r...Sherry Sun1-1/+12
2023-01-23serial: liteuart: Correct error rollbackIlpo Järvinen1-1/+1
2023-01-23serial: qcom_geni: Fix variable namingIlpo Järvinen1-5/+5
2023-01-22Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman7-35/+54
2023-01-22Merge 6.2-rc5 into tty-nextGreg Kroah-Hartman7-35/+54
2023-01-21Merge tag 'tty-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-20/+44
2023-01-20serial: exar: Add support for Sealevel 7xxxC serial cardsMatthew Howell1-0/+14
2023-01-20Revert "serial: stm32: Merge hard IRQ and threaded IRQ handling into single I...Greg Kroah-Hartman1-4/+27
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-15/+10
2023-01-19tty: serial: qcom_geni: avoid duplicate struct member initArnd Bergmann1-6/+8
2023-01-19serial: atmel: fix incorrect baudrate setupTobias Schramm1-7/+1
2023-01-19tty: serial: 8250: add DFL bus driver for Altera 16550.Matthew Gerlach3-0/+180
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen1-4/+4
2023-01-19serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen4-8/+7
2023-01-19tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeIlpo Järvinen2-8/+8
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen1-4/+4