summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2023-10-21hvc/xen: fix error path in xen_hvc_init() to always register frontend driverDavid Woodhouse
2023-10-21hvc/xen: fix event channel handling for secondary consolesDavid Woodhouse
2023-10-21tty: serial: 8250: Add support for MOXA Mini PCIe boardsCrescent CY Hsieh
2023-10-21tty: serial: 8250: Relocate macros within 8250_pci.cCrescent CY Hsieh
2023-10-21tty: serial: 8250: Cleanup MOXA configurationsCrescent CY Hsieh
2023-10-21tty: serial: 8250: Modify MOXA enum name within 8250_pci.cCrescent CY Hsieh
2023-10-21tty: serial: samsung_tty: remove dead codeAndré Draszik
2023-10-21tty: whitespaces in descriptions corrected by replacing tabs with spacesFlorian Eckert
2023-10-21serial/esp32_uart: use prescaler when availableMax Filippov
2023-10-19serial: 8250: remove AR7 supportWolfram Sang
2023-10-18tty: convert to new timestamp accessorsJeff Layton
2023-10-17tty: serial: meson: fix hard LOCKUP on crtscts modePavel Krasavin
2023-10-16drivers/tty/serial: add ESP32S3 ACM gadget driverMax Filippov
2023-10-16drivers/tty/serial: add driver for the ESP32 UARTMax Filippov
2023-10-16serial: core: tidy invalid baudrate handling in uart_get_baud_rateMax Filippov
2023-10-16serial: xilinx_uartps: unset STOPBRK when setting STARTBRKJulien Malik
2023-10-16serial: max310x: remove trailing whitespacesHugo Villeneuve
2023-10-16Merge 6.6-rc6 into tty-nextGreg Kroah-Hartman
2023-10-11tty: Remove now superfluous sentinel element from ctl_table arrayJoel Granados
2023-10-10docs: move powerpc under archCosta Shulyupin
2023-10-10tty/sysrq: replace smp_processor_id() with get_cpu()Muhammad Usama Anjum
2023-10-10tty: serial: meson: Add a earlycon for the S4 SoCLucas Tanure
2023-10-07serial: core: Fix checks for tx runtime PM stateTony Lindgren
2023-10-07serial: initialize retinfo in uart_get_info()Alexey Dobriyan
2023-10-07serial: 8250_bcm7271: Use devm_clk_get_optional_enabled()Andy Shevchenko
2023-10-07tty: vc_screen: make vc_class constantGreg Kroah-Hartman
2023-10-07tty: vt: make vtconsole_class constantGreg Kroah-Hartman
2023-10-05tty: Restrict access to TIOCLINUX' copy-and-paste subcommandsHanno Böck
2023-10-05serial: core: Simplify uart_get_rs485_mode()Andy Shevchenko
2023-10-05serial: 8250_omap: Drop pm_runtime_irq_safe()Tony Lindgren
2023-10-05serial: 8250: Check for valid console indexTony Lindgren
2023-10-03serial: 8250_omap: Fix errors with no_console_suspendTony Lindgren
2023-10-03serial: Reduce spinlocked portion of uart_rs485_config()Lukas Wunner
2023-10-03serial: sc16is7xx: use device_property APIs when configuring irda modeHugo Villeneuve
2023-10-03serial: amba-pl011: Do not complain when DMA is absentFabio Estevam
2023-10-03serial: imx: Put DMA enabled UART in separate lock subclassSascha Hauer
2023-10-03serial: 8250_pci1xxxx: Annotate struct pci1xxxx_8250 with __counted_byKees Cook
2023-10-03serial: exar: Add RS-485 support for Sealevel XR17V35X based cardsMatthew Howell
2023-10-03serial: exar: Revert "serial: exar: Add support for Sealevel 7xxxC serial cards"Matthew Howell
2023-10-03vt: Replace strlcpy with strscpyAzeem Shaikh
2023-10-03mxser: Annotate struct mxser_board with __counted_byKees Cook
2023-10-03serial: 8250_dw: Use devm_clk_get_optional_enabled()Andy Shevchenko
2023-10-03serial: 8250_of: Use devm_clk_get_enabled()Andy Shevchenko
2023-10-03serial: 8250_aspeed_vuart: Use devm_clk_get_enabled()Andy Shevchenko
2023-10-03tty: use 'if' in send_break() instead of 'goto'Jiri Slaby (SUSE)
2023-10-03tty: don't check for signal_pending() in send_break()Jiri Slaby (SUSE)
2023-10-03tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAKJiri Slaby (SUSE)
2023-10-03tty: convert THROTTLE constants into enumJiri Slaby (SUSE)
2023-10-03tty: tty_buffer: use bool for 'restart' in tty_buffer_unlock_exclusive()Jiri Slaby (SUSE)
2023-10-03tty: stop using ndash in kernel-docJiri Slaby (SUSE)