summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-151-5/+2
|\
| * powerpc/macio: Make remove callback of macio driver void returnedDawei Li2024-03-071-5/+2
* | Revert "tty: serial: simplify qcom_geni_serial_send_chunk_fifo()"Douglas Anderson2024-03-051-4/+6
* | tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabledSherry Sun2024-03-051-2/+5
* | serial: port: Don't suspend if the port is still busyYicong Yang2024-03-021-1/+24
* | serial: 8250_dw: Do not reclock if already at correct ratePeter Collingbourne2024-03-021-3/+3
* | tty: serial: imx: Fix broken RS485Rickard x Andersson2024-03-021-4/+18
* | serial: amba-pl011: Fix DMA transmission in RS485 modeLino Sanfilippo2024-02-191-30/+30
* | serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabledLino Sanfilippo2024-02-191-1/+3
* | serial: mxs-auart: fix txJiri Slaby (SUSE)2024-02-061-1/+4
* | serial: 8250_pci1xxxx: partially revert off by one patchDan Carpenter2024-02-061-1/+1
* | serial: max310x: prevent infinite while() loop in port startupHugo Villeneuve2024-01-271-2/+18
* | serial: max310x: fail probe if clock crystal is unstableHugo Villeneuve2024-01-271-3/+9
* | serial: max310x: improve crystal stable clock detectionHugo Villeneuve2024-01-271-5/+16
* | serial: max310x: set default value when reading clock ready bitHugo Villeneuve2024-01-271-1/+1
* | serial: core: Fix atomicity violation in uart_tiocmgetGui-Dong Han2024-01-271-1/+1
* | serial: 8250_pci1xxxx: fix off by one in pci1xxxx_process_read_data()Dan Carpenter2024-01-271-2/+2
|/
* Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-202-4/+25
|\
| * tty/serial: Add RISC-V SBI debug console based earlyconAnup Patel2024-01-102-4/+25
* | Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-1880-914/+1028
|\ \
| * | serial: sc16is7xx: refactor EFR lockHugo Villeneuve2024-01-041-49/+57
| * | serial: sc16is7xx: reorder code to remove prototype declarationsHugo Villeneuve2024-01-041-39/+36
| * | serial: sc16is7xx: refactor FIFO access functions to increase commonalityHugo Villeneuve2024-01-041-8/+6
| * | serial: sc16is7xx: drop unneeded MODULE_ALIASHugo Villeneuve2024-01-041-2/+0
| * | serial: sc16is7xx: replace hardcoded divisor value with BIT() macroHugo Villeneuve2024-01-041-1/+1
| * | serial: sc16is7xx: add explicit return for some switch default casesHugo Villeneuve2024-01-041-6/+2
| * | serial: sc16is7xx: add macro for max number of UART portsHugo Villeneuve2024-01-041-4/+5
| * | serial: sc16is7xx: add driver name to struct uart_driverHugo Villeneuve2024-01-041-0/+1
| * | serial: sc16is7xx: use i2c_get_match_data()Hugo Villeneuve2024-01-041-8/+3
| * | serial: sc16is7xx: use spi_get_device_match_data()Hugo Villeneuve2024-01-041-9/+3
| * | serial: sc16is7xx: use DECLARE_BITMAP for sc16is7xx_lines bitfieldHugo Villeneuve2024-01-041-5/+5
| * | serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()Hugo Villeneuve2024-01-041-5/+6
| * | serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()Hugo Villeneuve2024-01-041-44/+41
| * | serial: sc16is7xx: set safe default SPI clock frequencyHugo Villeneuve2024-01-041-1/+2
| * | serial: sc16is7xx: add check for unsupported SPI modes during probeHugo Villeneuve2024-01-041-1/+4
| * | serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe errorHugo Villeneuve2024-01-041-26/+18
| * | serial: 8250_exar: Set missing rs485_supported flagLino Sanfilippo2024-01-041-2/+3
| * | serial: omap: do not override settings for RS485 supportLino Sanfilippo2024-01-041-13/+14
| * | serial: core, imx: do not set RS485 enabled if it is not supportedLino Sanfilippo2024-01-042-7/+3
| * | serial: core: make sure RS485 cannot be enabled when it is not supportedLino Sanfilippo2024-01-041-1/+1
| * | serial: core: fix sanitizing check for RTS settingsLino Sanfilippo2024-01-041-10/+18
| * | serial: core: set missing supported flag for RX during TX GPIOLino Sanfilippo2024-01-041-0/+2
| * | serial: Do not hold the port lock when setting rx-during-tx GPIOLino Sanfilippo2024-01-043-12/+26
| * | serial: 8250_bcm2835aux: Restore clock error handlingStefan Wahren2024-01-041-0/+2
| * | 8250: microchip: pci1xxxx: Add Burst mode reception support in uart driver fo...Rengarajan S2024-01-041-2/+121
| * | 8250: microchip: pci1xxxx: Add Syslock support for reading UART system registersRengarajan S2024-01-041-0/+63
| * | 8250: microchip: pci1xxxx: Rearranging the structure declarationsRengarajan S2024-01-041-13/+13
| * | serial: 8250_lpss: copy dma_param using devm_kmemdup()Raag Jadav2024-01-041-5/+2
| * | tty: serial: 8250: Set RS232 as default for Moxa PCIe board initializationCrescent CY Hsieh2024-01-041-3/+4
| * | serial: 8250_dw: Do not bailout on UCV read returning zeroVamshi Gajjela2024-01-041-9/+3