linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-22 06:36:56 to 2023-09-29 12:14:59 UTC [more...]

[PATCH 00/15] sysctl: Remove sentinel elements from drivers
 2023-09-29 12:15 UTC  (17+ messages)
` [PATCH 01/15] cdrom: Remove now superfluous sentinel element from ctl_table array
` [PATCH 02/15] hpet: "
` [PATCH 03/15] xen: "
` [PATCH 04/15] tty: "
` [PATCH 05/15] scsi: "
` [PATCH 06/15] parport: Remove the "
` [PATCH 07/15] macintosh: "
` [PATCH 08/15] infiniband: "
` [PATCH 09/15] char-misc: "
  ` [PATCH 13/15] raid: Remove "
  ` [PATCH 14/15] hyper-v/azure: "
  ` [PATCH 11/15] sgi-xp: Remove the "

[PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime
 2023-09-29 10:16 UTC  (21+ messages)
` [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
` [PATCH 87/87] fs: move i_blocks up a few places in struct inode

[PATCH v2 00/28] Add new Renesas RZ/G3S SoC and RZ/G3S SMARC EVK
 2023-09-29  9:24 UTC  (30+ messages)
` [PATCH v2 01/28] dt-bindings: serial: renesas,scif: document r9a08g045 support
` [PATCH v2 02/28] clk: renesas: rzg2l: wait for status bit of SD mux before continuing
` [PATCH v2 03/28] clk: renesas: rzg2l: lock around writes to mux register
` [PATCH v2 04/28] clk: renesas: rzg2l: trust value returned by hardware
` [PATCH v2 05/28] clk: renesas: rzg2l: fix computation formula
` [PATCH v2 06/28] clk: renesas: rzg2l: remove critical area
` [PATCH v2 07/28] clk: renesas: rzg2l: add support for RZ/G3S PLL
` [PATCH v2 08/28] clk: renesas: rzg2l: add struct clk_hw_data
` [PATCH v2 09/28] clk: renesas: rzg2l: remove CPG_SDHI_DSEL from generic header
` [PATCH v2 10/28] clk: renesas: rzg2l: refactor sd mux driver
` [PATCH v2 11/28] clk: renesas: rzg2l: add a divider clock for RZ/G3S
` [PATCH v2 12/28] dt-bindings: clock: renesas,rzg2l-cpg: document RZ/G3S SoC
` [PATCH v2 13/28] clk: renesas: add minimal boot support for "
` [PATCH v2 14/28] pinctrl: renesas: rzg2l: index all registers based on port offset
` [PATCH v2 15/28] pinctrl: renesas: rzg2l: adapt for different SD/PWPR register offsets
` [PATCH v2 16/28] pinctrl: renesas: rzg2l: adapt function number for RZ/G3S
` [PATCH v2 17/28] pinctrl: renesas: rzg2l: move ds and oi to SoC specific configuration
` [PATCH v2 18/28] pinctrl: renesas: rzg2l: add support for different ds values on different groups
` [PATCH v2 19/28] dt-bindings: pinctrl: renesas: set additionalProperties: false
` [PATCH v2 20/28] dt-bindings: pinctrl: renesas: document RZ/G3S SoC
` [PATCH v2 21/28] pinctrl: renesas: rzg2l: add support for "
` [PATCH v2 22/28] arm64: dts: renesas: add initial DTSI "
` [PATCH v2 23/28] dt-bindings: arm: renesas: document RZ/G3S SMARC SoM
` [PATCH v2 24/28] arm64: dts: renesas: rzg3l-smarc-som: add initial support for "
` [PATCH v2 25/28] arm64: dts: renesas: rzg3s-smarc: add initial device tree for RZ SMARC Carrier-II Board
` [PATCH v2 26/28] dt-bindings: arm: renesas: document SMARC Carrier-II EVK
` [PATCH v2 27/28] arm64: dts: renesas: r9a08g045s33-smarc: add initial device tree for RZ/G3S SMARC EVK board
` [PATCH v2 28/28] arm64: defconfig: enable RZ/G3S (R9A08G045) SoC

[syzbot] [serial?] KASAN: stack-out-of-bounds Read in sched_show_task
 2023-09-29  8:25 UTC  (11+ messages)
` [PATCH] riscv: fix out of bounds in walk_stackframe

[PATCH] serial: 8250_omap: Drop pm_runtime_irq_safe()
 2023-09-29  7:27 UTC  (3+ messages)

[PATCH 0/6] Fixes and improvements for RS485
 2023-09-29  6:39 UTC  (11+ messages)
` [PATCH 1/6] serial: Do not hold the port lock when setting rx-during-tx GPIO
` [PATCH 2/6] serial: amba-pl011: get rid of useless wrapper pl011_get_rs485_mode()
` [PATCH 3/6] serial: core: set missing supported flag for RX during TX GPIO
` [PATCH 4/6] serial: core: fix sanitizing check for RTS settings
` [PATCH 5/6] serial: core: make sure RS485 is cannot be enabled when it is not supported
` [PATCH 6/6] serial: imx: do not set RS485 enabled if "

[PATCH v4 0/5] serial: add drivers for the ESP32xx serial devices
 2023-09-29  6:34 UTC  (7+ messages)
` [PATCH v4 1/5] serial: core: tidy invalid baudrate handling in uart_get_baud_rate
` [PATCH v4 2/5] dt-bindings: serial: document esp32-uart
` [PATCH v4 3/5] drivers/tty/serial: add driver for the ESP32 UART
` [PATCH v4 4/5] dt-bindings: serial: document esp32s3-acm
` [PATCH v4 5/5] drivers/tty/serial: add ESP32S3 ACM device driver

[PATCH 0/5] pstore: add tty frontend and multi-backend
 2023-09-29  5:47 UTC  (9+ messages)
` [PATCH 1/5] pstore: add tty frontend
` [PATCH 2/5] pstore: add multi-backends support
` [PATCH 3/5] pstore: add subdirs for multi-backends
` [PATCH 4/5] pstore: remove the module parameter "backend"
` [PATCH 5/5] tools/pstore: update pstore selftests

[PATCH v2 0/2] serial: sc16is7xx: device tree improvements
 2023-09-28 18:14 UTC  (4+ messages)
` [PATCH v2 1/2] serial: sc16is7xx: use device_property APIs when configuring irda mode
` [PATCH v2 2/2] dt-bindings: sc16is7xx: convert to YAML

[PATCH v4 00/11] Introduce STM32 Firewall framework
 2023-09-28 15:43 UTC  (4+ messages)
` [PATCH v4 05/11] firewall: introduce stm32_firewall framework

[PATCH v2 0/5] serial: add drivers for the ESP32xx serial devices
 2023-09-28 15:07 UTC  (4+ messages)
` [PATCH v2 1/5] serial: core: tidy invalid baudrate handling in uart_get_baud_rate

[PATCH] serial: amba-pl011: Do not complain when DMA is absent
 2023-09-28 14:58 UTC 

[PATCH v2 0/4] ledtrig-tty: add new state evaluation
 2023-09-28 13:26 UTC  (5+ messages)
` [PATCH v2 1/4] tty: whitespaces in descriptions corrected by replacing tabs with spaces
` [PATCH v2 2/4] tty: add new helper function tty_get_tiocm
` [PATCH v2 3/4] trigger: ledtrig-tty: move variable definition to the top
` [PATCH v2 4/4] trigger: ledtrig-tty: add new line mode to triggers

[PATCH 00/87] fs: new accessor methods for atime and mtime
 2023-09-28 12:23 UTC  (5+ messages)
  ` [PATCH 11/87] drivers/tty: convert to new inode {a,m}time accessors
` [PATCH 01/87] fs: new accessor methods for atime and mtime

[PATCH RESEND] serial: imx: Fix potential deadlock on sport->port.lock
 2023-09-28  8:44 UTC  (4+ messages)

[PATCH 00/37] Add new Renesas RZ/G3S SoC and RZ/G3S SMARC EVK
 2023-09-28  7:25 UTC  (19+ messages)
` [PATCH 09/37] clk: renesas: rzg2l: fix computation formula
` [PATCH 21/37] dt-bindings: clock: add r9a08g045 CPG clocks and resets definitions
` [PATCH 25/37] pinctrl: renesas: rzg2l: adapt function number for RZ/G3S
` [PATCH 30/37] pinctrl: renesas: rzg2l: add support for RZ/G3S SoC

[PATCH v2 0/3] Add support for DEVNAME:0.0 style hardware based addressing
 2023-09-28  6:58 UTC  (4+ messages)
` [PATCH v2 1/3] printk: Constify name for add_preferred_console()

[PATCH] serial: imx: Put DMA enabled UART in separate lock subclass
 2023-09-28  6:43 UTC 

[PATCH 0/4] serial: sc16is7xx: device tree improvements
 2023-09-27 14:28 UTC  (11+ messages)
` [PATCH 3/4] dt-bindings: sc16is7xx: add vendor prefix to irda-mode-ports property
` [PATCH 4/4] dt-bindings: sc16is7xx: convert to YAML

BUG: sleeping function called from invalid context in console_lock
 2023-09-27  9:41 UTC  (6+ messages)

Pozycjonowanie- informacja
 2023-09-27  8:30 UTC 

[PATCH] serial: 8250_omap: Fix errors with no_console_suspend
 2023-09-27  7:41 UTC  (7+ messages)

[PATCH -next] serial: core: fix kernel-doc for uart_port_unlock_irqrestore()
 2023-09-27  7:39 UTC  (2+ messages)

[PATCH 0/2] ledtrig-tty: add new state evaluation
 2023-09-26 20:33 UTC  (6+ messages)
` [PATCH 1/2] tty: add new helper function tty_get_mget
` [PATCH 2/2] trigger: ledtrig-tty: add new line mode to triggers

serial: 8250_omap: suspend issue with console_suspend disabled
 2023-09-26  6:14 UTC  (6+ messages)

[PATCH v3 0/5] serial: add drivers for the ESP32xx serial devices
 2023-09-25 17:57 UTC  (8+ messages)
` [PATCH v3 1/5] serial: core: tidy invalid baudrate handling in uart_get_baud_rate
` [PATCH v3 2/5] dt-bindings: serial: document esp32-uart
` [PATCH v3 3/5] drivers/tty/serial: add driver for the ESP32 UART
` [PATCH v3 4/5] dt-bindings: serial: document esp32s3-acm
` [PATCH v3 5/5] drivers/tty/serial: add ESP32S3 ACM device driver

[PATCH v3 00/11] Introduce STM32 Firewall framework
 2023-09-25 15:39 UTC  (2+ messages)

[syzbot] [serial?] KASAN: use-after-free Read in gsm_cleanup_mux
 2023-09-25 11:55 UTC 

[PATCH 0/2] serial: core: updates to uapi header
 2023-09-25 11:51 UTC  (4+ messages)
` [PATCH 1/2] serial: core: remove cruft from "
` [PATCH 2/2] serial: core: add comment about definitely used port types

[PATCH V8 1/2] serial: exar: Revert "serial: exar: Add support for Sealevel 7xxxC serial cards"
 2023-09-25  8:40 UTC  (6+ messages)
` [PATCH V8 2/2] serial: exar: Add RS-485 support for Sealevel XR17V35X based cards

[PATCH] mxser: Annotate struct mxser_board with __counted_by
 2023-09-25  7:20 UTC  (3+ messages)

[syzbot] [serial?] INFO: task hung in console_callback (4)
 2023-09-23 23:02 UTC 

[PATCH] serial: 8250_pci1xxxx: Annotate struct pci1xxxx_8250 with __counted_by
 2023-09-23 16:36 UTC  (2+ messages)

[PATCH v3 0/2] mcb: Fix crash mcb-core module is removed
 2023-09-22 12:28 UTC  (4+ messages)
` [PATCH v3 2/2] mcb: use short version for function pointer for mcb_free_bus

[PATCH] dt-bindings: serial: imx: Document wakeup-source property
 2023-09-22 11:26 UTC  (2+ messages)

[PATCH 4/4] tty: 8250: Add more support for and fix up Brainboxes cards
 2023-09-22 10:09 UTC  (5+ messages)

[PATCH tty-linus] serial: Reduce spinlocked portion of uart_rs485_config()
 2023-09-22  9:30 UTC  (5+ messages)


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).