public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-11 07:02:41 to 2025-11-26 13:17:46 UTC [more...]

[PATCH v4 0/2] serial: add KEBA UART driver
 2025-11-26 13:17 UTC  (5+ messages)
` [PATCH v4 1/2] serial: Keep rs485 settings for devices without firmware node
` [PATCH v4 2/2] serial: 8250: add driver for KEBA UART

[PATCH v2 0/4] printk cleanup - part 2
 2025-11-26 13:12 UTC  (6+ messages)
` [PATCH v2 1/4] drivers: serial: kgdboc: Drop checks for CON_ENABLED and CON_BOOT
` [PATCH v2 2/4] arch: um: kmsg_dump: Use console_is_usable
` [PATCH v2 3/4] printk: Use console_is_usable on console_unblank
` [PATCH v2 4/4] printk: Make console_{suspend,resume} handle CON_SUSPENDED

[PATCH v1 0/4] Enable Serial on SA8255p Qualcomm platforms
 2025-11-26 13:06 UTC  (11+ messages)
` [PATCH v1 2/4] pinctrl: qcom: msm: Fix potential deadlock in pinmux configuration
` [PATCH v1 3/4] serial: qcom-geni: Enable PM runtime for serial driver
` [PATCH v1 4/4] serial: qcom-geni: Enable Serial on SA8255p Qualcomm platforms
` (subset) [PATCH v1 0/4] "

[PATCH] serial: sprd: Return -EPROBE_DEFER when uart clock is not ready
 2025-11-26 12:57 UTC  (2+ messages)

[PATCH] serial: 8250-of: Fix style issues in 8250_of.c
 2025-11-26 12:53 UTC  (2+ messages)

[PATCH v3] tty: tty_port: add workqueue to flip tty buffer
 2025-11-26 12:10 UTC  (6+ messages)

[PATCH] serial: tegra: remove Kconfig dependency on APB DMA controller
 2025-11-26 12:08 UTC  (3+ messages)

[PATCH] tty: serial: Replace deprecated PCI API
 2025-11-26  9:10 UTC 

[PATCH v4 00/16] Add RZ/G3E RSCI support
 2025-11-26  8:29 UTC  (19+ messages)
` [PATCH v4 01/16] dt-bindings: serial: renesas,rsci: Document RZ/G3E support
` [PATCH v4 02/16] serial: sh-sci: Add sci_is_fifo_type()
` [PATCH v4 03/16] serial: rsci: Drop rsci_clear_SCxSR()
` [PATCH v4 04/16] serial: sh-sci: Drop extra lines
` [PATCH v4 05/16] serial: rsci: Drop unused macro DCR
` [PATCH v4 06/16] serial: rsci: Drop unused TDR register
` [PATCH v4 07/16] serial: sh-sci: Use devm_reset_control_array_get_exclusive()
` [PATCH v4 08/16] serial: sh-sci: Update rx_trigger size for RZ/T2H RSCI
` [PATCH v4 09/16] serial: sh-sci: Add sci_is_rsci_type()
` [PATCH v4 10/16] serial: sh-sci: Rename port SCI_PORT_RSCI->RSCI_PORT_SCIF16
` [PATCH v4 11/16] serial: sh-sci: Add RSCI_PORT_SCIF32 port ID
` [PATCH v4 12/16] serial: sh-sci: Add support for RZ/G3E RSCI clks
` [PATCH v4 13/16] serial: sh-sci: Make sci_scbrr_calc() public
` [PATCH v4 14/16] serial: sh-sci: Add finish_console_write() callback
` [PATCH v4 15/16] serial: rsci: Update early_console data and callback() names
` [PATCH v4 16/16] serial: sh-sci: Add support for RZ/G3E RSCI

[PATCH v2 00/10] Add support for handling PCIe M.2 Key E connectors in devicetree
 2025-11-26  2:38 UTC  (14+ messages)
` [PATCH v2 01/10] serdev: Convert to_serdev_*() helpers to macros and use container_of_const()
` [PATCH v2 02/10] serdev: Add serdev device based driver match support
` [PATCH v2 03/10] serdev: Allow passing the serdev device name to serdev_device_add()
` [PATCH v2 04/10] serdev: Add an API to find the serdev controller associated with the devicetree node
` [PATCH v2 05/10] serdev: Add modalias support for serdev client devices
` [PATCH v2 06/10] dt-bindings: serial: Document the graph port
` [PATCH v2 07/10] serdev: Do not return -ENODEV from of_serdev_register_devices() if external connector is used
` [PATCH v2 08/10] dt-bindings: connector: Add PCIe M.2 Mechanical Key E connector
` [PATCH v2 09/10] Bluetooth: hci_qca: Add support for WCN7850 PCIe M.2 card
` [PATCH v2 10/10] power: sequencing: pcie-m2: Add support for PCIe M.2 Key E connectors

[PATCH] tty: vt/keyboard: Split apart vt_do_diacrit()
 2025-11-25 22:54 UTC 

[tty:tty-next 27/37] drivers/tty/vt/keyboard.c:1712:7: error: cannot jump from this asm goto statement to one of its possible targets
 2025-11-25  5:51 UTC  (3+ messages)

[PATCH 0/4] arm64: google: Introduce frankel, blazer, and mustang boards
 2025-11-24 16:13 UTC  (5+ messages)
` [PATCH 2/4] dt-bindings: serial: snps-dw-apb-uart: Add "google,lga-uart"

[PATCH v3 00/13] Add RZ/G3E RSCI support
 2025-11-24 15:35 UTC  (39+ messages)
` [PATCH v3 01/13] dt-bindings: serial: renesas,rsci: Document RZ/G3E support
` [PATCH v3 02/13] serial: rsci: Drop rsci_clear_CFC()
` [PATCH v3 03/13] serial: sh-sci: Drop extra lines
` [PATCH v3 04/13] serial: rsci: Drop unused macro DCR
` [PATCH v3 05/13] serial: rsci: Drop unused TDR register
` [PATCH v3 06/13] serial: sh-sci: Use devm_reset_control_array_get_exclusive()
` [PATCH v3 07/13] serial: sh-sci: Add RSCI_PORT_{SCI,SCIF} port IDs
` [PATCH v3 08/13] serial: sh-sci: Add sci_is_rsci_type()
` [PATCH v3 09/13] serial: sh-sci: Add support for RZ/G3E RSCI clks
` [PATCH v3 10/13] serial: sh-sci: Make sci_scbrr_calc() public
` [PATCH v3 11/13] serial: sh-sci: Add finish_console_write() callback
` [PATCH v3 12/13] serial: sh-sci: Add support for RZ/G3E RSCI SCIF
` [PATCH v3 13/13] serial: sh-sci: Add support for RZ/G3E RSCI SCI

[tty:tty-testing] BUILD REGRESSION da218406dd50e0ac96bb383de4edd208286efe70
 2025-11-24 12:16 UTC 

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-24  9:49 UTC  (7+ messages)
` [PATCH 27/44] drivers/tty/vt: use umin() instead of min_t(u16, ...) for row/col limits
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits

[PATCH v3 0/2] Fix deadlock during RSCI FIFO overrun error
 2025-11-21 14:30 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: serial: rsci: Drop "uart-has-rtscts: false"
` [PATCH v3 2/2] serial: sh-sci: Fix deadlock during RSCI FIFO overrun error

[PATCH v2 0/3] drm/client: Wire up sysrq for all clients and update drm_log
 2025-11-21  9:15 UTC  (3+ messages)
` [PATCH v2 2/3] drm/client: Support emergency restore via sysrq for all clients

[PATCH 0/9] Add support for handling PCIe M.2 Key E connectors in devicetree
 2025-11-20 16:54 UTC  (29+ messages)
` [PATCH 1/9] serdev: Convert to_serdev_device() and to_serdev_controller() helpers to macros
` [PATCH 2/9] serdev: Add serdev device based driver match support
` [PATCH 3/9] serdev: Allow passing the serdev device name to serdev_device_add()
` [PATCH 4/9] serdev: Add an API to find the serdev controller associated with the devicetree node
` [PATCH 5/9] serdev: Add modalias support for serdev client devices
` [PATCH 6/9] serdev: Skip registering serdev devices from DT is external connector is used
` [PATCH 7/9] dt-bindings: connector: Add PCIe M.2 Mechanical Key E connector
` [PATCH 8/9] Bluetooth: hci_qca: Add support for WCN7850 PCIe M.2 card
` [PATCH 9/9] power: sequencing: pcie-m2: Add support for PCIe M.2 Key E connectors

RFC: Serial port DTR/RTS - O_NRESETDEV
 2025-11-20 13:31 UTC  (31+ messages)
                            ` RFC: Serial port DTR/RTS - O_<something>

[PATCH 0/6] tty cleanup for 6.19 or later
 2025-11-20  7:30 UTC  (8+ messages)
` [PATCH 1/6] tty: vt: do not open code DIV_ROUND_UP()
` [PATCH 2/6] serial: xilinx_uartps: drop cdns_uart::cdns_uart_driver
` [PATCH 3/6] serial: drop SERIAL_8250_DEPRECATED_OPTIONS
` [PATCH 4/6] serial: 8250: move skip_txen_test to core
` [PATCH 5/6] serial: 8250: make share_irqs local to 8250_platform
` [PATCH 6/6] serial: 8250_platform: simplify IRQF_SHARED handling

[PATCH 00/10] tty: another batch of conversions to guards
 2025-11-19 10:01 UTC  (11+ messages)
` [PATCH 01/10] tty: pty: use guard()s
` [PATCH 02/10] tty: n_tty: "
` [PATCH 03/10] tty: n_hdlc: simplify return from n_hdlc_tty_ioctl()
` [PATCH 04/10] tty: n_hdlc: use guard()s
` [PATCH 05/10] tty: moxa: "
` [PATCH 06/10] tty: vt/keyboard: use __free()
` [PATCH 07/10] tty: vt/keyboard: simplify returns from vt_do_kbkeycode_ioctl()
` [PATCH 08/10] tty: vt/keyboard: use guard()s
` [PATCH 09/10] serial: serial_core: simplify uart_ioctl() returns
` [PATCH 10/10] serial: serial_core: use guard()s

[PATCH] ALSA: core: Fix style issues in sound/core/device.c
 2025-11-18  9:16 UTC  (3+ messages)

[PATCH] tty: serial: samsung: Declare earlycon for Exynos850
 2025-11-18  2:48 UTC 

[PATCH] serial: icom: Convert PCIBIOS_* return codes to errnos
 2025-11-17  4:07 UTC 

[PATCH v2 00/13] Add RZ/G3E RSCI support
 2025-11-13 15:26 UTC  (4+ messages)
` [PATCH v2 01/13] dt-bindings: serial: renesas,rsci: Document RZ/G3E support

[PATCH] tty: serial: sh-sci: fix RSCI FIFO overrun handling
 2025-11-13 14:14 UTC  (4+ messages)

[PATCH v2 0/2] Fix deadlock during RSCI FIFO overrun error
 2025-11-13 14:10 UTC  (4+ messages)
` [PATCH v2 2/2] serial: sh-sci: "

[PATCH v3 00/13] riscv: Add initial support for Anlogic DR1V90
 2025-11-12 17:17 UTC  (2+ messages)

[PATCH v7 0/9] Add mt8189 dts evaluation board and Makefile
 2025-11-11 18:03 UTC  (7+ messages)
` [PATCH v7 4/9] dt-bindings: timer: Support MediaTek MT8189 timer
` [PATCH v7 5/9] dt-bindings: usb: Support MediaTek MT8189 xhci
` [PATCH v7 7/9] arm64: dts: mediatek: Add MT6319 PMIC Support
` [PATCH v7 8/9] arm64: dts: mediatek: update rtc properties for MT6359


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox