summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao2023-07-233-28/+3
* tty: serial: imx: fix rs485 rx after txMartin Fuzzey2023-07-231-5/+13
* tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when i...Christophe JAILLET2023-07-231-0/+8
* tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in cas...Christophe JAILLET2023-07-231-1/+5
* serial: atmel: don't enable IRQs prematurelyDan Carpenter2023-07-231-2/+2
* tty: serial: fsl_lpuart: add earlycon for imx8ulp platformSherry Sun2023-07-191-0/+1
* serial: 8250_omap: Use force_suspend and resume for system suspendTony Lindgren2023-07-191-5/+15
* serial: 8250: lock port for UART_IER access in omap8250_irq()John Ogness2023-07-191-2/+3
* serial: core: lock port for start_rx() in uart_resume_port()John Ogness2023-07-191-1/+4
* serial: 8250: lock port for stop_rx() in omap8250_irq()John Ogness2023-07-191-0/+2
* serial: core: lock port for stop_rx() in uart_suspend_port()John Ogness2023-07-191-1/+4
* serial: 8250: omap: Fix freeing of resources on failed registerTony Lindgren2023-07-191-0/+2
* tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028ARobert Hodaszi2023-06-281-1/+1
* tty: serial: fsl_lpuart: make rx_watermark configurable for different platformsSherry Sun2023-06-281-2/+12
* serial: lantiq: add missing interrupt ackBernhard Seibold2023-06-211-0/+1
* serial: cpm_uart: Fix a COMPILE_TEST dependencyHerve Codina2023-06-092-3/+1
* serial: 8250_tegra: Fix an error handling path in tegra_uart_probe()Christophe JAILLET2023-06-091-1/+3
* tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL...Sherry Sun2023-06-091-21/+23
* serial: qcom-geni: fix enabling deactivated interruptKrzysztof Kozlowski2023-05-241-5/+4
* serial: 8250_exar: Add support for USR298x PCI ModemsAndrew Davis2023-05-241-0/+17
* serial: Add support for Advantech PCI-1611U cardVitaliy Tomin2023-05-241-0/+5
* serial: 8250_bcm7271: fix leak in `brcmuart_probe`Doug Berger2023-05-241-1/+1
* serial: 8250_bcm7271: balance clk_enable callsDoug Berger2023-05-241-1/+4
* serial: arc_uart: fix of_iomap leak in `arc_serial_probe`Ke Zhang2023-05-241-3/+4
* serial: 8250: Reinit port->pm on port specific driver unbindTony Lindgren2023-05-241-0/+1
* serial: 8250: Add missing wakeup event reportingFlorian Fainelli2023-05-111-0/+4
* tty: serial: fsl_lpuart: adjust buffer length to the intended sizeShenwei Wang2023-05-111-1/+1
* serial: 8250_bcm7271: Fix arbitration handlingDoug Berger2023-05-111-6/+12
* serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are tran...Marek Vasut2023-05-111-2/+3
* serial: max310x: fix IO data corruption in batched operationsJan Kundrát2023-05-111-2/+15
* serial: 8250: Fix serial8250_tx_empty() race with DMA TxIlpo Järvinen2023-05-112-3/+16
* serial: fix TIOCSRS485 lockingJohan Hovold2023-05-111-2/+2
* serial: 8250: Prevent starting up DMA Rx on THRI interruptIlpo Järvinen2023-04-131-0/+11
* tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_S...Sherry Sun2023-04-131-1/+7
* tty: serial: sh-sci: Fix Rx on RZ/G2L SCIBiju Das2023-04-131-1/+1
* tty: serial: sh-sci: Fix transmit end interrupt handlerBiju Das2023-04-131-0/+8
* tty: serial: fsl_lpuart: fix race on RX DMA shutdownAlexander Sverdlin2023-04-061-8/+3
* tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* APISherry Sun2023-04-061-4/+4
* serial: 8250: ASPEED_VUART: select REGMAP instead of depending on itRandy Dunlap2023-03-221-1/+2
* serial: 8250_fsl: fix handle_irq lockingJohan Hovold2023-03-221-2/+2
* serial: 8250_em: Fix UART port typeBiju Das2023-03-221-2/+2
* tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL...Sherry Sun2023-03-221-3/+9
* Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config depe...Tom Rix2023-03-221-1/+1
* tty: pcn_uart: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-03-111-1/+1
* serial: sc16is7xx: setup GPIO controller later in probeIsaac True2023-03-111-25/+26
* tty: serial: fsl_lpuart: disable the CTS when send break signalSherry Sun2023-03-111-2/+22
* tty: serial: imx: disable Ageing Timer interrupt request irqPeng Fan2023-03-101-0/+5
* tty: serial: imx: Handle RS485 DE signal active highMarek Vasut2023-03-101-6/+58
* serial: fsl_lpuart: fix RS485 RTS polariy inverse issueShenwei Wang2023-03-101-2/+2
* tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx dma caseSherry Sun2023-03-101-6/+0