summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki2022-05-091-4/+4
* serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki2022-05-091-1/+1
* serial: amba-pl011: do not time out prematurely when draining tx fifoLino Sanfilippo2022-05-091-2/+7
* serial: imx: fix overrun interrupts in DMA modeJohan Hovold2022-05-091-1/+1
* serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()Jiri Slaby2022-04-131-4/+1
* serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen2022-04-083-4/+25
* kgdboc: fix return value of __setup handlerRandy Dunlap2022-04-081-3/+3
* serial: 8250: Fix race condition in RTS-after-send handlingUwe Kleine-König2022-04-081-0/+12
* serial: 8250_lpss: Balance reference count for PCI DMA deviceAndy Shevchenko2022-04-081-6/+22
* serial: 8250_mid: Balance reference count for PCI DMA deviceAndy Shevchenko2022-04-081-4/+15
* serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port typeZev Weiss2022-04-082-1/+9
* serial: stm32: prevent TDR register overwrite when sending x_charValentin Caron2022-03-081-0/+12
* sc16is7xx: Fix for incorrect data being transmittedPhil Elwell2022-03-021-0/+3
* serial: parisc: GSC: fix build when IOSAPIC is not setRandy Dunlap2022-02-231-1/+1
* tty: Add support for Brainboxes UC cards.Cameron Williams2022-02-011-2/+98
* serial: stm32: fix software flow control transferValentin Caron2022-02-011-1/+1
* serial: 8250: of: Fix mapped region size when using reg-offset propertyRobert Hancock2022-02-011-1/+10
* serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrlJochen Mades2022-02-011-2/+6
* serial: Fix incorrect rs485 polarity on uart openLukas Wunner2022-01-271-2/+2
* serial: core: Keep mctrl register state and cached copy in syncLukas Wunner2022-01-271-1/+2
* serial: pl011: Drop CR register reset on set_termiosLukas Wunner2022-01-271-2/+0
* serial: pl010: Drop CR register reset on set_termiosLukas Wunner2022-01-271-3/+0
* tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown()Fugang Duan2022-01-271-2/+5
* serial: stm32: move tx dma terminate DMA to shutdownValentin Caron2022-01-271-1/+5
* serial: liteuart: fix MODULE_ALIASAlyssa Ross2022-01-271-1/+1
* serial: 8250_bcm7271: Propagate error codes from brcmuart_probe()Lad Prabhakar2022-01-271-3/+8
* serial: amba-pl011: do not request memory region twiceLino Sanfilippo2022-01-271-24/+3
* tty: serial: uartlite: allow 64 bit addressLizhi Hou2022-01-271-1/+1
* tty: serial: atmel: Call dma_async_issue_pending()Tudor Ambarus2022-01-271-0/+4
* tty: serial: atmel: Check return code of dmaengine_submit()Tudor Ambarus2022-01-271-0/+10
* serial: 8250_fintek: Fix garbled text for consoleJi-Ze Hong (Peter Hong)2021-12-221-20/+0
* Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP"Alexander Stein2021-12-171-0/+1
* serial: liteuart: fix minor-number leak on probe errorsJohan Hovold2021-12-081-3/+14
* serial: liteuart: fix use-after-free and memleak on unbindJohan Hovold2021-12-081-0/+1
* serial: liteuart: Fix NULL pointer dereference in ->remove()Ilia Sergachev2021-12-081-0/+2
* serial: 8250: Fix RTS modem control while in rs485 modeLukas Wunner2021-12-082-7/+5
* serial: 8250_pci: rewrite pericom_do_set_divisor()Jay Dolan2021-12-081-13/+17
* serial: 8250_pci: Fix ACCES entries in pci_serial_quirks arrayJay Dolan2021-12-081-1/+8
* serial: core: fix transmit-buffer reset and memleakJohan Hovold2021-12-081-1/+12
* serial: tegra: Change lower tolerance baud rate limit for tegra20 and tegra30Patrik John2021-12-081-2/+2
* serial: pl011: Add ACPI SBSA UART match idPierre Gondois2021-12-081-0/+1
* tty: serial: msm_serial: Deactivate RX DMA for polling supportSven Eckelmann2021-12-081-0/+3
* serial: 8250_bcm7271: UART errors after resuming from S2Al Cooper2021-12-081-0/+13
* serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLEGeert Uytterhoeven2021-11-181-0/+2
* serial: xilinx_uartps: Fix race condition causing stuck TXAnssi Hannula2021-11-181-1/+2
* serial: imx: fix detach/attach of serial consoleStefan Agner2021-11-181-2/+2
* serial: 8250_dw: Drop wrong use of ACPI_PTR()Andy Shevchenko2021-11-181-1/+1
* Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field"Johan Hovold2021-11-181-17/+0
* serial: 8250: Fix reporting real baudrate value in c_ospeed fieldPali Rohár2021-11-181-0/+17
* serial: 8250: fix racy uartclk updateJohan Hovold2021-11-181-4/+17