summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2024-02-17tty: hvc-iucv: fix function pointer castsArnd Bergmann
2024-02-17tty/vt: Corrected doc of vc_sanitize_unicode(), vc_translate_unicode()Roman Žilka
2024-02-06serial: mxs-auart: fix txJiri Slaby (SUSE)
2024-02-06serial: 8250_pci1xxxx: partially revert off by one patchDan Carpenter
2024-02-06tty: vt: decrypt magic constants in vc_is_control()Jiri Slaby (SUSE)
2024-02-06tty: vt: use ASCII enum constants in vt_console_print()Jiri Slaby (SUSE)
2024-02-06tty: vt: use switch+case in the ESgetpars caseJiri Slaby (SUSE)
2024-02-06tty: vt: use switch+case in the ESnonstd caseJiri Slaby (SUSE)
2024-02-06tty: vt: add new helper for reseting vc parametersJiri Slaby (SUSE)
2024-02-06tty: vt: handle CSI+[ inside preexisting switch-caseJiri Slaby (SUSE)
2024-02-06tty: vt: simplify ansi_control_string()Jiri Slaby (SUSE)
2024-02-06tty: vt: name, reflow and document enum vc_ctl_stateJiri Slaby (SUSE)
2024-02-06tty: vt: move CSI ECMA handling to a separate functionJiri Slaby (SUSE)
2024-02-06tty: vt: move CSI DEC handling to a separate functionJiri Slaby (SUSE)
2024-02-06tty: vt: separate ESesc state handling into handle_esc()Jiri Slaby (SUSE)
2024-02-06tty: vt: extract ascii handling to handle_ascii()Jiri Slaby (SUSE)
2024-02-06tty: vt: accept u8 in do_con_trol() and vc_setGx()Jiri Slaby (SUSE)
2024-02-06tty: vt: put cases on separate linesJiri Slaby (SUSE)
2024-02-06tty: vt: rename setterm_command() to csi_RSB()Jiri Slaby (SUSE)
2024-02-06tty: vt: define an enum for CSI+] codesJiri Slaby (SUSE)
2024-02-06tty: vt: move CSI+n handling along to other ECMA CSIsJiri Slaby (SUSE)
2024-02-06tty: vt: remove unneeded assignment of EPecma to vc_privJiri Slaby (SUSE)
2024-02-06tty: vt: split DEC CSI+h/l handling into csi_DEC_hl()Jiri Slaby (SUSE)
2024-02-06tty: vt: rename set_mode() to csi_hl()Jiri Slaby (SUSE)
2024-02-06tty: vt: define enums for CSI+h/l codesJiri Slaby (SUSE)
2024-02-06tty: vt: make rgb_from_256() slighly more comprehensibleJiri Slaby (SUSE)
2024-02-06serial: core: make serial_base_bus_type constRicardo B. Marliere
2024-02-06serdev: make serdev_bus_type constRicardo B. Marliere
2024-02-06tty: serial: samsung: Remove superfluous braces in macroSam Protsenko
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