aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2024-02-19Merge 6.8-rc5 into tty-nextGravatar Greg Kroah-Hartman 2-2/+5
2024-02-18tty: Don't include tty_buffer.h in tty.hGravatar Ilpo Järvinen 1-0/+1
2024-02-18serial: 8250_of: Drop quirk fot NPCM from 8250_portGravatar Andy Shevchenko 2-26/+42
2024-02-18tty: jsm: Remove redundant assignment to variable linestatusGravatar Colin Ian King 1-1/+0
2024-02-18serial: lpc32xx_hs: remove redundant check and assignment of hsu_rateGravatar Colin Ian King 1-2/+0
2024-02-18serial: 8250_bcm7271: Replace custom unit definitionsGravatar Andy Shevchenko 1-9/+8
2024-02-17serial: 8250_pci1xxxx: Don't use "proxy" headersGravatar Andy Shevchenko 1-6/+14
2024-02-17tty: hvc-iucv: fix function pointer castsGravatar Arnd Bergmann 1-1/+5
2024-02-17tty/vt: Corrected doc of vc_sanitize_unicode(), vc_translate_unicode()Gravatar Roman Žilka 1-4/+12
2024-02-06serial: mxs-auart: fix txGravatar Jiri Slaby (SUSE) 1-1/+4
2024-02-06serial: 8250_pci1xxxx: partially revert off by one patchGravatar Dan Carpenter 1-1/+1
2024-02-06tty: vt: decrypt magic constants in vc_is_control()Gravatar Jiri Slaby (SUSE) 1-3/+7
2024-02-06tty: vt: use ASCII enum constants in vt_console_print()Gravatar Jiri Slaby (SUSE) 1-4/+5
2024-02-06tty: vt: use switch+case in the ESgetpars caseGravatar Jiri Slaby (SUSE) 1-4/+8
2024-02-06tty: vt: use switch+case in the ESnonstd caseGravatar Jiri Slaby (SUSE) 1-6/+8
2024-02-06tty: vt: add new helper for reseting vc parametersGravatar Jiri Slaby (SUSE) 1-6/+9
2024-02-06tty: vt: handle CSI+[ inside preexisting switch-caseGravatar Jiri Slaby (SUSE) 1-4/+3
2024-02-06tty: vt: simplify ansi_control_string()Gravatar Jiri Slaby (SUSE) 1-5/+6
2024-02-06tty: vt: name, reflow and document enum vc_ctl_stateGravatar Jiri Slaby (SUSE) 1-17/+55
2024-02-06tty: vt: move CSI ECMA handling to a separate functionGravatar Jiri Slaby (SUSE) 1-130/+139
2024-02-06tty: vt: move CSI DEC handling to a separate functionGravatar Jiri Slaby (SUSE) 1-31/+44
2024-02-06tty: vt: separate ESesc state handling into handle_esc()Gravatar Jiri Slaby (SUSE) 1-62/+72
2024-02-06tty: vt: extract ascii handling to handle_ascii()Gravatar Jiri Slaby (SUSE) 1-21/+37
2024-02-06tty: vt: accept u8 in do_con_trol() and vc_setGx()Gravatar Jiri Slaby (SUSE) 1-3/+3
2024-02-06tty: vt: put cases on separate linesGravatar Jiri Slaby (SUSE) 1-4/+8
2024-02-06tty: vt: rename setterm_command() to csi_RSB()Gravatar Jiri Slaby (SUSE) 1-4/+10
2024-02-06tty: vt: define an enum for CSI+] codesGravatar Jiri Slaby (SUSE) 1-11/+25
2024-02-06tty: vt: move CSI+n handling along to other ECMA CSIsGravatar Jiri Slaby (SUSE) 1-8/+6
2024-02-06tty: vt: remove unneeded assignment of EPecma to vc_privGravatar Jiri Slaby (SUSE) 1-3/+2
2024-02-06tty: vt: split DEC CSI+h/l handling into csi_DEC_hl()Gravatar Jiri Slaby (SUSE) 1-67/+77
2024-02-06tty: vt: rename set_mode() to csi_hl()Gravatar Jiri Slaby (SUSE) 1-3/+3
2024-02-06tty: vt: define enums for CSI+h/l codesGravatar Jiri Slaby (SUSE) 1-12/+30
2024-02-06tty: vt: make rgb_from_256() slighly more comprehensibleGravatar Jiri Slaby (SUSE) 1-4/+7
2024-02-06serial: core: make serial_base_bus_type constGravatar Ricardo B. Marliere 1-1/+1
2024-02-06serdev: make serdev_bus_type constGravatar Ricardo B. Marliere 1-1/+1
2024-02-06tty: serial: samsung: Remove superfluous braces in macroGravatar Sam Protsenko 1-4/+4
2024-02-06Revert "tty: serial: amba-pl011: Remove QDF2xxx workarounds"Gravatar Konrad Dybcio 1-0/+82
2024-02-04Merge 6.8-rc3 into tty-nextGravatar Greg Kroah-Hartman 3-13/+46
2024-01-27serial: max310x: prevent infinite while() loop in port startupGravatar Hugo Villeneuve 1-2/+18
2024-01-27serial: max310x: fail probe if clock crystal is unstableGravatar Hugo Villeneuve 1-3/+9
2024-01-27serial: max310x: improve crystal stable clock detectionGravatar Hugo Villeneuve 1-5/+16
2024-01-27serial: max310x: set default value when reading clock ready bitGravatar Hugo Villeneuve 1-1/+1
2024-01-27serial: core: Fix atomicity violation in uart_tiocmgetGravatar Gui-Dong Han 1-1/+1
2024-01-27serial: 8250_pci1xxxx: fix off by one in pci1xxxx_process_read_data()Gravatar Dan Carpenter 1-2/+2
2024-01-27tty: serial: uartps: Add rs485 support to uartps driverGravatar Manikanta Guntupalli 1-4/+196
2024-01-27tty: serial: uartps: Relocate cdns_uart_tx_empty to facilitate rs485Gravatar Manikanta Guntupalli 1-17/+19
2024-01-278250: microchip: Add 4 Mbps support in PCI1XXXX UARTGravatar Rengarajan S 2-5/+36
2024-01-278250: microchip: pci1xxxx: Add Burst mode transmission support in uart driver...Gravatar Rengarajan S 1-0/+106
2024-01-27serial: txx9: Add missing #include <asm/txx9/generic.h>Gravatar Geert Uytterhoeven 1-1/+2
2024-01-27tty: serial: amba-pl011: Remove QDF2xxx workaroundsGravatar Konrad Dybcio 1-82/+0