summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2025-12-03serial: 8250_dw: handle reset control deassert errorArtem Shimko
2025-12-03serial: 8250_dw: Use devm_add_action_or_reset()Andy Shevchenko
2025-12-03serial: 8250_dw: Use devm_clk_get_optional() to get the input clockAndy Shevchenko
2025-10-29serial: max310x: Add error checking in probe()Dan Carpenter
2025-10-02serial: sc16is7xx: fix bug in flow control levels initHugo Villeneuve
2025-08-28serial: 8250: fix panic due to PSLVERRYunhui Cui
2025-08-28pch_uart: Fix dma_sync_sg_for_device() nents valueThomas Fourier
2025-07-17tty: serial: uartlite: register uart driver in initJakub Lewalski
2025-06-27serial: Fix potential null-ptr-deref in mlb_usio_probe()Henry Martin
2025-05-02serial: sifive: lock port in startup()/shutdown() callbacksRyo Takakura
2025-04-10serial: 8250_dma: terminate correct DMA in tx_dma_flush()John Keeping
2025-04-10tty: serial: 8250: Add some more device IDsCameron Williams
2025-03-13serial: 8250_pci: add support for ASIX AX99100Jiaqing Zhao
2025-03-13serial: 8250: Fix fifo underflow on flushJohn Keeping
2025-03-13serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in...Claudiu Beznea
2025-03-13serial: sh-sci: Drop __initdata macro for port_cfgClaudiu Beznea
2024-12-14serial: 8250: omap: Move pm_runtime_get_syncBin Liu
2024-12-14Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon exit"Greg Kroah-Hartman
2024-12-14serial: sh-sci: Clean sci_ports[0] after at earlycon exitClaudiu Beznea
2024-11-08tty: rp2: Fix reset with non forgiving PCIe host bridgesFlorian Fainelli
2024-08-19serial: core: check uartclk for zero to avoid divide by zeroGeorge Kennedy
2024-07-05tty: mcf: MCF54418 has 10 UARTSJean-Michel Hautbois
2024-07-05serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescalerHugo Villeneuve
2024-07-05serial: sc16is7xx: replace hardcoded divisor value with BIT() macroHugo Villeneuve
2024-06-16serial: sh-sci: protect invalidating RXDMA on shutdownWolfram Sang
2024-06-16serial: max3100: Fix bitwise typesAndy Shevchenko
2024-06-16serial: max3100: Update uart_driver_registered on driver removalAndy Shevchenko
2024-06-16serial: max3100: Lock port->lock when calling uart_handle_cts_change()Andy Shevchenko
2024-05-25serial: kgdboc: Fix NMI-safety problems from keyboard reset codeDaniel Thompson
2024-05-02serial: mxs-auart: add spinlock around changing cts stateEmil Kronborg
2024-05-02serial/pmac_zilog: Remove flawed mitigation for rx irq floodFinn Thain
2024-04-13tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabledSherry Sun
2024-04-13serial: max310x: fix NULL pointer dereference in I2C instantiationHugo Villeneuve
2024-03-26serial: 8250_exar: Don't remove GPIO device on suspendAndy Shevchenko
2024-03-26tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMTTudor Ambarus
2024-03-26serial: max310x: fix syntax error in IRQ error messageHugo Villeneuve
2024-03-15serial: max310x: fix IO data corruption in batched operationsJan Kundrát
2024-03-15serial: max310x: implement I2C supportCosmin Tanislav
2024-03-15serial: max310x: make accessing revision id interface-agnosticCosmin Tanislav
2024-03-15serial: max310x: Unprepare and disable clock in error pathAndy Shevchenko
2024-03-15serial: max310x: prevent infinite while() loop in port startupHugo Villeneuve
2024-03-15serial: max310x: use a separate regmap for each portCosmin Tanislav
2024-03-15serial: max310x: use regmap methods for SPI batch operationsCosmin Tanislav
2024-03-15serial: max310x: Make use of device propertiesAndy Shevchenko
2024-03-15serial: max310x: fail probe if clock crystal is unstableHugo Villeneuve
2024-03-15serial: max310x: Try to get crystal clock rate from propertyAndy Shevchenko
2024-03-15serial: max310x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko
2024-02-23serial: max310x: improve crystal stable clock detectionHugo Villeneuve
2024-02-23serial: max310x: set default value when reading clock ready bitHugo Villeneuve
2024-02-23serial: sc16is7xx: add check for unsupported SPI modes during probeHugo Villeneuve