messages from 2025-11-24 05:18:40 to 2025-12-03 02:54:11 UTC [more...]
[PATCH v1 00/31] serial: 8250: consolidate Moxa UPCI/PCIe support under 8250 drivers
2025-12-03 2:54 UTC (58+ messages)
` [PATCH v1 01/31] tty: mxser: serial: 8250: replace mxser with 8250-based driver
` [PATCH v1 02/31] serial: 8250: add MU860 UART configuration
` [PATCH v1 03/31] serial: 8250_mxupci: enable enhanced mode and custom FIFO trigger levels
` [PATCH v1 04/31] serial: 8250_mxupci: enable auto RTS/CTS flow control
` [PATCH v1 05/31] serial: 8250_mxupci: enable on-chip software "
` [PATCH v1 06/31] serial: 8250_mxupci: add custom handle_irq()
` [PATCH v1 07/31] serial: 8250_mxupci: add GDL-based Rx routine for 8250_mxupci
` [PATCH v1 08/31] serial: 8250_mxupci: add custom Tx "
` [PATCH v1 09/31] serial: 8250: split 8250_mxpcie from 8250_pci
` [PATCH v1 10/31] serial: 8250: add MUEx50 UART configuration
` [PATCH v1 11/31] serial: 8250_mxpcie: enable enhanced mode and custom FIFO trigger levels
` [PATCH v1 12/31] serial: 8250_mxpcie: enable auto RTS/CTS flow control
` [PATCH v1 13/31] serial: 8250_mxpcie: enable on-chip software "
` [PATCH v1 14/31] serial: 8250_mxpcie: add custom handle_irq()
` [PATCH v1 15/31] serial: 8250_mxpcie: optimize Rx using memory-mapped FIFO access
` [PATCH v1 16/31] serial: 8250_mxpcie: optimize Tx "
` [PATCH v1 17/31] serial: 8250_mxpcie: enable serial interface switching
` [PATCH v1 18/31] serial: 8250: allow low-level driver to override break_ctl()
` [PATCH v1 19/31] serial: 8250_mxpcie: add break signal support under RS485
` [PATCH v1 20/31] serial: 8250: add optional callbacks for rx_trig_bytes
` [PATCH v1 21/31] serial: 8250_mxpcie: implement rx_trig_bytes callbacks and persist per-port level
` [PATCH v1 22/31] serial: 8250_mxupci: "
` [PATCH v1 23/31] serial: 8250_mxpcie: defer uart_write_wakeup to workqueue
` [PATCH v1 24/31] serial: 8250_mxupci: "
` [PATCH v1 25/31] serial: 8250_mxpcie: add basic GPIO helper functions
` [PATCH v1 26/31] serial: 8250_mxpcie: add basic CPLD "
` [PATCH v1 27/31] serial: 8250: Allow dynamic extension of uart_port attr_group
` [PATCH v1 28/31] serial: 8250_mxpcie: Track current serial interface for later feature gating
` [PATCH v1 29/31] serial: 8250_mxpcie: Add sysfs to control terminator
` [PATCH v1 30/31] serial: 8250_mxpcie: Add sysfs to control pull state via CPLD
` [PATCH v1 31/31] serial: 8250_mxpcie: add RS485-2W auto-adjust sysfs control
[PATCH 0/4] arm64: google: Introduce frankel, blazer, and mustang boards
2025-12-02 22:14 UTC (4+ messages)
[PATCH v5 00/17] Add RZ/G3E RSCI support
2025-12-02 17:20 UTC (20+ messages)
` [PATCH v5 01/17] dt-bindings: serial: renesas,rsci: Document RZ/G3E support
` [PATCH v5 02/17] serial: sh-sci: Update rx_trigger size for RZ/T2H RSCI
` [PATCH v5 03/17] serial: rsci: Add set_rtrg() callback
` [PATCH v5 04/17] serial: sh-sci: Drop checking port type for device file{create, remove}
` [PATCH v5 05/17] serial: rsci: Drop rsci_clear_SCxSR()
` [PATCH v5 06/17] serial: sh-sci: Drop extra lines
` [PATCH v5 07/17] serial: rsci: Drop unused macro DCR
` [PATCH v5 08/17] serial: rsci: Drop unused TDR register
` [PATCH v5 09/17] serial: sh-sci: Use devm_reset_control_array_get_exclusive()
` [PATCH v5 10/17] serial: sh-sci: Add sci_is_rsci_type()
` [PATCH v5 11/17] serial: sh-sci: Rename port SCI_PORT_RSCI->RSCI_PORT_SCIF16
` [PATCH v5 12/17] serial: sh-sci: Add RSCI_PORT_SCIF32 port ID
` [PATCH v5 13/17] serial: sh-sci: Add support for RZ/G3E RSCI clks
` [PATCH v5 14/17] serial: sh-sci: Make sci_scbrr_calc() public
` [PATCH v5 15/17] serial: sh-sci: Add finish_console_write() callback
` [PATCH v5 16/17] serial: rsci: Rename early_console data, port_params and callback() names
` [PATCH v5 17/17] serial: sh-sci: Add support for RZ/G3E RSCI
[PATCH v2 0/4] printk cleanup - part 2
2025-12-02 12:38 UTC (14+ 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] tty/n_hdlc: Fix struct n_hdlc kernel-doc warnings
2025-12-02 6:37 UTC
[PATCH v4] tty: tty_port: add workqueue to flip tty buffer
2025-12-02 5:42 UTC (2+ messages)
[PATCH next] serial: 8250: longson: Fix NULL vs IS_ERR() bug in probe
2025-11-29 14:51 UTC
[PATCH v2 00/10] Add support for handling PCIe M.2 Key E connectors in devicetree
2025-11-29 14:31 UTC (22+ 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
[GIT PULL] Serial driver fixes for 6.18-rc8
2025-11-28 17:55 UTC (2+ messages)
[PATCH v4 00/16] Add RZ/G3E RSCI support
2025-11-28 15:10 UTC (21+ 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 0/2] mcb: Add modpost support for processing MODULE_DEVICE_TABLE
2025-11-28 10:46 UTC (11+ messages)
` [PATCH 1/2] mcb: Add missing modpost build support
` [PATCH 2/2] mcb: Remove MODULE_ALIAS from all mcb client drivers
[PATCH] MEDIATEK: serial: 8250_mtk: Add ACPI support
2025-11-28 5:53 UTC
[PATCH v2 0/2] serial: add KEBA UART driver
2025-11-27 20:56 UTC (6+ messages)
[PATCH v4 0/2] serial: add KEBA UART driver
2025-11-27 19:58 UTC (14+ 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 v1 1/1] serial: core: Restore sysfs fwnode information
2025-11-27 19:07 UTC (2+ messages)
[tty:tty-linus] BUILD SUCCESS 2bf95a9bcb50002ca9d47403d60aedaeb2e19abe
2025-11-27 13:17 UTC
[tty:tty-testing] BUILD SUCCESS 75a9f4c54770f062f4b3813a83667452b326dda3
2025-11-27 13:13 UTC
[syzbot] Monthly serial report (Nov 2025)
2025-11-27 12:43 UTC
[PATCH] serial: sprd: Return -EPROBE_DEFER when uart clock is not ready
2025-11-27 9:05 UTC (4+ messages)
[PATCH] serial: tegra: remove Kconfig dependency on APB DMA controller
2025-11-26 17:44 UTC (6+ messages)
[PATCH] tty: serial: Replace deprecated PCI API
2025-11-26 17:02 UTC (2+ messages)
[PATCH v3] tty: tty_port: add workqueue to flip tty buffer
2025-11-26 16:37 UTC (8+ messages)
[PATCH v1 0/4] Enable Serial on SA8255p Qualcomm platforms
2025-11-26 13:06 UTC (5+ messages)
` [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
[PATCH] serial: 8250-of: Fix style issues in 8250_of.c
2025-11-26 12:53 UTC (2+ messages)
[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 v3 00/13] Add RZ/G3E RSCI support
2025-11-24 15:35 UTC (7+ messages)
` [PATCH v3 01/13] dt-bindings: serial: renesas,rsci: Document RZ/G3E support
[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 (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).