messages from 2025-11-05 03:43:18 to 2025-11-21 15:00:50 UTC [more...]
[PATCH v3 00/13] Add RZ/G3E RSCI support
2025-11-21 15:00 UTC (21+ 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
[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 (5+ messages)
` [PATCH v2 1/3] drm/client: Pass force parameter to client restore
` [PATCH v2 2/3] drm/client: Support emergency restore via sysrq for all clients
` [PATCH v2 3/3] drm/client: log: Implement struct drm_client_funcs.restore
[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
[PATCH 00/44] Change a lot of min_t() that might mask high bits
2025-11-20 14:52 UTC (6+ 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
RFC: Serial port DTR/RTS - O_NRESETDEV
2025-11-20 13:31 UTC (33+ 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] serial: 8250-of: Fix style issues in 8250_of.c
2025-11-17 3:41 UTC
[PATCH v1 0/4] Enable Serial on SA8255p Qualcomm platforms
2025-11-14 0:18 UTC (11+ messages)
` [PATCH v1 1/4] arm64: dts: qcom: qrb2210-rb1: Fix UART3 wakeup IRQ storm
` [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 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 (5+ 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 (4+ messages)
[PATCH 0/4] arm64: google: Introduce frankel, blazer, and mustang boards
2025-11-12 7:59 UTC (3+ messages)
` [PATCH 2/4] dt-bindings: serial: snps-dw-apb-uart: Add "google,lga-uart"
[PATCH v7 0/9] Add mt8189 dts evaluation board and Makefile
2025-11-11 18:03 UTC (12+ messages)
` [PATCH v7 1/9] dt-bindings: arm: Add compatible for MediaTek MT8189
` [PATCH v7 2/9] dt-bindings: pwm: Support MediaTek MT8189 disp-pwm
` [PATCH v7 3/9] dt-bindings: serial: Support MediaTek MT8189 uart
` [PATCH v7 4/9] dt-bindings: timer: Support MediaTek MT8189 timer
` [PATCH v7 5/9] dt-bindings: usb: Support MediaTek MT8189 xhci
` [PATCH v7 6/9] dt-bindings: watchdog: Support MediaTek MT8189 wdt
` [PATCH v7 7/9] arm64: dts: mediatek: Add MT6319 PMIC Support
` [PATCH v7 8/9] arm64: dts: mediatek: update rtc properties for MT6359
` [PATCH v7 9/9] arm64: dts: mediatek: Add mt8189 evaluation board dts
[PATCH 001/001] serial: add support of CPCI cards
2025-11-10 16:24 UTC
[PATCH 001/001] serial: add support of CPCI cards
2025-11-10 16:23 UTC (5+ messages)
[PATCH 0/3] drm/client: Wire up sysrq for all clients and update drm_log
2025-11-10 14:05 UTC (9+ messages)
` [PATCH 1/3] drm/client: Pass force parameter to client restore
` [PATCH 2/3] drm/client: Support emergency restore via sysrq for all clients
` [PATCH 3/3] drm/client: log: Implement struct drm_client_funcs.restore
[PATCH 1/1] serial: 8250: Fix 8250_rsa symbol loop
2025-11-10 10:50 UTC
[Regression] depmod fails on kernel 6.17.1 rc1
2025-11-10 10:43 UTC (14+ messages)
[PATCH] serial: sprd: Return -EPROBE_DEFER when uart clock is not ready
2025-11-10 3:05 UTC (5+ messages)
[PATCH 001/001] tty/serial/8250: add missing CPCI cards
2025-11-08 0:46 UTC (2+ messages)
your change "serial: 8250: move RSA functions to 8250_rsa.c"
2025-11-07 7:02 UTC (3+ messages)
[PATCH v1 1/1] serial: mux: Fix kernel doc for mux_poll()
2025-11-06 11:38 UTC
[PATCH v6 00/11] Add mt8189 dts evaluation board and Makefile
2025-11-06 5:33 UTC (6+ messages)
` (subset) "
[BUG] Suspend failure with nbcon + pm_debug_messages (Linux 6.18-rc4)
2025-11-05 7:30 UTC (8+ 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).