summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* Revert "tty: serial: simplify qcom_geni_serial_send_chunk_fifo()"Douglas Anderson2024-04-031-4/+6
* serial: port: Don't suspend if the port is still busyYicong Yang2024-04-031-1/+24
* tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabledSherry Sun2024-04-031-2/+5
* tty: serial: imx: Fix broken RS485Rickard x Andersson2024-04-031-4/+18
* serial: Lock console when calling into driver before registrationPeter Collingbourne2024-04-032-6/+12
* serial: max310x: fix NULL pointer dereference in I2C instantiationHugo Villeneuve2024-04-031-2/+5
* serial: 8250_exar: Don't remove GPIO device on suspendAndy Shevchenko2024-03-261-4/+1
* tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMTTudor Ambarus2024-03-261-3/+2
* serial: max310x: fix syntax error in IRQ error messageHugo Villeneuve2024-03-261-1/+1
* serial: amba-pl011: Fix DMA transmission in RS485 modeLino Sanfilippo2024-03-011-30/+30
* serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabledLino Sanfilippo2024-03-011-1/+3
* serial: mxs-auart: fix txJiri Slaby (SUSE)2024-02-231-1/+4
* serial: max310x: prevent infinite while() loop in port startupHugo Villeneuve2024-02-231-2/+18
* serial: max310x: fail probe if clock crystal is unstableHugo Villeneuve2024-02-231-3/+9
* serial: max310x: improve crystal stable clock detectionHugo Villeneuve2024-02-231-5/+16
* serial: max310x: set default value when reading clock ready bitHugo Villeneuve2024-02-231-1/+1
* serial: sc16is7xx: fix unconditional activation of THRI interruptHugo Villeneuve2024-01-311-5/+2
* serial: sc16is7xx: Use port lock wrappersThomas Gleixner2024-01-311-20/+20
* serial: Do not hold the port lock when setting rx-during-tx GPIOLino Sanfilippo2024-01-313-12/+26
* serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()Hugo Villeneuve2024-01-311-5/+6
* serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()Hugo Villeneuve2024-01-311-44/+41
* serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe errorHugo Villeneuve2024-01-311-26/+18
* serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFOHugo Villeneuve2024-01-311-6/+11
* serial: sc16is7xx: change EFR lock to operate on each channelsHugo Villeneuve2024-01-311-23/+26
* serial: sc16is7xx: remove unused line structure memberHugo Villeneuve2024-01-311-2/+0
* serial: sc16is7xx: remove global regmap from struct sc16is7xx_portHugo Villeneuve2024-01-311-6/+9
* serial: sc16is7xx: remove wasteful static buffer in sc16is7xx_regmap_name()Hugo Villeneuve2024-01-311-6/+8
* serial: sc16is7xx: improve regmap debugfs by using one regmap per portHugo Villeneuve2024-01-311-62/+81
* serial: core: set missing supported flag for RX during TX GPIOLino Sanfilippo2024-01-311-0/+2
* serial: core: Simplify uart_get_rs485_mode()Andy Shevchenko2024-01-311-18/+12
* serial: apbuart: fix console prompt on qemuSam Ravnborg2024-01-251-1/+1
* serial: imx: Correct clock error message in function probe()Christoph Niedermaier2024-01-251-1/+1
* serial: imx: fix tx statemachine deadlockPaul Geurts2024-01-251-2/+2
* serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get(...Uwe Kleine-König2024-01-251-1/+1
* serial: sc16is7xx: set safe default SPI clock frequencyHugo Villeneuve2024-01-251-1/+2
* serial: sc16is7xx: add check for unsupported SPI modes during probeHugo Villeneuve2024-01-251-1/+4
* serial: omap: do not override settings for RS485 supportLino Sanfilippo2024-01-251-13/+14
* serial: 8250_exar: Set missing rs485_supported flagLino Sanfilippo2024-01-251-2/+3
* serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clockChristoph Niedermaier2024-01-251-11/+12
* serial: core, imx: do not set RS485 enabled if it is not supportedLino Sanfilippo2024-01-252-7/+3
* serial: 8250_bcm2835aux: Restore clock error handlingStefan Wahren2024-01-251-0/+2
* serial: core: make sure RS485 cannot be enabled when it is not supportedLino Sanfilippo2024-01-251-1/+1
* serial: core: fix sanitizing check for RTS settingsLino Sanfilippo2024-01-251-10/+18
* serial: 8250_omap: Add earlycon support for the AM654 UART controllerRonald Wahl2023-12-131-0/+1
* serial: 8250: 8250_omap: Do not start RX DMA on THRI interruptRonald Wahl2023-12-131-4/+6
* serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bitRonald Wahl2023-12-131-2/+2
* serial: sc16is7xx: address RX timeout interrupt errataDaniel Mack2023-12-131-0/+12
* ARM: PL011: Fix DMA supportArnd Bergmann2023-12-131-58/+54
* serial: ma35d1: Validate console index before assignmentAndi Shyti2023-12-131-1/+9
* serial: 8250_dw: Add ACPI ID for Granite Rapids-D UARTAndy Shevchenko2023-12-131-0/+1