summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* serial: qcom-geni: fix console corruptionJohan Hovold2024-10-041-23/+22
* serial: qcom-geni: introduce qcom_geni_serial_poll_bitfield()Douglas Anderson2024-10-041-3/+9
* serial: qcom-geni: fix arg types for qcom_geni_serial_poll_bit()Douglas Anderson2024-10-041-1/+1
* serial: qcom-geni: fix false console tx restartJohan Hovold2024-10-041-10/+3
* serial: qcom-geni: fix fifo polling timeoutJohan Hovold2024-10-041-14/+17
* serial: don't use uninitialized value in uart_poll_init()Jiri Slaby (SUSE)2024-10-041-7/+6
* tty: rp2: Fix reset with non forgiving PCIe host bridgesFlorian Fainelli2024-10-041-1/+1
* serial: 8250: omap: Cleanup on error in request_irqMarkus Schneider-Pargmann2024-10-041-1/+1
* Revert "serial: 8250_omap: Set the console genpd always on if no console susp...Griffin Kroah-Hartman2024-08-291-28/+5
* tty: atmel_serial: use the correct RTS flag.Mathieu Othacehe2024-08-291-1/+1
* tty: serial: fsl_lpuart: mark last busy before uart_add_one_portPeng Fan2024-08-291-0/+1
* serial: sc16is7xx: fix invalid FIFO access with special register setHugo Villeneuve2024-08-141-0/+4
* serial: sc16is7xx: fix TX fifo corruptionHugo Villeneuve2024-08-141-10/+11
* serial: core: check uartclk for zero to avoid divide by zeroGeorge Kennedy2024-08-141-0/+8
* serial: qcom-geni: do not kill the machine on fifo underrunJohan Hovold2024-07-041-1/+1
* serial: qcom-geni: fix hard lockup on buffer flushJohan Hovold2024-07-041-3/+13
* serial: qcom-geni: fix soft lockup on sw flow control and suspendJohan Hovold2024-07-041-9/+24
* serial: imx: ensure RTS signal is not left active after shutdownRasmus Villemoes2024-07-031-0/+51
* tty: serial: ma35d1: Add a NULL check for of_nodeJacky Huang2024-07-031-6/+7
* serial: 8250_omap: Fix Errata i2310 with RX FIFO level checkUdit Kumar2024-07-031-1/+2
* serial: imx: only set receiver level if it is zeroStefan Eichenberger2024-07-031-2/+6
* Revert "serial: core: Add support for DEVNAME:0.0 style naming for kernel con...Greg Kroah-Hartman2024-06-253-86/+0
* Revert "serial: core: Handle serial console options"Greg Kroah-Hartman2024-06-251-49/+0
* Revert "serial: 8250: Add preferred console in serial8250_isa_init_ports()"Greg Kroah-Hartman2024-06-253-34/+0
* Revert "serial: 8250: Fix add preferred console for serial8250_isa_init_ports()"Greg Kroah-Hartman2024-06-252-10/+11
* Revert "serial: core: Fix ifdef for serial base console functions"Greg Kroah-Hartman2024-06-251-2/+2
* serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited()Jonas Gorski2024-06-241-2/+5
* serial: imx: set receiver level before starting uartStefan Eichenberger2024-06-241-1/+3
* tty: mcf: MCF54418 has 10 UARTSJean-Michel Hautbois2024-06-241-1/+1
* serial: 8250_omap: Implementation of Errata i2310Udit Kumar2024-06-241-5/+20
* tty: serial: 8250: Fix port count mismatch with the deviceCrescent Hsieh2024-06-241-1/+12
* serial: drop debugging WARN_ON_ONCE() from uart_write()Tetsuo Handa2024-06-041-1/+1
* serial: sc16is7xx: re-add Kconfig SPI or I2C dependencyHugo Villeneuve2024-06-041-0/+1
* serial: sc16is7xx: rename Kconfig CONFIG_SERIAL_SC16IS7XX_COREHugo Villeneuve2024-06-042-2/+2
* serial: port: Don't block system suspend even if bytes are left to xmitDouglas Anderson2024-06-041-0/+7
* serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ levelDoug Brown2024-06-041-0/+1
* serial: 8250_dw: Revert "Move definitions to the shared header"Andy Shevchenko2024-06-042-32/+27
* serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dwAndy Shevchenko2024-06-043-5/+10
* Merge tag 'tty-6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-243-48/+84
|\
| * serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescalerHugo Villeneuve2024-05-041-5/+18
| * serial: 8250_bcm7271: use default_mux_rate if possibleDoug Berger2024-05-041-41/+60
| * serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeupPin-yen Lin2024-05-041-2/+6
* | Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-05-2270-1537/+2474
|\ \
| * | serial: Clear UPF_DEAD before calling tty_port_register_device_attr_serdev()Hans de Goede2024-05-101-2/+4
| * | serial: imx: Raise TX trigger level to 8Matthias Schiffer2024-05-101-1/+1
| * | serial: 8250_pnp: Simplify "line" related codeIlpo Järvinen2024-05-101-10/+6
| * | serial: sh-sci: simplify locking when re-issuing RXDMA failsWolfram Sang2024-05-101-3/+1
| * | serial: sh-sci: let timeout timer only run when DMA is scheduledWolfram Sang2024-05-101-2/+5
| * | serial: sh-sci: describe locking requirements for invalidating RXDMAWolfram Sang2024-05-101-0/+1
| * | serial: sh-sci: protect invalidating RXDMA on shutdownWolfram Sang2024-05-101-0/+5