linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-02 08:52:37 to 2022-06-07 18:54:23 UTC [more...]

[PATCH AUTOSEL 4.9 04/19] tty: Fix a possible resource leak in icom_probe
 2022-06-07 18:03 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 07/19] drivers: tty: serial: Fix deadlock in sa1100_set_termios()

[PATCH AUTOSEL 4.19 04/27] tty: Fix a possible resource leak in icom_probe
 2022-06-07 18:01 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 08/27] drivers: tty: serial: Fix deadlock in sa1100_set_termios()
` [PATCH AUTOSEL 4.19 16/27] serial: msm_serial: disable interrupts in __msm_console_write()

[PATCH AUTOSEL 5.10 06/38] tty: Fix a possible resource leak in icom_probe
 2022-06-07 17:58 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 10/38] drivers: tty: serial: Fix deadlock in sa1100_set_termios()
` [PATCH AUTOSEL 5.10 20/38] serial: msm_serial: disable interrupts in __msm_console_write()

[PATCH AUTOSEL 4.14 04/25] tty: Fix a possible resource leak in icom_probe
 2022-06-07 18:02 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 07/25] drivers: tty: serial: Fix deadlock in sa1100_set_termios()
` [PATCH AUTOSEL 4.14 15/25] serial: msm_serial: disable interrupts in __msm_console_write()

[PATCH AUTOSEL 5.4 05/34] tty: Fix a possible resource leak in icom_probe
 2022-06-07 17:59 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 09/34] drivers: tty: serial: Fix deadlock in sa1100_set_termios()
` [PATCH AUTOSEL 5.4 18/34] serial: msm_serial: disable interrupts in __msm_console_write()

[PATCH AUTOSEL 5.15 08/51] tty: Fix a possible resource leak in icom_probe
 2022-06-07 17:55 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 13/51] drivers: tty: serial: Fix deadlock in sa1100_set_termios()
` [PATCH AUTOSEL 5.15 27/51] serial: msm_serial: disable interrupts in __msm_console_write()

[PATCH AUTOSEL 5.17 08/60] tty: Fix a possible resource leak in icom_probe
 2022-06-07 17:52 UTC  (3+ messages)
` [PATCH AUTOSEL 5.17 13/60] drivers: tty: serial: Fix deadlock in sa1100_set_termios()
` [PATCH AUTOSEL 5.17 28/60] serial: msm_serial: disable interrupts in __msm_console_write()

[PATCH AUTOSEL 5.18 09/68] tty: Fix a possible resource leak in icom_probe
 2022-06-07 17:47 UTC  (3+ messages)
` [PATCH AUTOSEL 5.18 14/68] drivers: tty: serial: Fix deadlock in sa1100_set_termios()
` [PATCH AUTOSEL 5.18 30/68] serial: msm_serial: disable interrupts in __msm_console_write()

[PATCH] tty: serial: qcom-geni-serial: minor fixes to get_clk_div_rate()
 2022-06-07 17:40 UTC  (9+ messages)

[PATCH 01/36] tty/vt: consolemap: use ARRAY_SIZE()
 2022-06-07 16:25 UTC  (56+ messages)
` [PATCH 02/36] tty/vt: consolemap: rename and document struct uni_pagedir
` [PATCH 03/36] tty/vt: consolemap: define UNI_* macros for constants
` [PATCH 04/36] tty/vt: consolemap: decrypt inverse_translate()
` [PATCH 05/36] tty/vt: consolemap: remove extern from function decls
` [PATCH 06/36] tty/vt: consolemap: convert macros to static inlines
` [PATCH 07/36] tty/vt: consolemap: make parameters of inverse_translate() saner
` [PATCH 08/36] tty/vt: consolemap: one line = one statement
` [PATCH 09/36] tty/vt: consolemap: use | for binary addition
` [PATCH 10/36] tty/vt: consolemap: introduce UNI_*() macros
` [PATCH 11/36] tty/vt: consolemap: zero uni_pgdir using kcalloc()
` [PATCH 12/36] tty/vt: consolemap: use sizeof(*pointer) instead of sizeof(type)
` [PATCH 13/36] tty/vt: consolemap: make con_set_unimap() more readable
` [PATCH 14/36] tty/vt: consolemap: make con_get_unimap() "
` [PATCH 15/36] tty/vt: consolemap: make p1 increment less confusing in con_get_unimap()
` [PATCH 16/36] tty/vt: consolemap: check put_user() "
` [PATCH 17/36] tty/vt: consolemap: introduce enum translation_map and use it
` [PATCH 18/36] tty/vt: consolemap: remove glyph < 0 check from set_inverse_trans_unicode()
` [PATCH 19/36] tty/vt: consolemap: extract dict unsharing to con_unshare_unimap()
` [PATCH 20/36] tty/vt: consolemap: saner variable names in set_inverse_trans_unicode()
` [PATCH 21/36] tty/vt: consolemap: saner variable names in conv_uni_to_pc()
` [PATCH 22/36] tty/vt: consolemap: saner variable names in con_insert_unipair()
` [PATCH 23/36] tty/vt: consolemap: saner variable names in con_unify_unimap()
` [PATCH 24/36] tty/vt: consolemap: saner variable names in con_do_clear_unimap()
` [PATCH 25/36] tty/vt: consolemap: saner variable names in con_unshare_unimap()
` [PATCH 26/36] tty/vt: consolemap: saner variable names in con_release_unimap()
` [PATCH 27/36] tty/vt: consolemap: saner variable names in con_copy_unimap()
` [PATCH 28/36] tty/vt: consolemap: saner variable names in con_get_unimap()
` [PATCH 29/36] tty/vt: consolemap: saner variable names in con_set_unimap()
` [PATCH 30/36] tty/vt: consolemap: saner variable names in con_set_default_unimap()
` [PATCH 31/36] tty/vt: consolemap: make conv_uni_to_pc() more readable
` [PATCH 32/36] tty/vt: consolemap: remove superfluous whitespace
` [PATCH 33/36] tty/vt: consolemap: change refcount only if needed in con_do_clear_unimap()
` [PATCH 34/36] tty/vt: consolemap: extract con_allocate_new() from con_do_clear_unimap()
` [PATCH 35/36] tty/vt: consolemap: use con_allocate_new() in con_unshare_unimap()
` [PATCH 36/36] tty/vt: consolemap: walk the buffer only once in con_set_trans_old()

[PATCH v3 0/6] LSR flag preservation improvements
 2022-06-07 14:46 UTC  (11+ messages)
` [PATCH v3 1/6] serial: 8250: Store to lsr_save_flags after lsr read
` [PATCH v3 2/6] serial: 8250: Create serial_lsr_in()
` [PATCH v3 3/6] serial: 8250: Get preserved flags using serial_lsr_in()
` [PATCH v3 4/6] serial: 8250: Adjust misleading LSR related comment
` [PATCH v3 5/6] serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq()
` [PATCH v3 6/6] serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()

[V4] serial: core: Do stop_rx in suspend path for console if console_suspend is disabled
 2022-06-07 13:25 UTC  (11+ messages)

[PATCH v2] serial: 8250_omap: Fix syntax errors in comments
 2022-06-07 13:11 UTC  (3+ messages)

[PATCH] serial: core: check if uart_get_info succeeds before using
 2022-06-07 13:11 UTC  (4+ messages)

[PATCH v2 0/6] LSR flag preservation improvements
 2022-06-07 10:54 UTC  (17+ messages)
` [PATCH v2 1/6] serial: 8250: Store to lsr_save_flags after lsr read
` [PATCH v2 2/6] serial: 8250: Create serial_lsr_in()
` [PATCH v2 3/6] serial: 8250: Get preserved flags using serial_lsr_in()
` [PATCH v2 4/6] serial: 8250: Adjust misleading LSR related comment
` [PATCH v2 5/6] serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq()
` [PATCH v2 6/6] serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()

[PATCH 00/17] Add support for MT8365 EVK board
 2022-06-07 10:46 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] tty/vt: defkeymap.c_shipped, little unification with loadkeys
 2022-06-07 10:01 UTC  (6+ messages)
` [PATCH 2/2] tty/vt: Makefile, add --unicode for loadkeys invocation

[PATCH 1/2] serial: 8250: kill __do_stop_tx()
 2022-06-07  8:41 UTC  (2+ messages)
` [PATCH 2/2] serial: 8250: handle __start_tx() call in start_tx()

[PATCH v6 0/2] tty/serial: Process XON/XOFF robustly
 2022-06-06 15:36 UTC  (3+ messages)
` [PATCH v6 1/2] tty: Implement lookahead to process XON/XOFF timely
` [PATCH v6 2/2] tty: Use flow-control char function on closing path

tty: fix a possible hang on tty device
 2022-06-06 14:43 UTC  (6+ messages)

[PATCH] serial: 8250: 8250_omap: Fix syntax errors in comments
 2022-06-06 14:34 UTC  (2+ messages)

Non-working serial console
 2022-06-06 14:31 UTC  (5+ messages)

[PATCH v2 0/4] MAX310X I2C support
 2022-06-06 14:25 UTC  (6+ messages)
` [PATCH v2 1/4] serial: max310x: use regmap methods for SPI batch operations
` [PATCH v2 2/4] serial: max310x: use a separate regmap for each port
` [PATCH v2 3/4] serial: max310x: make accessing revision id interface-agnostic
` [PATCH v2 4/4] serial: max310x: implement I2C support

[PATCH v5 0/2] tty/serial: Process XON/XOFF robustly
 2022-06-06 14:19 UTC  (4+ messages)
` [PATCH v5 1/2] tty: Implement lookahead to process XON/XOFF timely
` [PATCH v5 2/2] tty: Use flow-control char function on closing path

[PATCH 00/36] RS485 serial_rs485 sanitization
 2022-06-06 10:04 UTC  (37+ messages)
` [PATCH 01/36] serial: Add uart_rs485_config()
` [PATCH 02/36] serial: Move serial_rs485 sanitization into separate function
` [PATCH 03/36] serial: Add rs485_supported to uart_port
` [PATCH 04/36] serial: 8250: Create serial8250_em485_supported for em485 users
` [PATCH 05/36] serial: 8250_bcm2835aux: Use serial8250_em485_supported
` [PATCH 06/36] serial: 8250_dwlib: Fill in rs485_supported
` [PATCH 07/36] serial: 8250_exar: "
` [PATCH 08/36] serial: 8250_fintek: "
` [PATCH 09/36] serial: 8250_lpc18cc: "
` [PATCH 10/36] serial: 8250_of: Use serial8250_em485_supported
` [PATCH 11/36] serial: 8250_pci: Fill in rs485_supported for pci_fintek
` [PATCH 12/36] serial: pl011: Fill in rs485_supported
` [PATCH 13/36] serial: ar933x: "
` [PATCH 14/36] serial: atmel: "
` [PATCH 15/36] serial: fsl_lpuart: "
` [PATCH 16/36] serial: imx: "
` [PATCH 17/36] serial: max310x: "
` [PATCH 18/36] serial: mcf: "
` [PATCH 19/36] serial: omap: "
` [PATCH 20/36] serial: sc16is7xx: "
` [PATCH 21/36] serial: stm32: "
` [PATCH 22/36] serial: Sanitize rs485_struct
` [PATCH 23/36] serial: Clear rs485 struct when non-RS485 mode is set
` [PATCH 24/36] serial: return -EINVAL for non-legacy RS485 flags
` [PATCH 25/36] serial: 8250_dwlib: Remove serial_rs485 sanitization
` [PATCH 26/36] serial: 8250_fintek: "
` [PATCH 27/36] serial: 8250: lpc18xx: "
` [PATCH 28/36] serial: 8250_pci: "
` [PATCH 29/36] serial: pl011: "
` [PATCH 30/36] serial: fsl_lpuart: Call core's sanitization and remove custom one
` [PATCH 31/36] serial: imx: Remove serial_rs485 sanitization
` [PATCH 32/36] serial: max310x: "
` [PATCH 33/36] serial: 8250_exar: Remove serial_rs485 assignment
` [PATCH 34/36] serial: mcf: "
` [PATCH 35/36] serial: sc16is7xx: "
` [PATCH 36/36] serial: 8250: Remove serial_rs485 sanitization from em485

[PATCH] dt-bindings: Fix properties without any type
 2022-06-06  3:33 UTC  (2+ messages)

[GIT PULL] TTY/Serial driver updates for 5.19-rc1
 2022-06-03 18:50 UTC  (2+ messages)

[PATCH v2 0/6] serial ports: add ability to suppress raising DTR & RTS on open
 2022-06-02 17:03 UTC  (6+ messages)
` [PATCH v2 2/6] serial: core: add sysfs attribute to suppress ready signalling "

[PATCH v2] earlycon: prevent multiple register_console()
 2022-06-02 14:29 UTC  (2+ messages)

[PATCH v1 00/19] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2022-06-02 12:58 UTC  (3+ messages)
` [PATCH v1 13/19] dt-bindings: arm: npcm: Add maintainer

[PATCH 0/3] serial: atmel: cleanup code
 2022-06-02  9:29 UTC  (5+ messages)
` [PATCH 1/3] tty: serial: atmel: stop using legacy pm ops
` [PATCH 2/3] tty: serial: atmel: improve clock management

[PATCH] earlycon: prevent multiple register_console()
 2022-06-02  8:52 UTC  (3+ 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).