summaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * serial: 8250_exar: Don't use "proxy" headersAndy Shevchenko2024-03-021-5/+9
| * serial: 8250_exar: Use 8250 PCI library to map and assign resourcesAndy Shevchenko2024-03-022-5/+7
| * serial: 8250_exar: switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko2024-03-021-4/+5
| * serial: 8250_exar: Use generic function to set firmware nodeAndy Shevchenko2024-03-021-2/+2
| * serial: 8250_exar: Clear interrupts before registering handlerAndy Shevchenko2024-03-021-3/+3
| * serial: 8250_exar: Use dev_get_drvdata() directly in PM callbacksAndy Shevchenko2024-03-021-2/+1
| * serial: 8250_exar: Don't remove GPIO device on suspendAndy Shevchenko2024-03-021-4/+1
| * Merge 6.8-rc6 into tty-nextGreg Kroah-Hartman2024-02-273-34/+38
| |\
| * | serial: pmac_zilog: Convert to platform remove callback returning voidUwe Kleine-König2024-02-191-7/+2
| * | tty: goldfish: Convert to platform remove callback returning voidUwe Kleine-König2024-02-191-3/+2
| * | tty: amiserial: Convert to platform remove callback returning voidUwe Kleine-König2024-02-191-4/+2
| * | Merge 6.8-rc5 into tty-nextGreg Kroah-Hartman2024-02-192-2/+5
| |\ \
| * | | tty: Don't include tty_buffer.h in tty.hIlpo Järvinen2024-02-181-0/+1
| * | | serial: 8250_of: Drop quirk fot NPCM from 8250_portAndy Shevchenko2024-02-182-26/+42
| * | | tty: jsm: Remove redundant assignment to variable linestatusColin Ian King2024-02-181-1/+0
| * | | serial: lpc32xx_hs: remove redundant check and assignment of hsu_rateColin Ian King2024-02-181-2/+0
| * | | serial: 8250_bcm7271: Replace custom unit definitionsAndy Shevchenko2024-02-181-9/+8
| * | | serial: 8250_pci1xxxx: Don't use "proxy" headersAndy Shevchenko2024-02-171-6/+14
| * | | tty: hvc-iucv: fix function pointer castsArnd Bergmann2024-02-171-1/+5
| * | | tty/vt: Corrected doc of vc_sanitize_unicode(), vc_translate_unicode()Roman Žilka2024-02-171-4/+12
| * | | tty: vt: decrypt magic constants in vc_is_control()Jiri Slaby (SUSE)2024-02-061-3/+7
| * | | tty: vt: use ASCII enum constants in vt_console_print()Jiri Slaby (SUSE)2024-02-061-4/+5
| * | | tty: vt: use switch+case in the ESgetpars caseJiri Slaby (SUSE)2024-02-061-4/+8
| * | | tty: vt: use switch+case in the ESnonstd caseJiri Slaby (SUSE)2024-02-061-6/+8
| * | | tty: vt: add new helper for reseting vc parametersJiri Slaby (SUSE)2024-02-061-6/+9
| * | | tty: vt: handle CSI+[ inside preexisting switch-caseJiri Slaby (SUSE)2024-02-061-4/+3
| * | | tty: vt: simplify ansi_control_string()Jiri Slaby (SUSE)2024-02-061-5/+6
| * | | tty: vt: name, reflow and document enum vc_ctl_stateJiri Slaby (SUSE)2024-02-061-17/+55
| * | | tty: vt: move CSI ECMA handling to a separate functionJiri Slaby (SUSE)2024-02-061-130/+139
| * | | tty: vt: move CSI DEC handling to a separate functionJiri Slaby (SUSE)2024-02-061-31/+44
| * | | tty: vt: separate ESesc state handling into handle_esc()Jiri Slaby (SUSE)2024-02-061-62/+72
| * | | tty: vt: extract ascii handling to handle_ascii()Jiri Slaby (SUSE)2024-02-061-21/+37
| * | | tty: vt: accept u8 in do_con_trol() and vc_setGx()Jiri Slaby (SUSE)2024-02-061-3/+3
| * | | tty: vt: put cases on separate linesJiri Slaby (SUSE)2024-02-061-4/+8
| * | | tty: vt: rename setterm_command() to csi_RSB()Jiri Slaby (SUSE)2024-02-061-4/+10
| * | | tty: vt: define an enum for CSI+] codesJiri Slaby (SUSE)2024-02-061-11/+25
| * | | tty: vt: move CSI+n handling along to other ECMA CSIsJiri Slaby (SUSE)2024-02-061-8/+6
| * | | tty: vt: remove unneeded assignment of EPecma to vc_privJiri Slaby (SUSE)2024-02-061-3/+2
| * | | tty: vt: split DEC CSI+h/l handling into csi_DEC_hl()Jiri Slaby (SUSE)2024-02-061-67/+77
| * | | tty: vt: rename set_mode() to csi_hl()Jiri Slaby (SUSE)2024-02-061-3/+3
| * | | tty: vt: define enums for CSI+h/l codesJiri Slaby (SUSE)2024-02-061-12/+30
| * | | tty: vt: make rgb_from_256() slighly more comprehensibleJiri Slaby (SUSE)2024-02-061-4/+7
| * | | serial: core: make serial_base_bus_type constRicardo B. Marliere2024-02-061-1/+1
| * | | serdev: make serdev_bus_type constRicardo B. Marliere2024-02-061-1/+1
| * | | tty: serial: samsung: Remove superfluous braces in macroSam Protsenko2024-02-061-4/+4
| * | | Revert "tty: serial: amba-pl011: Remove QDF2xxx workarounds"Konrad Dybcio2024-02-061-0/+82
| * | | Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman2024-02-043-13/+46
| |\ \ \
| * | | | tty: serial: uartps: Add rs485 support to uartps driverManikanta Guntupalli2024-01-281-4/+196
| * | | | tty: serial: uartps: Relocate cdns_uart_tx_empty to facilitate rs485Manikanta Guntupalli2024-01-281-17/+19
| * | | | 8250: microchip: Add 4 Mbps support in PCI1XXXX UARTRengarajan S2024-01-282-5/+36