aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2024-06-17Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/bcm-2xxx-rpiv5.15/standard/preempt-rt/bcm-2xxx-rpiBruce Ashfield
2024-06-16serial: sh-sci: protect invalidating RXDMA on shutdownWolfram Sang
2024-06-16serial: sc16is7xx: add proper sched.h include for sched_set_fifo()Hugo Villeneuve
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-06-16serial: 8250_bcm7271: use default_mux_rate if possibleDoug Berger
2024-05-28Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/bcm-2xxx-rpiBruce Ashfield
2024-05-25serial: kgdboc: Fix NMI-safety problems from keyboard reset codeDaniel Thompson
2024-05-07Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/bcm-2xxx-rpiBruce Ashfield
2024-05-02Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/bcm-2xxx-rpiBruce Ashfield
2024-05-02serial: mxs-auart: add spinlock around changing cts stateEmil Kronborg
2024-04-27serial/pmac_zilog: Remove flawed mitigation for rx irq floodFinn Thain
2024-04-15Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2024-04-10serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFOHugo Villeneuve
2024-04-10tty: serial: imx: Fix broken RS485Rickard x Andersson
2024-04-10tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabledSherry Sun
2024-04-10serial: Lock console when calling into driver before registrationPeter Collingbourne
2024-03-28Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
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-19Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2024-03-15serial: max310x: fix IO data corruption in batched operationsJan Kundrát
2024-03-15serial: max310x: make accessing revision id interface-agnosticCosmin Tanislav
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-03Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2024-03-01serial: 8250: Remove serial_rs485 sanitization from em485Ilpo Järvinen
2024-03-01serial: amba-pl011: Fix DMA transmission in RS485 modeLino Sanfilippo
2024-02-26Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2024-02-23serial: 8250_exar: Set missing rs485_supported flagLino Sanfilippo
2024-02-23serial: 8250_exar: Fill in rs485_supportedIlpo Järvinen
2024-02-23serial: max310x: fail probe if clock crystal is unstableHugo Villeneuve
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-06Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2024-01-25serial: imx: Correct clock error message in function probe()Christoph Niedermaier
2024-01-25serial: imx: fix tx statemachine deadlockPaul Geurts
2024-01-25serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get(...Uwe Kleine-König
2024-01-25serial: sc16is7xx: set safe default SPI clock frequencyHugo Villeneuve
2024-01-25serial: sc16is7xx: add check for unsupported SPI modes during probeHugo Villeneuve
2024-01-25serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clockChristoph Niedermaier
2023-12-18Merge branch 'v5.15/standard/base' into v5.15/standard/preempt-rt/baseBruce Ashfield
2023-12-13serial: 8250_omap: Add earlycon support for the AM654 UART controllerRonald Wahl
2023-12-13serial: 8250: 8250_omap: Do not start RX DMA on THRI interruptRonald Wahl
2023-12-13serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bitRonald Wahl
2023-12-13serial: sc16is7xx: address RX timeout interrupt errataDaniel Mack
2023-12-13ARM: PL011: Fix DMA supportArnd Bergmann