public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-05 09:13:55 to 2025-03-17 07:01:39 UTC [more...]

[PATCH v2 00/31] tty: cleanup no. 99
 2025-03-17  7:00 UTC  (31+ messages)
` [PATCH v2 01/31] tty: convert "TTY Struct Flags" to an enum
` [PATCH v2 02/31] tty: audit: do not use N_TTY_BUF_SIZE
` [PATCH v2 03/31] tty: caif: "
` [PATCH v2 04/31] tty: move N_TTY_BUF_SIZE to n_tty
` [PATCH v2 05/31] tty: n_tty: use uint for space returned by tty_write_room()
` [PATCH v2 06/31] tty: n_tty: simplify process_output()
` [PATCH v2 07/31] tty: n_tty: clean up process_output_block()
` [PATCH v2 08/31] tty: n_tty: drop n_tty_trace()
` [PATCH v2 09/31] tty: n_tty: extract n_tty_continue_cookie() from n_tty_read()
` [PATCH v2 10/31] tty: n_tty: extract n_tty_wait_for_input()
` [PATCH v2 11/31] tty: n_tty: move more_to_be_read to the end of n_tty_read()
` [PATCH v2 12/31] tty: tty_driver: move TTY macros to the top
` [PATCH v2 13/31] tty: tty_driver: convert "TTY Driver Flags" to an enum
` [PATCH v2 14/31] tty: tty_driver: document both {,__}tty_alloc_driver() properly
` [PATCH v2 15/31] tty: tty_driver: introduce TTY driver sub/types enums
` [PATCH v2 16/31] tty: serdev: drop serdev_controller_ops::write_room()
` [PATCH v2 17/31] tty: mmc: sdio: use bool for cts and remove parentheses
` [PATCH v2 18/31] tty: moxa: drop version dump to logs
` [PATCH v2 19/31] tty: moxa: drop ISA support
` [PATCH v2 20/31] tty: moxa: carve out special ioctls and extra tty_port
` [PATCH v2 21/31] tty: srmcons: fix retval from srmcons_init()
` [PATCH v2 22/31] tty: staging/greybus: pass tty_driver flags to tty_alloc_driver()
` [PATCH v2 23/31] tty: sunsu: drop serial_{in,out}p()
` [PATCH v2 24/31] tty: sunsu: remove unused serial_icr_read()
` [PATCH v2 25/31] serial: remove redundant tty_port_link_device()
` [PATCH v2 26/31] serial: pass struct uart_state to uart_line_info()
` [PATCH v2 27/31] serial: 8250: use serial_port_in/out() helpers
` [PATCH v2 28/31] serial: 8250_rsa: simplify rsa8250_{request/release}_resource()
` [PATCH v2 29/31] serial: 8250_port: do not use goto for UPQ_NO_TXEN_TEST code flow
` [PATCH v2 30/31] serial: 8250_port: simplify serial8250_request_std_resource()

[PATCH 00/29] tty: cleanup no. 99
 2025-03-17  7:00 UTC  (4+ messages)

[linux-next:master] [serial] b63e6f60ea: BUG:soft_lockup-CPU##stuck_for#s![modprobe:#]
 2025-03-15  3:38 UTC  (2+ messages)

[PATCH v3 00/16] Introduce and use generic parity16/32/64 helper
 2025-03-15  0:14 UTC  (55+ messages)
` [PATCH v3 01/16] bitops: Change parity8() return type to bool
` [PATCH v3 02/16] bitops: Add parity16(), parity32(), and parity64() helpers
` [PATCH v3 03/16] media: media/test_drivers: Replace open-coded parity calculation with parity8()
` [PATCH v3 04/16] media: pci: cx18-av-vbi: "
` [PATCH v3 05/16] media: saa7115: "
` [PATCH v3 06/16] serial: max3100: "
` [PATCH v3 07/16] lib/bch: Replace open-coded parity calculation with parity32()
` [PATCH v3 08/16] Input: joystick - "
` [PATCH v3 09/16] net: ethernet: oa_tc6: "
` [PATCH v3 10/16] wifi: brcm80211: "
` [PATCH v3 11/16] drm/bridge: dw-hdmi: "
` [PATCH v3 12/16] mtd: ssfdc: "
` [PATCH v3 13/16] fsi: i2cr: "
` [PATCH v3 14/16] fsi: i2cr: Replace open-coded parity calculation with parity64()
` [PATCH v3 15/16] Input: joystick - "
` [PATCH v3 16/16] nfp: bpf: "

[PATCH v12 0/1] Optionally allow ttynull to be selected as a default console
 2025-03-14 16:07 UTC  (2+ messages)
` [PATCH v12 1/1] printk: Add an option to allow ttynull to be a default console device

[PATCH v10 0/1] Optionally allow ttynull to be selected as a default console
 2025-03-14 16:05 UTC  (5+ messages)
` [PATCH v10 1/1] printk: Add an option to allow ttynull to be a default console device

[PATCH v11 0/1] Optionally allow ttynull to be selected as a default console
 2025-03-14 13:55 UTC  (3+ messages)
` [PATCH v11 1/1] printk: Add an option to allow ttynull to be a default console device

[PATCH v4 03/13] dt-bindings: serial: Add compatible for Renesas RZ/T2H SoC in sci
 2025-03-14 11:05 UTC  (7+ messages)
` [PATCH v4 07/13] serial: sh-sci: Fix a comment about SCIFA
` [PATCH v4 08/13] serial: sh-sci: Introduced function pointers
` [PATCH v4 09/13] serial: sh-sci: Introduced sci_of_data
` [PATCH v4 10/13] serial: sh-sci: Add support for RZ/T2H SCI

[PATCH v6 0/3] Add support for SAMA7D65
 2025-03-14 10:08 UTC  (10+ messages)
` [PATCH v6 1/3] dt-bindings: serial: atmel,at91-usart: add microchip,sama7d65-usart
  ` [RESEND PATCH "
` [PATCH v6 2/3] dt-bindings: pinctrl: at91-pio4: add microchip,sama7d65-pinctrl
  ` [RESEND PATCH "
` [PATCH v6 3/3] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,sama7d65-flexcom
  ` [RESEND PATCH "
  ` (subset) [PATCH "
` [RESEND PATCH v6 0/3] Add support for SAMA7D65

[PATCH] tty: serial: uartlite: ensure uart driver is registered
 2025-03-14  5:35 UTC  (2+ messages)

[PATCH v9 0/1] Optionally allow ttynull to be selected as a default console
 2025-03-13 21:03 UTC  (2+ messages)
` [PATCH v9 1/1] printk: Add an option to allow ttynull to be a default console device

[PATCH 0/3] USB-Serial serdev support
 2025-03-13 19:40 UTC  (9+ messages)

[PATCH v8 0/4] Optionally allow ttynull to be selected as a default console
 2025-03-13 12:09 UTC  (10+ messages)
` [PATCH v8 1/4] ttynull: Always initialize console index to -1
` [PATCH v8 2/4] ttynull: Add an option to allow ttynull to be used as a console device
` [PATCH v8 3/4] tty: Change order of ttynull to be linked sooner if enabled as a console
` [PATCH v8 4/4] Documentation/serial-console: Document CONFIG_NULL_TTY_DEFAULT_CONSOLE

[PATCH v6 0/3] Optionally allow ttynull to be selected as a default console
 2025-03-12 13:42 UTC  (8+ messages)
` [PATCH v6 3/3] tty: Change order of ttynull to be linked sooner if enabled as a console

[PATCH V3 0/3] tty: serial: fsl_lpuart: cleanup lpuart driver
 2025-03-12  2:39 UTC  (4+ messages)
` [PATCH V3 1/3] tty: serial: fsl_lpuart: Use u32 and u8 for register variables
` [PATCH V3 2/3] tty: serial: fsl_lpuart: use port struct directly to simply code
` [PATCH V3 3/3] tty: serial: fsl_lpuart: rename register variables more specifically

[PATCH V3] tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers
 2025-03-12  2:25 UTC 

[PATCH 0/5] printk: renaming some suspend/resume functions and one fix for unblanking
 2025-03-11 14:41 UTC  (4+ messages)

[PATCH] tty: serial: 8250: Add Brainboxes XC devices
 2025-03-11  6:58 UTC  (3+ messages)

[PATCH V2 0/3] tty: serial: fsl_lpuart: cleanup lpuart driver
 2025-03-11  6:57 UTC  (6+ messages)
` [PATCH V2 1/3] tty: serial: fsl_lpuart: Use u32 for register variables
` [PATCH V2 2/3] tty: serial: fsl_lpuart: use port struct directly to simply code
` [PATCH V2 3/3] tty: serial: lpuart: rename register variables more specifically

[PATCH V2] tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers
 2025-03-11  6:28 UTC  (3+ messages)

[PATCH] tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers
 2025-03-11  1:58 UTC  (7+ messages)

[PATCH v3] serial: amba-pl011: Implement nbcon console
 2025-03-10  7:56 UTC  (4+ messages)

[PATCH v3 0/9] Add support to load QUP SE firmware from
 2025-03-08 18:06 UTC  (6+ messages)
` [PATCH v3 6/9] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem

[syzbot] [serial?] KASAN: slab-out-of-bounds Read in vc_uniscr_check
 2025-03-08  0:03 UTC 

[PATCH] dt-bindings: serial: fsl-lpuart: support i.MX94
 2025-03-07 15:55 UTC  (2+ messages)

[PATCH 0/2] tty: serial: fsl_lpuart: cleanup lpuart driver
 2025-03-07  8:02 UTC  (5+ messages)
` [PATCH 1/2] tty: serial: fsl_lpuart: Use u32 for register variables
` [PATCH 2/2] tty: serial: fsl_lpuart: use port struct directly to simply code

[PATCH] tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMODIR register
 2025-03-07  6:58 UTC  (2+ messages)

[PATCH v1] serial: qcom-geni: Remove alias dependency from qcom serial driver
 2025-03-07  6:52 UTC  (4+ messages)

[PATCH] serial: 8250: Optimize port function assignment with generic macro
 2025-03-07  2:12 UTC  (3+ messages)

[PATCH v7 0/3] Optionally allow ttynull to be selected as a default console
 2025-03-06 13:41 UTC  (9+ messages)
` [PATCH v7 2/3] ttynull: Add an option to allow ttynull to be used as a console device
` [PATCH v7 3/3] tty: Change order of ttynull to be linked sooner if enabled as a console

[PATCH v3 09/13] serial: sh-sci: Introduced sci_of_data
 2025-03-06 10:17 UTC  (2+ messages)

[PATCH RESEND] tty: vt: make defkeymap for shifted F-keys consistent with kbd
 2025-03-06  7:20 UTC  (2+ messages)

[PATCH v2 00/18] Introduce and use generic parity16/32/64 helper
 2025-03-05 16:20 UTC  (3+ messages)
` [PATCH v2 03/18] bitops: Add parity16(), parity32(), and parity64() helpers

[PATCH v2 00/34] Compiler-Based Capability- and Locking-Analysis
 2025-03-05 16:16 UTC  (11+ messages)
` [PATCH v2 01/34] compiler_types: Move lock checking attributes to compiler-capability-analysis.h
` [PATCH v2 31/34] drivers/tty: Enable capability analysis for core files

[PATCH] serial: icom: fix inconsistent indenting warning
 2025-03-05  9:51 UTC  (2+ messages)
` [PATCH v2] serial: icom: fix code format problems


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox