summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* 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-204-12/+56
|\
| * tty: Add SBI debug console support to HVC SBI driverAtish Patra2024-01-102-8/+31
| * tty/serial: Add RISC-V SBI debug console based earlyconAnup Patel2024-01-102-4/+25
* | Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-181-0/+3
|\ \
| * | usb: cdc-acm: return correct error code on unsupported breakOliver Neukum2023-12-151-0/+3
* | | Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-18109-1129/+1244
|\ \ \
| * | | 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
| * | | serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clockChristoph Niedermaier2024-01-041-11/+12
| * | | serial: apbuart: fix console prompt on qemuSam Ravnborg2024-01-041-1/+1
| * | | tty: serial: kgdboc: Fix 8250_* kgdb over serialMichael Trimarchi2024-01-041-1/+2
| * | | serial: imx: Correct clock error message in function probe()Christoph Niedermaier2024-01-041-1/+1
| * | | tty/serial: altera_uart: use more informative labels in /proc/interruptsAntony Pavlov2024-01-041-1/+1
| * | | tty: serial: Add RS422 flag to struct serial_rs485Crescent CY Hsieh2024-01-041-0/+6