summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2024-02-19tty: hvc: Don't enable the RISC-V SBI console by defaultPalmer Dabbelt-3/+5
2024-02-19serial: pmac_zilog: Convert to platform remove callback returning voidUwe Kleine-König-7/+2
2024-02-19tty: goldfish: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2024-02-19tty: amiserial: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-02-19Merge 6.8-rc5 into tty-nextGreg Kroah-Hartman-2/+5
2024-02-18tty: Don't include tty_buffer.h in tty.hIlpo Järvinen-0/+1
2024-02-18serial: 8250_of: Drop quirk fot NPCM from 8250_portAndy Shevchenko-26/+42
2024-02-18tty: jsm: Remove redundant assignment to variable linestatusColin Ian King-1/+0
2024-02-18serial: lpc32xx_hs: remove redundant check and assignment of hsu_rateColin Ian King-2/+0
2024-02-18serial: 8250_bcm7271: Replace custom unit definitionsAndy Shevchenko-9/+8
2024-02-17serial: 8250_pci1xxxx: Don't use "proxy" headersAndy Shevchenko-6/+14
2024-02-17tty: hvc-iucv: fix function pointer castsArnd Bergmann-1/+5
2024-02-17tty/vt: Corrected doc of vc_sanitize_unicode(), vc_translate_unicode()Roman Žilka-4/+12
2024-02-06serial: mxs-auart: fix txJiri Slaby (SUSE)-1/+4
2024-02-06serial: 8250_pci1xxxx: partially revert off by one patchDan Carpenter-1/+1
2024-02-06tty: vt: decrypt magic constants in vc_is_control()Jiri Slaby (SUSE)-3/+7
2024-02-06tty: vt: use ASCII enum constants in vt_console_print()Jiri Slaby (SUSE)-4/+5
2024-02-06tty: vt: use switch+case in the ESgetpars caseJiri Slaby (SUSE)-4/+8
2024-02-06tty: vt: use switch+case in the ESnonstd caseJiri Slaby (SUSE)-6/+8
2024-02-06tty: vt: add new helper for reseting vc parametersJiri Slaby (SUSE)-6/+9
2024-02-06tty: vt: handle CSI+[ inside preexisting switch-caseJiri Slaby (SUSE)-4/+3
2024-02-06tty: vt: simplify ansi_control_string()Jiri Slaby (SUSE)-5/+6
2024-02-06tty: vt: name, reflow and document enum vc_ctl_stateJiri Slaby (SUSE)-17/+55
2024-02-06tty: vt: move CSI ECMA handling to a separate functionJiri Slaby (SUSE)-130/+139
2024-02-06tty: vt: move CSI DEC handling to a separate functionJiri Slaby (SUSE)-31/+44
2024-02-06tty: vt: separate ESesc state handling into handle_esc()Jiri Slaby (SUSE)-62/+72
2024-02-06tty: vt: extract ascii handling to handle_ascii()Jiri Slaby (SUSE)-21/+37
2024-02-06tty: vt: accept u8 in do_con_trol() and vc_setGx()Jiri Slaby (SUSE)-3/+3
2024-02-06tty: vt: put cases on separate linesJiri Slaby (SUSE)-4/+8
2024-02-06tty: vt: rename setterm_command() to csi_RSB()Jiri Slaby (SUSE)-4/+10
2024-02-06tty: vt: define an enum for CSI+] codesJiri Slaby (SUSE)-11/+25
2024-02-06tty: vt: move CSI+n handling along to other ECMA CSIsJiri Slaby (SUSE)-8/+6
2024-02-06tty: vt: remove unneeded assignment of EPecma to vc_privJiri Slaby (SUSE)-3/+2
2024-02-06tty: vt: split DEC CSI+h/l handling into csi_DEC_hl()Jiri Slaby (SUSE)-67/+77
2024-02-06tty: vt: rename set_mode() to csi_hl()Jiri Slaby (SUSE)-3/+3
2024-02-06tty: vt: define enums for CSI+h/l codesJiri Slaby (SUSE)-12/+30
2024-02-06tty: vt: make rgb_from_256() slighly more comprehensibleJiri Slaby (SUSE)-4/+7
2024-02-06serial: core: make serial_base_bus_type constRicardo B. Marliere-1/+1
2024-02-06serdev: make serdev_bus_type constRicardo B. Marliere-1/+1
2024-02-06tty: serial: samsung: Remove superfluous braces in macroSam Protsenko-4/+4
2024-02-06Revert "tty: serial: amba-pl011: Remove QDF2xxx workarounds"Konrad Dybcio-0/+82
2024-02-04Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman-13/+46
2024-01-27serial: max310x: prevent infinite while() loop in port startupHugo Villeneuve-2/+18
2024-01-27serial: max310x: fail probe if clock crystal is unstableHugo Villeneuve-3/+9
2024-01-27serial: max310x: improve crystal stable clock detectionHugo Villeneuve-5/+16
2024-01-27serial: max310x: set default value when reading clock ready bitHugo Villeneuve-1/+1
2024-01-27serial: core: Fix atomicity violation in uart_tiocmgetGui-Dong Han-1/+1
2024-01-27serial: 8250_pci1xxxx: fix off by one in pci1xxxx_process_read_data()Dan Carpenter-2/+2
2024-01-27tty: serial: uartps: Add rs485 support to uartps driverManikanta Guntupalli-4/+196
2024-01-27tty: serial: uartps: Relocate cdns_uart_tx_empty to facilitate rs485Manikanta Guntupalli-17/+19