summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2020-12-29serial_core: Check for port state when tty is in error stateAlexey Kardashevskiy1-0/+4
2020-12-29serial: 8250_omap: Avoid FIFO corruption caused by MDR1 accessAlexander Sverdlin1-5/+0
2020-11-24tty: serial: imx: keep console clocks always onFugang Duan1-17/+3
2020-11-10serial: txx9: add missing platform_driver_unregister() on error in serial_txx...Qinglang Miao1-0/+3
2020-11-10serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang1-1/+1
2020-10-29tty: serial: fsl_lpuart: fix lpuart32_poll_get_charPeng Fan1-1/+1
2020-10-29tty: serial: earlycon dependencyTong Zhang1-0/+1
2020-10-01tty: serial: samsung: Correct clock selection logicJonathan Bakker1-4/+4
2020-10-01serial: uartps: Wait for tx_empty in console setupRaviteja Narayanam1-0/+8
2020-10-01serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeoutVignesh Raghavendra1-2/+4
2020-10-01serial: 8250_omap: Fix sleeping function called from invalid context during p...Peter Ujfalusi1-1/+1
2020-10-01serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra1-1/+15
2020-10-01serial: 8250: Avoid error message on reprobeLukas Wunner1-2/+9
2020-09-23serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich1-0/+11
2020-09-03serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky1-3/+6
2020-09-03serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn1-3/+21
2020-09-03serial: pl011: Don't leak amba_ports entry on driver register errorLukas Wunner1-1/+4
2020-09-03serial: pl011: Fix oops on -EPROBE_DEFERLukas Wunner1-6/+5
2020-09-03serial: samsung: Removes the IRQ not found warningTamseel Shams1-3/+5
2020-07-29serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin1-0/+18
2020-07-29serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang1-1/+1
2020-07-29serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell1-1/+11
2020-06-25serial: amba-pl011: Make sure we initialize the port.lock spinlockJohn Stultz1-0/+1
2020-06-20serial: imx: Fix handling of TC irq in combination with DMAUwe Kleine-König1-4/+18
2020-06-03sc16is7xx: move label 'err_spi' to correct sectionGuoqing Jiang1-0/+2
2020-05-02serial: sh-sci: Make sure status register SCxSR is read in correct sequenceKazuhiro Fujita1-3/+10
2020-03-11serial: 8250_exar: add support for ACCES cardsJay Dolan1-0/+33
2020-03-11tty:serial:mvebu-uart:fix a wrong returntangbin1-1/+1
2020-03-11serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDEDaniel Golle1-0/+8
2020-02-28serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko3-4/+6
2020-02-28tty: serial: imx: setup the correct sg entry for tx dmaFugang Duan1-1/+1
2020-02-28tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 modeNicolas Ferre1-1/+2
2020-02-28serial: imx: Only handle irqs that are actually enabledUwe Kleine-König1-14/+39
2020-02-28serial: imx: ensure that RX irqs are off if RX is offUwe Kleine-König1-38/+78
2020-02-15serial: uartps: Move the spinlock after the read of the tx emptyShubhrajyoti Datta1-2/+1
2020-02-15serial: uartps: Add a timeout to the tx empty waitShubhrajyoti Datta1-4/+10
2020-02-05serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner1-1/+1
2020-01-27serial: stm32: fix clearing interrupt error flagsFabrice Gasnier1-3/+3
2020-01-27tty: serial: fsl_lpuart: Use appropriate lpuart32_* I/O funcsAndrey Smirnov1-14/+14
2020-01-27serial: stm32: fix wakeup source initializationErwan Le Ray1-13/+15
2020-01-27serial: stm32: Add support of TC bit status checkErwan Le Ray1-17/+15
2020-01-27serial: stm32: fix transmit_chars when tx is stoppedErwan Le Ray1-8/+3
2020-01-27serial: stm32: fix rx error handlingErwan Le Ray2-27/+37
2020-01-17tty: serial: pch_uart: correct usage of dma_unmap_sgPeng Fan1-1/+4
2020-01-17tty: serial: imx: use the sg count from dma_map_sgPeng Fan1-1/+1
2020-01-14tty: link tty and port before configuring it as consoleSudip Mukherjee1-0/+1
2020-01-09tty: serial: msm_serial: Fix lockup for sysrq and oopsLeo Yan1-2/+11
2020-01-04tty/serial: atmel: fix out of range clock divider handlingDavid Engraf1-21/+22
2019-12-17serial: imx: fix error handling in console_setupStefan Agner1-1/+1
2019-12-17serial: ifx6x60: add missed pm_runtime_disableChuhong Yuan1-0/+3