linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-02 17:30:30 to 2024-02-14 13:45:21 UTC [more...]

[PATCH v9 0/4] serial: 8250_dw: Fix ref clock usage
 2024-02-14 13:45 UTC  (3+ messages)
` [PATCH v9 1/4] serial: 8250: Add 8250 port clock update method

[PATCH v1 1/1] serial: 8250_pci1xxxx: Don't use "proxy" headers
 2024-02-14 12:58 UTC  (3+ messages)

[PATCH] tty: hvc-iucv: fix function pointer casts
 2024-02-14 12:36 UTC  (6+ messages)

[PATCH v4 0/2] Add support to dump printk buffer to console via sysrq
 2024-02-14 11:12 UTC  (12+ messages)
` [PATCH v4 1/2] printk: Add function to dump printk buffer directly to consoles
` [PATCH v4 2/2] tty/sysrq: Dump printk ring buffer messages via sysrq

[PATCH] serial: st-asc: don't get/put GPIOs in atomic context
 2024-02-14  9:24 UTC 

[PATCH v6 0/6] Add support for DEVNAME:0.0 style hardware based addressing
 2024-02-14  9:03 UTC  (18+ messages)
` [PATCH v6 1/6] printk: Save console options for add_preferred_console_match()
` [PATCH v6 2/6] printk: Don't try to parse DEVNAME:0.0 console options
` [PATCH v6 3/6] printk: Flag register_console() if console is set on command line
` [PATCH v6 4/6] serial: core: Add support for DEVNAME:0.0 style naming for kernel console
` [PATCH v6 5/6] serial: core: Handle serial console options
` [PATCH v6 6/6] serial: 8250: Add preferred console in serial8250_isa_init_ports()

[PATCH v7 0/3] w1: add UART w1 bus driver
 2024-02-14  6:36 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: serial: allow onewire as child node
` [PATCH v7 2/3] dt-bindings: w1: UART 1-Wire bus
` [PATCH v7 3/3] w1: add UART w1 bus driver

[PATCH v1 00/19] hid-ft260: Fixes for serial driver patch v4
 2024-02-13 10:20 UTC  (21+ messages)
` [PATCH v1 01/19] hid-ft260: fix incompatible-pointer-types error
` [PATCH v1 02/19] hid-ft260: fix Wformat warning
` [PATCH v1 03/19] hid-ft260: fix i2c driver regression in ft260_raw_event
` [PATCH v1 04/19] hid-ft260: remove dead code in ft260_uart_receive_chars
` [PATCH v1 05/19] hid-ft260: fix unprotected write_buf concurrent access
` [PATCH v1 06/19] hid-ft260: uart: enable wakeup workaround
` [PATCH v1 07/19] hid-ft260: depend wakeup workaround activation on uart baud rate
` [PATCH v1 08/19] hid-ft260: depend wakeup workaround activation on eeprom config
` [PATCH v1 09/19] hid-ft260: uart: wakeup device early to not lose rx data
` [PATCH v1 10/19] hid-ft260: uart: do not configure baud rate twice
` [PATCH v1 11/19] hid-ft260: uart: do not disable wakeup workaround twice
` [PATCH v1 12/19] hid-ft260: uart: use kfifo_avail for fifo write room check
` [PATCH v1 13/19] hid-ft260: improve usb interface type detection logic
` [PATCH v1 14/19] hid-ft260: uart: cleanup and refactoring
` [PATCH v1 15/19] hid-ft260: uart: remove FIXME for wake-up workaround
` [PATCH v1 16/19] hid-ft260: uart: suppress unhandled report 0xb1 dmesg
` [PATCH v1 17/19] hid-ft260: uart: arm wake-up timer unconditionally on tty session start
` [PATCH v1 18/19] hid-ft260: uart: fix rx data loss after device reopening
` [PATCH v1 19/19] hid-ft260: uart: improve write performance

[PATCH v1 tty] 8250: microchip: pci1xxxx: Add Burst mode transmission support in uart driver for reading from FIFO
 2024-02-13  9:31 UTC  (7+ messages)

[PATCH v6 0/3] w1: add UART w1 bus driver
 2024-02-13  8:27 UTC  (9+ messages)
` [PATCH v6 1/3] dt-bindings: serial: allow onewire as child node
  ` (subset) "
` [PATCH v6 2/3] dt-bindings: w1: UART 1-Wire bus
  ` (subset) "
` [PATCH v6 3/3] w1: add UART w1 bus driver

[PATCH v5 0/3] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL
 2024-02-12 19:01 UTC  (7+ messages)
` [PATCH v5 1/3] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
` [PATCH v5 2/3] printk: Change type of CONFIG_BASE_SMALL to bool
` [PATCH v5 3/3] printk: Remove redundant CONFIG_BASE_FULL

[PATCH] tty/vt: Corrected doc of vc_sanitize_unicode(), vc_translate_unicode()
 2024-02-11 15:51 UTC 

[PATCH v4 RESEND] hid-ft260: Add serial driver
 2024-02-10 22:03 UTC  (10+ messages)

[PATCH v3] serial: port: Don't suspend if the port is still busy
 2024-02-08 17:25 UTC  (4+ messages)

[PATCH v8 0/8] I3C target mode support
 2024-02-08 17:01 UTC  (9+ messages)
` [PATCH v8 1/8] i3c: add "
` [PATCH v8 2/8] dt-bindings: i3c: svc: add proptery mode
` [PATCH v8 3/8] Documentation: i3c: Add I3C target mode controller and function
` [PATCH v8 4/8] i3c: svc: Add svc-i3c-main.c and svc-i3c.h
` [PATCH v8 5/8] i3c: target: add svc target controller support
` [PATCH v8 6/8] i3c: target: func: add tty driver
` [PATCH v8 7/8] i3c: add API i3c_dev_gettstatus_format1() to get target device status
` [PATCH v8 8/8] tty: i3c: add TTY over I3C master support

[PATCH v5 0/6] serial: 8250: Add support for rs485 half/full duplex on puma/ringneck-haikou
 2024-02-08 15:46 UTC  (6+ messages)
` [PATCH v5 2/6] serial: 8250: Support separate rs485 rx-enable GPIO

[PATCH 0/4] serial: sc16is7xx: split into core and I2C/SPI parts
 2024-02-08 15:26 UTC  (8+ messages)
` [PATCH 1/4] serial: sc16is7xx: simplify and improve Kconfig help text
` [PATCH 2/4] serial: sc16is7xx: split into core and I2C/SPI parts (core)
` [PATCH 3/4] serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_lines)
` [PATCH 4/4] serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_regcfg)

[tty:tty-testing] BUILD SUCCESS 6cc3028f797a549f256d593867a769ab6a8265f2
 2024-02-08 10:08 UTC 

[PATCH v1 tty] 8250: microchip: Add 4 Mbps support in PCI1XXXX UART
 2024-02-08  2:53 UTC  (5+ messages)

[tty:tty-linus] BUILD SUCCESS 7be50f2e8f20fc2299069b28dea59a28e3abe20a
 2024-02-07 15:13 UTC 

[PATCH v2] serial: port: Don't suspend if the port is still busy
 2024-02-07 14:47 UTC  (9+ messages)

[tty:tty-testing 28/29] include/linux/printk.h:275:13: error: unused function 'dump_printk_buffer'
 2024-02-07 10:27 UTC  (3+ messages)

[tty:tty-testing 28/29] include/linux/printk.h:275:13: warning: 'dump_printk_buffer' defined but not used
 2024-02-07  8:37 UTC 

[PATCH v2] serial: samsung: honor fifosize from dts at first
 2024-02-06 11:33 UTC  (3+ messages)

[tty:tty-testing 28/29] kernel/printk/printk.c:4267: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2024-02-07  1:33 UTC 

[PATCH v4 0/3] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL
 2024-02-06 23:05 UTC  (12+ messages)
` [PATCH v4 1/3] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
` [PATCH v4 2/3] printk: Change type of CONFIG_BASE_SMALL to bool
` [PATCH v4 3/3] printk: Remove redundant CONFIG_BASE_FULL

[PATCH v7 0/8] I3C target mode support
 2024-02-06 15:22 UTC  (11+ messages)
` [PATCH v7 1/8] i3c: add "
` [PATCH v7 2/8] dt-bindings: i3c: svc: add proptery mode
` [PATCH v7 3/8] Documentation: i3c: Add I3C target mode controller and function
` [PATCH v7 4/8] i3c: svc: Add svc-i3c-main.c and svc-i3c.h
` [PATCH v7 5/8] i3c: target: add svc target controller support
` [PATCH v7 6/8] i3c: target: func: add tty driver
` [PATCH v7 7/8] i3c: add API i3c_dev_gettstatus_format1() to get target device status
` [PATCH v7 8/8] tty: i3c: add TTY over I3C master support

[PATCH] tty: serial: samsung: Remove superfluous braces in macro
 2024-02-06 14:29 UTC  (2+ messages)

[syzbot] [dri?] BUG: scheduling while atomic in drm_atomic_helper_wait_for_flip_done
 2024-02-06 14:28 UTC  (8+ messages)
  ` [PATCH] tty: vt: check for atomic context in con_write()
        ` [PATCH] tty: n_gsm: restrict tty devices to attach

[PATCH] serial: port: Don't suspend if the port is still busy
 2024-02-06  8:02 UTC  (7+ messages)

[tty:tty-testing] BUILD SUCCESS a802f50d6e92298d44a806d326a2ba3eefa6db72
 2024-02-05 14:36 UTC 

[rt-devel:linux-6.8.y-rt] [serial] 0a81ac5ba5: Kernel_panic-not_syncing:No_working_init_found
 2024-02-05 14:23 UTC 

[PATCH v3 0/2] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal
 2024-02-05 13:48 UTC  (9+ messages)
` [PATCH v3 1/2] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
` [PATCH v3 2/2] printk: Remove redundant CONFIG_BASE_SMALL

[PATCH v6 0/8] I3C target mode support
 2024-02-05 13:14 UTC  (10+ messages)
` [PATCH v6 1/8] i3c: add "
` [PATCH v6 2/8] dt-bindings: i3c: svc: add proptery mode
` [PATCH v6 3/8] Documentation: i3c: Add I3C target mode controller and function
` [PATCH v6 4/8] i3c: svc: Add svc-i3c-main.c and svc-i3c.h
` [PATCH v6 5/8] i3c: target: add svc target controller support
` [PATCH v6 6/8] i3c: target: func: add tty driver
` [PATCH v6 7/8] i3c: add API i3c_dev_gettstatus_format1() to get target device status
` [PATCH v6 8/8] tty: i3c: add TTY over I3C master support

[PATCH 1/2] serial: samsung: honor fifosize from dts at first
 2024-02-05  8:12 UTC  (6+ messages)
    ` [PATCH 2/2] arm64: dts: fsd: Add fifosize for UART in Device Tree

[syzbot] Monthly serial report (Feb 2024)
 2024-02-05  8:09 UTC  (2+ messages)

[GIT PULL] TTY/Serial driver fixes for 6.8-rc3
 2024-02-04  7:18 UTC  (2+ messages)

[PATCH v8 00/13] Introduce STM32 Firewall framework
 2024-02-03 20:47 UTC  (3+ messages)
` [PATCH v8 02/13] dt-bindings: treewide: add access-controllers description

[PATCH 0/2] drivers: tty: struct bus_type cleanup
 2024-02-03 19:14 UTC  (3+ messages)
` [PATCH 1/2] serdev: make serdev_bus_type const
` [PATCH 2/2] serial: core: make serial_base_bus_type const

[PATCH v5 1/8] i3c: add target mode support
 2024-02-02 21:18 UTC  (3+ messages)

[PATCH v5 0/3] w1: add UART w1 bus driver
 2024-02-02 19:23 UTC  (6+ messages)
` [PATCH v5 3/3] "


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