summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2024-03-02serial: 8250_exar: Use 8250 PCI library to map and assign resourcesAndy Shevchenko
2024-03-02serial: 8250_exar: switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko
2024-03-02serial: 8250_exar: Use generic function to set firmware nodeAndy Shevchenko
2024-03-02serial: 8250_exar: Clear interrupts before registering handlerAndy Shevchenko
2024-03-02serial: 8250_exar: Use dev_get_drvdata() directly in PM callbacksAndy Shevchenko
2024-03-02serial: 8250_exar: Don't remove GPIO device on suspendAndy Shevchenko
2024-02-27Merge 6.8-rc6 into tty-nextGreg Kroah-Hartman
2024-02-23tty: mips_ejtag_fdc: Fix passing incompatible pointer type warningSerge Semin
2024-02-19serial: amba-pl011: Fix DMA transmission in RS485 modeLino Sanfilippo
2024-02-19serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabledLino Sanfilippo
2024-02-19tty: hvc: Don't enable the RISC-V SBI console by defaultPalmer Dabbelt
2024-02-19serial: pmac_zilog: Convert to platform remove callback returning voidUwe Kleine-König
2024-02-19tty: goldfish: Convert to platform remove callback returning voidUwe Kleine-König
2024-02-19tty: amiserial: Convert to platform remove callback returning voidUwe Kleine-König
2024-02-19Merge 6.8-rc5 into tty-nextGreg Kroah-Hartman
2024-02-18tty: Don't include tty_buffer.h in tty.hIlpo Järvinen
2024-02-18serial: 8250_of: Drop quirk fot NPCM from 8250_portAndy Shevchenko
2024-02-18tty: jsm: Remove redundant assignment to variable linestatusColin Ian King
2024-02-18serial: lpc32xx_hs: remove redundant check and assignment of hsu_rateColin Ian King
2024-02-18serial: 8250_bcm7271: Replace custom unit definitionsAndy Shevchenko
2024-02-17serial: 8250_pci1xxxx: Don't use "proxy" headersAndy Shevchenko
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