summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2024-02-06tty: vt: define an enum for CSI+] codesJiri Slaby (SUSE)1-11/+25
2024-02-06tty: vt: move CSI+n handling along to other ECMA CSIsJiri Slaby (SUSE)1-8/+6
2024-02-06tty: vt: remove unneeded assignment of EPecma to vc_privJiri Slaby (SUSE)1-3/+2
2024-02-06tty: vt: split DEC CSI+h/l handling into csi_DEC_hl()Jiri Slaby (SUSE)1-67/+77
2024-02-06tty: vt: rename set_mode() to csi_hl()Jiri Slaby (SUSE)1-3/+3
2024-02-06tty: vt: define enums for CSI+h/l codesJiri Slaby (SUSE)1-12/+30
2024-02-06tty: vt: make rgb_from_256() slighly more comprehensibleJiri Slaby (SUSE)1-4/+7
2024-02-06serial: core: make serial_base_bus_type constRicardo B. Marliere1-1/+1
2024-02-06serdev: make serdev_bus_type constRicardo B. Marliere1-1/+1
2024-02-06tty: serial: samsung: Remove superfluous braces in macroSam Protsenko1-4/+4
2024-02-06Revert "tty: serial: amba-pl011: Remove QDF2xxx workarounds"Konrad Dybcio1-0/+82
2024-02-04Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman3-13/+46
2024-01-28serial: max310x: prevent infinite while() loop in port startupHugo Villeneuve1-2/+18
2024-01-28serial: max310x: fail probe if clock crystal is unstableHugo Villeneuve1-3/+9
2024-01-28serial: max310x: improve crystal stable clock detectionHugo Villeneuve1-5/+16
2024-01-28serial: max310x: set default value when reading clock ready bitHugo Villeneuve1-1/+1
2024-01-28serial: core: Fix atomicity violation in uart_tiocmgetGui-Dong Han1-1/+1
2024-01-28serial: 8250_pci1xxxx: fix off by one in pci1xxxx_process_read_data()Dan Carpenter1-2/+2
2024-01-28tty: serial: uartps: Add rs485 support to uartps driverManikanta Guntupalli1-4/+196
2024-01-28tty: serial: uartps: Relocate cdns_uart_tx_empty to facilitate rs485Manikanta Guntupalli1-17/+19
2024-01-288250: microchip: Add 4 Mbps support in PCI1XXXX UARTRengarajan S2-5/+36
2024-01-288250: microchip: pci1xxxx: Add Burst mode transmission support in uart driver...Rengarajan S1-0/+106
2024-01-28serial: txx9: Add missing #include <asm/txx9/generic.h>Geert Uytterhoeven1-1/+2
2024-01-28tty: serial: amba-pl011: Remove QDF2xxx workaroundsKonrad Dybcio1-82/+0
2024-01-28tty: serial: samsung: shrink memory footprint of ``struct s3c24xx_uart_info``Tudor Ambarus1-9/+9
2024-01-28tty: serial: samsung: change has_divslot type to boolTudor Ambarus1-7/+6
2024-01-28tty: serial: samsung: shrink the clock selection to 8 clocksTudor Ambarus1-11/+11
2024-01-28tty: serial: samsung: change return type for s3c24xx_serial_rx_fifocnt()Tudor Ambarus1-2/+2
2024-01-28tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy()Tudor Ambarus1-3/+3
2024-01-28tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo()Tudor Ambarus1-2/+2
2024-01-28tty: serial: samsung: don't compare with zero an if (bitwise expression)Tudor Ambarus1-1/+1
2024-01-28tty: serial: samsung: make max_count unsigned intTudor Ambarus1-1/+1
2024-01-28tty: serial: samsung: drop superfluous commentTudor Ambarus1-2/+0
2024-01-28tty: serial: samsung: move open brace '{' on the next lineTudor Ambarus1-1/+2
2024-01-28tty: serial: samsung: remove braces on single statement blockTudor Ambarus1-2/+1
2024-01-28tty: serial: samsung: use u32 for register interactionsTudor Ambarus1-40/+39
2024-01-28tty: serial: samsung: explicitly include <linux/types.h>Tudor Ambarus1-0/+1
2024-01-28tty: serial: samsung: sort headers alphabeticallyTudor Ambarus1-13/+14
2024-01-28tty: serial: samsung: add gs101 earlycon supportTudor Ambarus1-0/+11
2024-01-28tty: serial: samsung: set UPIO_MEM32 iotype for gs101Tudor Ambarus1-10/+28
2024-01-28tty: serial: samsung: prepare for different IO typesTudor Ambarus1-1/+8
2024-01-28tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMTTudor Ambarus1-3/+2
2024-01-28serial: max310x: fix indentationHugo Villeneuve1-1/+2
2024-01-28serial: max310x: reformat and improve commentsHugo Villeneuve1-15/+25
2024-01-28serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)Hugo Villeneuve1-4/+4
2024-01-28serial: max310x: use common power function for all variantsHugo Villeneuve1-25/+19
2024-01-28serial: max310x: use common detect function for all variantsHugo Villeneuve1-80/+54
2024-01-28serial: max310x: replace hardcoded masks with preferred GENMASK()Hugo Villeneuve1-7/+7
2024-01-28serial: max310x: use dev_err_probe() instead of dev_err()Hugo Villeneuve1-6/+4
2024-01-28serial: max310x: add explicit return for some switch default casesHugo Villeneuve1-9/+3