summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2025-04-26Revert "vt: introduce gen_ucs_recompose.py to create ucs_recompose.c"Greg Kroah-Hartman-321/+0
2025-04-26Revert "vt: create ucs_recompose.c using gen_ucs_recompose.py"Greg Kroah-Hartman-171/+1
2025-04-26Revert "vt: support Unicode recomposition"Greg Kroah-Hartman-9/+2
2025-04-26Revert "vt: update gen_ucs_width.py to produce more space efficient tables"Greg Kroah-Hartman-113/+41
2025-04-26Revert "vt: update ucs_width.c following latest gen_ucs_width.py"Greg Kroah-Hartman-470/+432
2025-04-26Revert "vt: pad double-width code points with a zero-white-space"Greg Kroah-Hartman-8/+3
2025-04-26Revert "vt: remove zero-white-space handling from conv_uni_to_pc()"Greg Kroah-Hartman-3/+3
2025-04-26Revert "vt: fix comment vs definition mismatch"Greg Kroah-Hartman-8/+10
2025-04-25tty/vt: Gather the code that outputs char with utf8 in mindAlexey Gladkov-21/+14
2025-04-25tty/vt: Use KVAL instead of use bit operationAlexey Gladkov-1/+1
2025-04-25serial: 8250: unexport serial8250_rpm_*() functionsJiri Slaby (SUSE)-14/+4
2025-04-25serial: use uart_port_ref_lock() helperJiri Slaby (SUSE)-8/+6
2025-04-25serial: rename local uart_port_lock() -> uart_port_ref_lock()Jiri Slaby (SUSE)-37/+38
2025-04-25serial: switch uart_port::iotype to enum uart_iotypeJiri Slaby (SUSE)-7/+22
2025-04-25tty: use lock guard()s in tty_ioJiri Slaby (SUSE)-56/+40
2025-04-25tty: simplify throttling using guard()sJiri Slaby (SUSE)-27/+23
2025-04-25tty: Remove unused API tty_port_register_device_serdev()Zijun Hu-20/+0
2025-04-25mxser: Use non-hybrid PCI devres APIPhilipp Stanner-2/+2
2025-04-15serial: sifive: lock port in startup()/shutdown() callbacksRyo Takakura-0/+6
2025-04-15serial: 8250_of: manage bus clock in suspend/resumeAlex Elder-0/+4
2025-04-15serial: sifive: Switch to nbcon consoleRyo Takakura-13/+75
2025-04-15vt: fix comment vs definition mismatchNicolas Pitre-10/+8
2025-04-11tty: Require CAP_SYS_ADMIN for all usages of TIOCL_SELMOUSEREPORTGünther Noack-3/+2
2025-04-11serial: msm: Configure correct working mode before starting earlyconStephan Gerhold-0/+6
2025-04-11serial: sh-sci: Introduced sci_of_dataThierry Bultel-43/+131
2025-04-11serial: sh-sci: Introduced function pointersThierry Bultel-238/+407
2025-04-11serial: sh-sci: Fix a comment about SCIFAThierry Bultel-1/+1
2025-04-11vt: remove zero-white-space handling from conv_uni_to_pc()Nicolas Pitre-3/+3
2025-04-11vt: pad double-width code points with a zero-white-spaceNicolas Pitre-3/+8
2025-04-11vt: update ucs_width.c following latest gen_ucs_width.pyNicolas Pitre-432/+470
2025-04-11vt: update gen_ucs_width.py to produce more space efficient tablesNicolas Pitre-41/+113
2025-04-11vt: support Unicode recompositionNicolas Pitre-2/+9
2025-04-11vt: create ucs_recompose.c using gen_ucs_recompose.pyNicolas Pitre-1/+171
2025-04-11vt: introduce gen_ucs_recompose.py to create ucs_recompose.cNicolas Pitre-0/+321
2025-04-11vt: update ucs_width.c using gen_ucs_width.pyNicolas Pitre-21/+474
2025-04-11vt: introduce gen_ucs_width.py to create ucs_width.cNicolas Pitre-0/+264
2025-04-11vt: properly support zero-width Unicode code pointsNicolas Pitre-2/+44
2025-04-11vt: move unicode processing to a separate fileNicolas Pitre-40/+48
2025-04-11vt: minor cleanup to vc_translate_unicode()Nicolas Pitre-5/+8
2025-04-11serial: Fix potential null-ptr-deref in mlb_usio_probe()Henry Martin-1/+4
2025-04-11serial: 8250_of: add support for an optional bus clockAlex Elder-1/+10
2025-04-11serial: sc16is7xx: use new GPIO line value setter callbacksBartosz Golaszewski-2/+5
2025-04-11serial: max310x: use new GPIO line value setter callbacksBartosz Golaszewski-2/+5
2025-04-11serial: tegra-utc: Remove unneeded semicolonChen Ni-1/+1
2025-04-11serial: qcom-geni: Remove alias dependency from qcom serial driverViken Dadhaniya-3/+22
2025-04-11tty: serial: uartlite: register uart driver in initJakub Lewalski-13/+12
2025-04-11serial: lantiq: Remove unnecessary print function dev_err()Chen Ni-3/+1
2025-04-11serial: 8250_ni: Tidy up ACPI ID tableAndy Shevchenko-7/+10
2025-04-11serial: 8250_ni: Switch to use dev_err_probe()Andy Shevchenko-9/+3
2025-04-11serial: 8250_ni: use serial_port_in()/serial_port_out() helpersAndy Shevchenko-4/+4