summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2024-02-06Revert "tty: serial: amba-pl011: Remove QDF2xxx workarounds"Konrad Dybcio
2024-02-04Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman
2024-01-27serial: max310x: prevent infinite while() loop in port startupHugo Villeneuve
2024-01-27serial: max310x: fail probe if clock crystal is unstableHugo Villeneuve
2024-01-27serial: max310x: improve crystal stable clock detectionHugo Villeneuve
2024-01-27serial: max310x: set default value when reading clock ready bitHugo Villeneuve
2024-01-27serial: core: Fix atomicity violation in uart_tiocmgetGui-Dong Han
2024-01-27serial: 8250_pci1xxxx: fix off by one in pci1xxxx_process_read_data()Dan Carpenter
2024-01-27tty: serial: uartps: Add rs485 support to uartps driverManikanta Guntupalli
2024-01-27tty: serial: uartps: Relocate cdns_uart_tx_empty to facilitate rs485Manikanta Guntupalli
2024-01-278250: microchip: Add 4 Mbps support in PCI1XXXX UARTRengarajan S
2024-01-278250: microchip: pci1xxxx: Add Burst mode transmission support in uart driver...Rengarajan S
2024-01-27serial: txx9: Add missing #include <asm/txx9/generic.h>Geert Uytterhoeven
2024-01-27tty: serial: amba-pl011: Remove QDF2xxx workaroundsKonrad Dybcio
2024-01-27tty: serial: samsung: shrink memory footprint of ``struct s3c24xx_uart_info``Tudor Ambarus
2024-01-27tty: serial: samsung: change has_divslot type to boolTudor Ambarus
2024-01-27tty: serial: samsung: shrink the clock selection to 8 clocksTudor Ambarus
2024-01-27tty: serial: samsung: change return type for s3c24xx_serial_rx_fifocnt()Tudor Ambarus
2024-01-27tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy()Tudor Ambarus
2024-01-27tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo()Tudor Ambarus
2024-01-27tty: serial: samsung: don't compare with zero an if (bitwise expression)Tudor Ambarus
2024-01-27tty: serial: samsung: make max_count unsigned intTudor Ambarus
2024-01-27tty: serial: samsung: drop superfluous commentTudor Ambarus
2024-01-27tty: serial: samsung: move open brace '{' on the next lineTudor Ambarus
2024-01-27tty: serial: samsung: remove braces on single statement blockTudor Ambarus
2024-01-27tty: serial: samsung: use u32 for register interactionsTudor Ambarus
2024-01-27tty: serial: samsung: explicitly include <linux/types.h>Tudor Ambarus
2024-01-27tty: serial: samsung: sort headers alphabeticallyTudor Ambarus
2024-01-27tty: serial: samsung: add gs101 earlycon supportTudor Ambarus
2024-01-27tty: serial: samsung: set UPIO_MEM32 iotype for gs101Tudor Ambarus
2024-01-27tty: serial: samsung: prepare for different IO typesTudor Ambarus
2024-01-27tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMTTudor Ambarus
2024-01-27serial: max310x: fix indentationHugo Villeneuve
2024-01-27serial: max310x: reformat and improve commentsHugo Villeneuve
2024-01-27serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)Hugo Villeneuve
2024-01-27serial: max310x: use common power function for all variantsHugo Villeneuve
2024-01-27serial: max310x: use common detect function for all variantsHugo Villeneuve
2024-01-27serial: max310x: replace hardcoded masks with preferred GENMASK()Hugo Villeneuve
2024-01-27serial: max310x: use dev_err_probe() instead of dev_err()Hugo Villeneuve
2024-01-27serial: max310x: add explicit return for some switch default casesHugo Villeneuve
2024-01-27serial: max310x: simplify probe() and remove() error handlingHugo Villeneuve
2024-01-27serial: max310x: use separate regmap name for each portHugo Villeneuve
2024-01-27serial: max310x: add macro for max number of portsHugo Villeneuve
2024-01-27serial: max310x: remove holes in struct max310x_devtypeHugo Villeneuve
2024-01-27serial: max310x: fix syntax error in IRQ error messageHugo Villeneuve
2024-01-27serial: max310x: use spi_get_device_match_data()Hugo Villeneuve
2024-01-27serial: max310x: use i2c_get_match_data()Hugo Villeneuve
2024-01-27serial: max310x: add I2C device table for instantiation from userspaceHugo Villeneuve
2024-01-27serial: max310x: fix NULL pointer dereference in I2C instantiationHugo Villeneuve
2024-01-27serial: stm32: get FIFO size from hwcfg registerValentin Caron