summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2025-04-25serial: use uart_port_ref_lock() helperJiri Slaby (SUSE)
2025-04-25serial: rename local uart_port_lock() -> uart_port_ref_lock()Jiri Slaby (SUSE)
2025-04-25serial: switch uart_port::iotype to enum uart_iotypeJiri Slaby (SUSE)
2025-04-25tty: use lock guard()s in tty_ioJiri Slaby (SUSE)
2025-04-25tty: simplify throttling using guard()sJiri Slaby (SUSE)
2025-04-25tty: Remove unused API tty_port_register_device_serdev()Zijun Hu
2025-04-25mxser: Use non-hybrid PCI devres APIPhilipp Stanner
2025-04-15serial: sifive: lock port in startup()/shutdown() callbacksRyo Takakura
2025-04-15serial: 8250_of: manage bus clock in suspend/resumeAlex Elder
2025-04-15serial: sifive: Switch to nbcon consoleRyo Takakura
2025-04-15vt: fix comment vs definition mismatchNicolas Pitre
2025-04-11tty: Require CAP_SYS_ADMIN for all usages of TIOCL_SELMOUSEREPORTGünther Noack
2025-04-11serial: msm: Configure correct working mode before starting earlyconStephan Gerhold
2025-04-11serial: sh-sci: Introduced sci_of_dataThierry Bultel
2025-04-11serial: sh-sci: Introduced function pointersThierry Bultel
2025-04-11serial: sh-sci: Fix a comment about SCIFAThierry Bultel
2025-04-11vt: remove zero-white-space handling from conv_uni_to_pc()Nicolas Pitre
2025-04-11vt: pad double-width code points with a zero-white-spaceNicolas Pitre
2025-04-11vt: update ucs_width.c following latest gen_ucs_width.pyNicolas Pitre
2025-04-11vt: update gen_ucs_width.py to produce more space efficient tablesNicolas Pitre
2025-04-11vt: support Unicode recompositionNicolas Pitre
2025-04-11vt: create ucs_recompose.c using gen_ucs_recompose.pyNicolas Pitre
2025-04-11vt: introduce gen_ucs_recompose.py to create ucs_recompose.cNicolas Pitre
2025-04-11vt: update ucs_width.c using gen_ucs_width.pyNicolas Pitre
2025-04-11vt: introduce gen_ucs_width.py to create ucs_width.cNicolas Pitre
2025-04-11vt: properly support zero-width Unicode code pointsNicolas Pitre
2025-04-11vt: move unicode processing to a separate fileNicolas Pitre
2025-04-11vt: minor cleanup to vc_translate_unicode()Nicolas Pitre
2025-04-11serial: Fix potential null-ptr-deref in mlb_usio_probe()Henry Martin
2025-04-11serial: 8250_of: add support for an optional bus clockAlex Elder
2025-04-11serial: sc16is7xx: use new GPIO line value setter callbacksBartosz Golaszewski
2025-04-11serial: max310x: use new GPIO line value setter callbacksBartosz Golaszewski
2025-04-11serial: tegra-utc: Remove unneeded semicolonChen Ni
2025-04-11serial: qcom-geni: Remove alias dependency from qcom serial driverViken Dadhaniya
2025-04-11tty: serial: uartlite: register uart driver in initJakub Lewalski
2025-04-11serial: lantiq: Remove unnecessary print function dev_err()Chen Ni
2025-04-11serial: 8250_ni: Tidy up ACPI ID tableAndy Shevchenko
2025-04-11serial: 8250_ni: Switch to use dev_err_probe()Andy Shevchenko
2025-04-11serial: 8250_ni: use serial_port_in()/serial_port_out() helpersAndy Shevchenko
2025-04-11serial: 8250_ni: Remove unneeded conditionalsAndy Shevchenko
2025-04-11serial: 8250_ni: Switch to use platform_get_mem_or_io()Andy Shevchenko
2025-04-11serial: 8250_ni: Remove duplicate mappingAndy Shevchenko
2025-04-11serial: 8250_ni: Switch to use uart_read_port_properties()Andy Shevchenko
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-02Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-03-27Merge tag 'printk-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-27Merge branch 'for-6.15-console-suspend-api-cleanup' into for-linusPetr Mladek
2025-03-24tty: serial: fsl_lpuart: Fix unused variable 'sport' build warningSherry Sun
2025-03-20serial: stm32: do not deassert RS485 RTS GPIO prematurelyCheick Traore