summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2024-10-22serial: qcom-geni: fix receiver enableJohan Hovold
2024-10-22serial: qcom-geni: fix dma rx cancellationJohan Hovold
2024-10-22serial: qcom-geni: fix shutdown raceJohan Hovold
2024-10-22serial: qcom-geni: revert broken hibernation supportJohan Hovold
2024-10-22serial: qcom-geni: fix polled console initialisationJohan Hovold
2024-10-22serial: imx: Update mctrl old_status on RTSD interruptMarek Vasut
2024-10-17serial: protect uart_port_dtr_rts() in uart_shutdown() tooJiri Slaby (SUSE)
2024-10-04serial: qcom-geni: fix console corruptionJohan Hovold
2024-10-04serial: qcom-geni: introduce qcom_geni_serial_poll_bitfield()Douglas Anderson
2024-10-04serial: qcom-geni: fix arg types for qcom_geni_serial_poll_bit()Douglas Anderson
2024-10-04serial: qcom-geni: fix false console tx restartJohan Hovold
2024-10-04serial: qcom-geni: fix fifo polling timeoutJohan Hovold
2024-10-04serial: don't use uninitialized value in uart_poll_init()Jiri Slaby (SUSE)
2024-10-04tty: rp2: Fix reset with non forgiving PCIe host bridgesFlorian Fainelli
2024-10-04serial: 8250: omap: Cleanup on error in request_irqMarkus Schneider-Pargmann
2024-08-15Revert "serial: 8250_omap: Set the console genpd always on if no console susp...Griffin Kroah-Hartman
2024-08-13tty: atmel_serial: use the correct RTS flag.Mathieu Othacehe
2024-08-13tty: serial: fsl_lpuart: mark last busy before uart_add_one_portPeng Fan
2024-07-31serial: sc16is7xx: fix invalid FIFO access with special register setHugo Villeneuve
2024-07-31serial: sc16is7xx: fix TX fifo corruptionHugo Villeneuve
2024-07-31serial: core: check uartclk for zero to avoid divide by zeroGeorge Kennedy
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-19Merge tag 'tty-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-07-04serial: core: Add serial_base_match_and_update_preferred_console()Tony Lindgren
2024-07-04serial: qcom-geni: do not kill the machine on fifo underrunJohan Hovold
2024-07-04serial: qcom-geni: fix hard lockup on buffer flushJohan Hovold
2024-07-04serial: qcom-geni: fix soft lockup on sw flow control and suspendJohan Hovold
2024-07-03serial: imx: ensure RTS signal is not left active after shutdownRasmus Villemoes
2024-07-03tty: serial: ma35d1: Add a NULL check for of_nodeJacky Huang
2024-07-03serial: 8250_omap: Fix Errata i2310 with RX FIFO level checkUdit Kumar
2024-07-03serial: imx: only set receiver level if it is zeroStefan Eichenberger
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-07-01Merge 6.10-rc6 into tty-nextGreg Kroah-Hartman
2024-06-25Revert "serial: core: Add support for DEVNAME:0.0 style naming for kernel con...Greg Kroah-Hartman
2024-06-25Revert "serial: core: Handle serial console options"Greg Kroah-Hartman
2024-06-25Revert "serial: 8250: Add preferred console in serial8250_isa_init_ports()"Greg Kroah-Hartman
2024-06-25Revert "serial: 8250: Fix add preferred console for serial8250_isa_init_ports()"Greg Kroah-Hartman
2024-06-25Revert "serial: core: Fix ifdef for serial base console functions"Greg Kroah-Hartman
2024-06-24serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited()Jonas Gorski
2024-06-24serial: imx: set receiver level before starting uartStefan Eichenberger
2024-06-24tty: mcf: MCF54418 has 10 UARTSJean-Michel Hautbois
2024-06-24serial: 8250_omap: Implementation of Errata i2310Udit Kumar
2024-06-24tty: serial: 8250: Fix port count mismatch with the deviceCrescent Hsieh
2024-06-24serial: sc16is7xx: hardware reset chip if reset-gpios is defined in DTHui Wang
2024-06-24serial: 8250_platform: Explicitly show we initialise ISA ports only onceAndy Shevchenko
2024-06-24tty: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-24serial: sh-sci: Add support for RZ/V2H(P) SoCLad Prabhakar
2024-06-24serial: 8250_dw: Use reset array API to get resetsHal Feng
2024-06-18Merge tag 'v6.10-rc4' into tty-nextGreg Kroah-Hartman
2024-06-04serial: drop debugging WARN_ON_ONCE() from uart_write()Tetsuo Handa