linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-18 07:59:36 to 2024-01-24 10:29:28 UTC [more...]

[PATCH v3 0/5] serial: 8250: Add rs485 emulation to 8250_dw
 2024-01-24 10:29 UTC  (3+ messages)
` [PATCH v3 3/5] serial: 8250: Support separate rs485 rx-enable GPIO

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

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

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

[PATCH] serial: txx9: Add missing #include <asm/txx9/generic.h>
 2024-01-23 20:09 UTC 

[PATCH V10 0/3] Add rs485 support to uartps driver
 2024-01-23  6:16 UTC  (4+ messages)
` [PATCH V10 1/3] dt-bindings: Add reference to rs485.yaml
` [PATCH V10 2/3] tty: serial: uartps: Relocate cdns_uart_tx_empty to facilitate rs485
` [PATCH V10 3/3] tty: serial: uartps: Add rs485 support to uartps driver

[PATCH v2 00/47] tty: vt: cleanup and documentation
 2024-01-23  4:16 UTC  (50+ messages)
` [PATCH v2 01/47] vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()
` [PATCH v2 02/47] fbcon: make display_desc a static array in fbcon_startup()
` [PATCH v2 03/47] tty: vt: fix 20 vs 0x20 typo in EScsiignore
` [PATCH v2 04/47] tty: vt: expect valid vc when in tty ops
` [PATCH v2 05/47] tty: vt: pass proper pointers from tioclinux()
` [PATCH v2 06/47] tty: vt: push console lock from tioclinux() down to 2 functions
` [PATCH v2 07/47] tty: vt: pass vc_resize_user as a parameter
` [PATCH v2 08/47] tty: vt: make vc_is_sel()'s vc const
` [PATCH v2 09/47] tty: vt: define an enum for CSI+m codes
` [PATCH v2 10/47] tty: vt: use case ranges for CSI+m fg/bg colors
` [PATCH v2 11/47] tty: vt: define an enum for CSI+J codes
` [PATCH v2 12/47] tty: vt: reflow csi_J()
` [PATCH v2 13/47] use clamp() for counts in csi_?() handlers
` [PATCH v2 14/47] don't pass vc->vc_par[0] to "
` [PATCH v2 15/47] tty: vt: define an enum for CSI+K codes
` [PATCH v2 16/47] tty: vt: reflow csi_K()
` [PATCH v2 17/47] tty: vt: define an enum for ascii characters
` [PATCH v2 18/47] tty: vt: remove extern from functions in selection.h
` [PATCH v2 19/47] tty: vt: make consw::con_debug_*() return void
` [PATCH v2 20/47] tty: vt: make init parameter of consw::con_init() a bool
` [PATCH v2 21/47] tty: vt: sanitize arguments of consw::con_clear()
` [PATCH v2 22/47] tty: vt: remove checks for count in consw::con_clear() implementations
` [PATCH v2 23/47] tty: vt: add con_putc() helper
` [PATCH v2 24/47] tty: vt: eliminate unneeded consw::con_putc() implementations
` [PATCH v2 25/47] tty: vt: sanitize consw::con_putc() parameters
` [PATCH v2 26/47] tty: vt: sanitize consw::con_putcs() parameters
` [PATCH v2 27/47] consoles: use if instead of switch-case in consw::con_cursor()
` [PATCH v2 28/47] fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()
` [PATCH v2 29/47] tty: vt: remove CM_* constants
` [PATCH v2 30/47] tty: vt: make consw::con_switch() return a bool
` [PATCH v2 31/47] tty: vt: stop using -1 for blank mode in consw::con_blank()
` [PATCH v2 32/47] tty: vt: define a common enum for VESA blanking constants
` [PATCH v2 33/47] tty: vt: use "
` [PATCH v2 34/47] tty: vt: use enum constants for VESA blanking modes
` [PATCH v2 35/47] tty: vt: make types around consw::con_blank() bool
` [PATCH v2 36/47] tty: vt: make font of consw::con_font_set() const
` [PATCH v2 37/47] tty: vt: make consw::con_font_default()'s name const
` [PATCH v2 38/47] tty: vt: change consw::con_set_origin() return type
` [PATCH v2 39/47] fbcon: remove consw::con_screen_pos()
` [PATCH v2 40/47] tty: vt: "
` [PATCH v2 41/47] tty: vt: make types of screenpos() more consistent
` [PATCH v2 42/47] fbcon: remove fbcon_getxy()
` [PATCH v2 43/47] tty: vt: remove consw::con_getxy()
` [PATCH v2 44/47] tty: vt: remove unused consw::con_flush_scrollback()
` [PATCH v2 45/47] tty: vt: document the rest of struct consw
` [PATCH v2 46/47] tty: vt: fix up kernel-doc
` [PATCH v2 47/47] Documentation: add console.rst

[PATCH 6.6 512/583] serial: apbuart: fix console prompt on qemu
 2024-01-22 23:59 UTC 

[PATCH 6.7 564/641] serial: apbuart: fix console prompt on qemu
 2024-01-22 23:57 UTC 

[PATCH v2] treewide, serdev: change receive_buf() return type to size_t
 2024-01-22 18:05 UTC 

[PATCH V9 0/3] Add rs485 support to uartps driver
 2024-01-22 16:49 UTC  (4+ messages)
` [PATCH V9 2/3] tty: serial: uartps: Relocate cdns_uart_tx_empty to facilitate rs485

[PATCH] tty: serial: amba-pl011: Remove QDF2xxx workarounds
 2024-01-22 14:27 UTC 

serial:support: Using 8250 driver With MOXA CP-132EL Device
 2024-01-22 10:52 UTC 

[PATCH] dt-bindings: serial: fsl-lpuart: support i.MX95
 2024-01-22 10:00 UTC  (2+ messages)

[PATCH v4 RESEND] hid-ft260: Add serial driver
 2024-01-21  9:12 UTC  (7+ messages)

[PATCH v6 0/5] RISC-V SBI debug console extension support
 2024-01-20 21:09 UTC  (7+ messages)
` [PATCH v6 1/5] RISC-V: Add stubs for sbi_console_putchar/getchar()
` [PATCH v6 2/5] RISC-V: Add SBI debug console helper routines
` [PATCH v6 3/5] tty/serial: Add RISC-V SBI debug console based earlycon
` [PATCH v6 4/5] tty: Add SBI debug console support to HVC SBI driver
` [PATCH v6 5/5] RISC-V: Enable SBI based earlycon support

[PATCH v3 0/2] Add support to dump printk buffer to console via sysrq
 2024-01-20  8:41 UTC  (9+ messages)
` [PATCH v3 1/2] printk: Add function to dump printk buffer directly to consoles
` [PATCH v3 2/2] tty/sysrq: Dump printk ring buffer messages via sysrq

[PATCH v2] tty: hvc: Fix the RISC-V SBI driver for a refactoring
 2024-01-20  4:13 UTC  (3+ messages)

[PATCH v5 0/5] RISC-V SBI debug console extension support
 2024-01-20  4:00 UTC  (5+ messages)

[PATCH v9 00/13] Introduce STM32 Firewall framework
 2024-01-19 22:06 UTC  (3+ messages)
` [PATCH v9 02/13] dt-bindings: treewide: add access-controllers description

[PATCH] tty: hvc: Fix the RISC-V SBI driver for a refactoring
 2024-01-19 22:03 UTC  (2+ messages)

[PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1
 2024-01-19 17:13 UTC  (11+ messages)

[PATCH v2 00/19] serial: samsung: gs101 updates and winter cleanup
 2024-01-19 16:27 UTC  (22+ messages)
` [PATCH v2 01/19] tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT
` [PATCH v2 02/19] dt-bindings: serial: samsung: do not allow reg-io-width for gs101
` [PATCH v2 03/19] tty: serial: samsung: prepare for different IO types
` [PATCH v2 04/19] tty: serial: samsung: set UPIO_MEM32 iotype for gs101
` [PATCH v2 05/19] tty: serial: samsung: add gs101 earlycon support
` [PATCH v2 06/19] tty: serial: samsung: sort headers alphabetically
` [PATCH v2 07/19] tty: serial: samsung: explicitly include <linux/types.h>
` [PATCH v2 08/19] tty: serial: samsung: use u32 for register interactions
` [PATCH v2 09/19] tty: serial: samsung: remove braces on single statement block
` [PATCH v2 10/19] tty: serial: samsung: move open brace '{' on the next line
` [PATCH v2 11/19] tty: serial: samsung: drop superfluous comment
` [PATCH v2 12/19] tty: serial: samsung: make max_count unsigned int
` [PATCH v2 13/19] tty: serial: samsung: don't compare with zero an if (bitwise expression)
` [PATCH v2 14/19] tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo()
` [PATCH v2 15/19] tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy()
` [PATCH v2 16/19] tty: serial: samsung: change return type for s3c24xx_serial_rx_fifocnt()
` [PATCH v2 17/19] tty: serial: samsung: shrink the clock selection to 8 clocks
` [PATCH v2 18/19] tty: serial: samsung: change has_divslot type to bool
` [PATCH v2 19/19] tty: serial: samsung: shrink memory footprint of ``struct s3c24xx_uart_info``

[PATCH V3] tty: serial: Fix bit order in RS485 flag definitions
 2024-01-19 11:35 UTC 

[PATCH V2] tty: serial: Fix bit order in RS485 flag definitions
 2024-01-19 11:39 UTC  (3+ messages)

[PATCH 00/18] serial: samsung: gs101 updates and winter cleanup
 2024-01-19 10:02 UTC  (8+ messages)
` [PATCH 17/18] tty: serial: samsung: shrink port feature flags to u8

[PATCH 00/45] tty: vt: cleanup and documentation
 2024-01-19  6:30 UTC  (18+ messages)
` [PATCH 11/45] tty: vt: define an enum for CSI+J codes
` [PATCH 15/45] tty: vt: pass vpar as unsigned to csi_J() and csi_K()
` [PATCH 19/45] tty: vt: make init parameter of consw::con_init() a bool
` [PATCH 31/45] tty: vt: use VESA blanking constants
` [PATCH 32/45] tty: vt: use enum for VESA blanking modes
` [PATCH 43/45] tty: vt: document the rest of struct consw
` [PATCH 44/45] tty: vt: fix up kernel-doc
` [PATCH 45/45] Documentation: add console.rst

[GIT PULL] TTY/Serial driver changes for 6.8-rc1
 2024-01-18 20:00 UTC  (2+ messages)

max14830 irq
 2024-01-18 19:02 UTC  (9+ messages)

[RESEND RFC PATCH v1 0/2] Fix serial console for PREEMPT_RT
 2024-01-18 17:57 UTC  (14+ messages)
` [RESEND RFC PATCH v1 1/2] irq/spurious: Reset irqs_unhandled if an irq_thread handles one IRQ request
` [RESEND RFC PATCH v1 2/2] serial/8250: Avoid getting lock in RT atomic context

[PATCH v2 00/17] serial: max310x: cleanups and improvements
 2024-01-18 15:44 UTC  (20+ messages)
` [PATCH v2 01/17] serial: max310x: fix NULL pointer dereference in I2C instantiation
` [PATCH v2 02/17] serial: max310x: add I2C device table for instantiation from userspace
` [PATCH v2 03/17] serial: max310x: use i2c_get_match_data()
` [PATCH v2 04/17] serial: max310x: use spi_get_device_match_data()
` [PATCH v2 05/17] serial: max310x: fix syntax error in IRQ error message
` [PATCH v2 06/17] serial: max310x: remove holes in struct max310x_devtype
` [PATCH v2 07/17] serial: max310x: add macro for max number of ports
` [PATCH v2 08/17] serial: max310x: use separate regmap name for each port
` [PATCH v2 09/17] serial: max310x: simplify probe() and remove() error handling
` [PATCH v2 10/17] serial: max310x: add explicit return for some switch default cases
` [PATCH v2 11/17] serial: max310x: use dev_err_probe() instead of dev_err()
` [PATCH v2 12/17] serial: max310x: replace hardcoded masks with preferred GENMASK()
` [PATCH v2 13/17] serial: max310x: use common detect function for all variants
` [PATCH v2 14/17] serial: max310x: use common power "
` [PATCH v2 15/17] serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)
` [PATCH v2 16/17] serial: max310x: reformat and improve comments
` [PATCH v2 17/17] serial: max310x: fix indentation

[PATCH] tty: serial: Fix bit order in RS485 flag definitions
 2024-01-18 15:43 UTC  (5+ messages)

[PATCH 00/18] serial: max310x: cleanups and improvements
 2024-01-18 13:15 UTC  (6+ messages)
` [PATCH 15/18] serial: max310x: replace ENOTSUPP with preferred EOPNOTSUPP (checkpatch)

[PATCH v6 1/2] tty: serial: Cleanup the bit shift with macro
 2024-01-18  9:29 UTC  (6+ 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).