messages from 2024-01-14 14:47:43 to 2024-01-18 08:54:39 UTC [more...]
[PATCH 00/45] tty: vt: cleanup and documentation
2024-01-18 8:54 UTC (52+ messages)
` [PATCH 01/45] vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()
` [PATCH 02/45] fbcon: make display_desc a static array in fbcon_startup()
` [PATCH 03/45] tty: vt: fix 20 vs 0x20 typo in EScsiignore
` [PATCH 04/45] tty: vt: expect valid vc when in tty ops
` [PATCH 05/45] tty: vt: pass proper pointers from tioclinux()
` [PATCH 06/45] tty: vt: push console lock from tioclinux() down to 2 functions
` [PATCH 07/45] tty: vt: pass vc_resize_user as a parameter
` [PATCH 08/45] tty: vt: make vc_is_sel()'s vc const
` [PATCH 09/45] tty: vt: define an enum for CSI+m codes
` [PATCH 10/45] tty: vt: use case ranges for CSI+m fg/bg colors
` [PATCH 11/45] tty: vt: define an enum for CSI+J codes
` [PATCH 12/45] tty: vt: reflow csi_J()
` [PATCH 13/45] tty: vt: define an enum for CSI+K codes
` [PATCH 14/45] tty: vt: reflow csi_K()
` [PATCH 15/45] tty: vt: pass vpar as unsigned to csi_J() and csi_K()
` [PATCH 16/45] tty: vt: define an enum for ascii characters
` [PATCH 17/45] tty: vt: remove extern from functions in selection.h
` [PATCH 18/45] tty: vt: make consw::con_debug_*() return void
` [PATCH 19/45] tty: vt: make init parameter of consw::con_init() a bool
` [PATCH 20/45] tty: vt: sanitize arguments of consw::con_clear()
` [PATCH 21/45] tty: vt: remove checks for count in consw::con_clear() implementations
` [PATCH 22/45] tty: vt: add con_putc() helper
` [PATCH 23/45] tty: vt: eliminate unneeded consw::con_putc() implementations
` [PATCH 24/45] tty: vt: sanitize consw::con_putc() parameters
` [PATCH 25/45] tty: vt: sanitize consw::con_putcs() parameters
` [PATCH 26/45] consoles: use if instead of switch-case in consw::con_cursor()
` [PATCH 27/45] fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()
` [PATCH 28/45] tty: vt: remove CM_* constants
` [PATCH 29/45] tty: vt: make consw::con_switch() return a bool
` [PATCH 30/45] tty: vt: stop using -1 for blank mode in consw::con_blank()
` [PATCH 31/45] tty: vt: use VESA blanking constants
` [PATCH 32/45] tty: vt: use enum for VESA blanking modes
` [PATCH 33/45] tty: vt: make types around consw::con_blank() bool
` [PATCH 34/45] tty: vt: make font of consw::con_font_set() const
` [PATCH 35/45] tty: vt: make consw::con_font_default()'s name const
` [PATCH 36/45] tty: vt: change consw::con_set_origin() return type
` [PATCH 37/45] fbcon: remove consw::con_screen_pos()
` [PATCH 38/45] tty: vt: "
` [PATCH 39/45] tty: vt: make types of screenpos() more consistent
` [PATCH 40/45] fbcon: remove fbcon_getxy()
` [PATCH 41/45] tty: vt: remove consw::con_getxy()
` [PATCH 42/45] tty: vt: remove unused consw::con_flush_scrollback()
` [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
[PATCH v6 1/2] tty: serial: Cleanup the bit shift with macro
2024-01-18 8:44 UTC (6+ messages)
[PATCH V9 0/3] Add rs485 support to uartps driver
2024-01-18 7:40 UTC (4+ messages)
` [PATCH V9 1/3] dt-bindings: Add reference to rs485.yaml
` [PATCH V9 2/3] tty: serial: uartps: Relocate cdns_uart_tx_empty to facilitate rs485
` [PATCH V9 3/3] tty: serial: uartps: Add rs485 support to uartps driver
[PATCH v3 0/2] Add support to dump printk buffer to console via sysrq
2024-01-17 11:13 UTC (4+ 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 00/18] serial: max310x: cleanups and improvements
2024-01-18 0:00 UTC (23+ messages)
` [PATCH 01/18] serial: max310x: fix NULL pointer dereference in I2C instantiation
` [PATCH 02/18] serial: max310x: add I2C device table for instantiation from userspace
` [PATCH 03/18] serial: max310x: use i2c_get_match_data()
` [PATCH 04/18] serial: max310x: use spi_get_device_match_data()
` [PATCH 05/18] serial: max310x: fix syntax error in IRQ error message
` [PATCH 06/18] serial: max310x: remove holes in struct max310x_devtype
` [PATCH 07/18] serial: max310x: add macro for max number of ports
` [PATCH 08/18] serial: max310x: use separate regmap name for each port
` [PATCH 09/18] serial: max310x: simplify probe() and remove() error handling
` [PATCH 10/18] serial: max310x: add explicit return for some switch default cases
` [PATCH 11/18] serial: max310x: use dev_err_probe() instead of dev_err()
` [PATCH 12/18] serial: max310x: replace hardcoded masks with preferred GENMASK()
` [PATCH 13/18] serial: max310x: use common detect function for all variants
` [PATCH 14/18] serial: max310x: use common power "
` [PATCH 15/18] serial: max310x: replace ENOTSUPP with preferred EOPNOTSUPP (checkpatch)
` [PATCH 16/18] serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)
` [PATCH 17/18] serial: max310x: reformat and improve comments
` [PATCH 18/18] serial: max310x: fix indentation
[RESEND RFC PATCH v1 0/2] Fix serial console for PREEMPT_RT
2024-01-17 23:18 UTC (9+ 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 v4 RESEND] hid-ft260: Add serial driver
2024-01-17 20:43 UTC (7+ messages)
[PATCH v2 0/7] I3C target mode support
2024-01-17 18:06 UTC (27+ messages)
` [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1
[PATCH 00/18] serial: samsung: gs101 updates and winter cleanup
2024-01-17 16:31 UTC (47+ messages)
` [PATCH 01/18] tty: serial: samsung: prepare for different IO types
` [PATCH 02/18] tty: serial: samsung: set UPIO_MEM32 iotype for gs101
` [PATCH 03/18] tty: serial: samsung: add gs101 earlycon support
` [PATCH 04/18] tty: serial: samsung: sort headers alphabetically
` [PATCH 05/18] tty: serial: samsung: explicitly include <linux/types.h>
` [PATCH 06/18] tty: serial: samsung: use u32 for register interactions
` [PATCH 07/18] tty: serial: samsung: remove braces on single statement block
` [PATCH 08/18] tty: serial: samsung: move open brace '{' on the next line
` [PATCH 09/18] tty: serial: samsung: drop superfluous comment
` [PATCH 10/18] tty: serial: samsung: make max_count unsigned int
` [PATCH 11/18] tty: serial: samsung: don't compare with zero an if (bitwise expression)
` [PATCH 12/18] tty: serial: samsung: use TIOCSER_TEMT for tx_empty()
` [PATCH 13/18] tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo()
` [PATCH 14/18] tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy()
` [PATCH 15/18] tty: serial: samsung: change return type for s3c24xx_serial_rx_fifocnt()
` [PATCH 16/18] tty: serial: samsung: shrink the clock selection to 8 clocks
` [PATCH 17/18] tty: serial: samsung: shrink port feature flags to u8
` [PATCH 18/18] tty: serial: samsung: shrink memory footprint of ``struct s3c24xx_uart_info``
[PATCH v3 00/12] GS101 Oriole: CMU_PERIC0 support and USI updates
2024-01-17 16:12 UTC (24+ messages)
` [PATCH v3 01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit
` [PATCH v3 03/12] dt-bindings: serial: samsung: do not allow reg-io-width for gs101
` [PATCH v3 04/12] tty: serial: samsung: prepare for different IO types
` [PATCH v3 05/12] tty: serial: samsung: set UPIO_MEM32 iotype for gs101
` [PATCH v3 06/12] tty: serial: samsung: add gs101 earlycon support
` [PATCH v3 07/12] clk: samsung: gs101: add support for cmu_peric0
` [PATCH v3 08/12] arm64: dts: exynos: gs101: remove reg-io-width from serial
` [PATCH v3 10/12] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks
` [PATCH v3 11/12] arm64: dts: exynos: gs101: define USI8 with I2C configuration
max14830 irq
2024-01-17 15:03 UTC (11+ messages)
` max14830 nobody cared Disbling IRQ issue
[GIT PULL] TTY/Serial driver changes for 6.8-rc1
2024-01-17 11:13 UTC
[DO NOT MERGE v6 00/37] Device Tree support for SH7751 based board
2024-01-17 10:06 UTC (15+ messages)
` [DO NOT MERGE v6 01/37] sh: passing FDT address to kernel startup
` [DO NOT MERGE v6 09/37] dt-bindings: timer: renesas,tmu: add renesas,tmu-sh7750
` [DO NOT MERGE v6 17/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema
` [DO NOT MERGE v6 21/37] dt-bindings: serial: renesas,scif: Add scif-sh7751
` [DO NOT MERGE v6 22/37] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema
` [DO NOT MERGE v6 25/37] dt-bindings: vendor-prefixes: Add iodata
[PATCH 0/4] serial: max310x: probe fixes
2024-01-16 21:30 UTC (5+ messages)
` [PATCH 1/4] serial: max310x: set default value when reading clock ready bit
` [PATCH 2/4] serial: max310x: improve crystal stable clock detection
` [PATCH 3/4] serial: max310x: fail probe if clock crystal is unstable
` [PATCH 4/4] serial: max310x: prevent infinite while() loop in port startup
[RFC PATCH v1 0/2] Fix serial console for PREEMPT_RT
2024-01-16 18:24 UTC (5+ messages)
` [RFC PATCH v1 2/2] serial/8250: Avoid getting lock in RT atomic context
[syzbot] [serial?] KASAN: slab-use-after-free Read in tty_write_room (2)
2024-01-16 15:06 UTC
[PATCH] tty: fix atomicity violation in n_tty_read
2024-01-16 10:14 UTC (6+ messages)
[RFC PATCH v1 1/2] irq/spurious: Reset irqs_unhandled if an irq_thread handles one IRQ request
2024-01-16 7:34 UTC
[PATCH v4 0/3] w1: add UART w1 bus driver
2024-01-16 7:10 UTC (10+ messages)
` [PATCH v4 1/3] dt-bindings: w1: UART 1-Wire bus
inappropriate capability checks in tty_ioctl()
2024-01-15 15:34 UTC (6+ messages)
` [PATCH] tty: change the privilege required for tty operarions
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