Linux-Serial Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-21 17:58:31 to 2023-11-28 13:26:28 UTC [more...]

[PATCH 1/5] tty: make tty const in tty_get_baud_rate()
 2023-11-28 13:26 UTC  (9+ messages)
` [PATCH 2/5] tty: srmcons: make srmcons_do_write() return void
` [PATCH 3/5] tty: srmcons: use 'count' directly in srmcons_do_write()
` [PATCH 4/5] tty: srmcons: switch need_cr to bool
` [PATCH 5/5] tty: srmcons: remove 'str_cr' and use string directly

[PATCH] serial/8250: Set fifo timeout with uart_fifo_timeout()
 2023-11-28 12:22 UTC  (4+ messages)

[PATCH v3 RESEND] hid-ft260: Add serial driver
 2023-11-28 10:29 UTC  (5+ messages)

[PATCH 0/2] serial: msm: Allow scaling power domains and interconnect
 2023-11-28  9:43 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: serial: qcom,msm-uartdm: Vote for shared resources
` [PATCH 2/2] serial: msm: Use OPP table for DVFS support

[PATCH v3 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-11-28  8:58 UTC  (7+ messages)
` [PATCH v3 17/20] arm64: dts: google: Add initial Google gs101 SoC support

[PATCH] dt-bindings: serial: add assigned-clock-parents and assigned-clocks properties
 2023-11-28  8:50 UTC  (2+ messages)

[PATCH v1 0/3] Bluetooth: fix recv_buf() return value
 2023-11-28  7:40 UTC  (8+ messages)
` [PATCH v1 1/3] Bluetooth: btnxpuart: "
` [PATCH v1 2/3] Bluetooth: btmtkuart: "

What is the successor of /dev/rfcomm0 after the rfcomm tool be deprecated
 2023-11-28  7:16 UTC 

[PATCH] serial: 8250_omap: Set the console genpd always on if no console suspend
 2023-11-28  5:05 UTC  (17+ messages)

[PATCH v4 2/2] dt-bindings: serial: Add support for enabling RS485 mode via GPIO at boot time
 2023-11-27 20:01 UTC  (2+ messages)

[PATCH v6 00/11] Introduce STM32 Firewall framework
 2023-11-27 13:46 UTC  (7+ messages)
` [PATCH v6 10/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards

WARNING around serdev/bt/btnxpuart with 6.7-rc2
 2023-11-27 12:59 UTC  (6+ messages)

[PATCH 0/2] serial: add rs485-mux-gpio dt binding and support
 2023-11-27 12:14 UTC  (16+ messages)
` [PATCH 1/2] dt-bindings: serial: rs485: add rs485-mux-gpios binding
` [PATCH 2/2] serial: core: implement support for rs485-mux-gpios

[PATCH 00/17] tty: small cleanups and fixes
 2023-11-27  9:30 UTC  (20+ messages)
` [PATCH 04/17] tty: move locking docs out of Returns for functions in tty.h
` [PATCH 09/17] tty: hso: don't emit load/unload info to the log
` [PATCH 10/17] tty: hso: don't initialize global serial_table
` [PATCH 14/17] tty: srmcons: use 'count' directly in srmcons_do_write()
` [PATCH 17/17] tty: srmcons: make 'str_cr' const and non-array

[PATCH] serial: sh-sci: convert not to use dma_request_slave_channel()
 2023-11-27  8:35 UTC  (2+ messages)

[Patch v8 0/6] ledtrig-tty: add additional tty state evaluation
 2023-11-27  8:19 UTC  (19+ messages)
` [Patch v8 2/6] leds: ledtrig-tty: free allocated ttyname buffer on deactivate
` [Patch v8 3/6] leds: ledtrig-tty: change logging if get icount failed
` [Patch v8 4/6] leds: ledtrig-tty: replace mutex with completion
` [Patch v8 5/6] leds: ledtrig-tty: make rx tx activitate configurable
` [Patch v8 6/6] leds: ledtrig-tty: add additional line state evaluation

[RFC PATCH] serial: core: Use pm_runtime_get_sync() in uart_start()
 2023-11-27  2:06 UTC  (5+ messages)

[PATCH] serial: 8250_dw: Decouple DLF register check from UCV
 2023-11-26 16:04 UTC 

[PATCH] dt-bindings: serial: fsl-linflexuart: change the maintainer email address
 2023-11-26 14:51 UTC  (3+ messages)

[tty:tty-testing] BUILD SUCCESS ab58841ab9fca536e5579312d7b46cbc4822e29c
 2023-11-26  7:36 UTC 

[PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC
 2023-11-25 20:48 UTC  (3+ messages)
` [PATCH 10/17] dt-bindings: iio: samsung,exynos-adc: "

[PATCH v4 0/6] Cleanup AMBA PL011 driver
 2023-11-25  7:22 UTC  (10+ messages)
` [PATCH v4 1/6] tty: serial: amba: cleanup whitespace
` [PATCH v4 2/6] tty: serial: amba: Use linux/bits.h macros for constant declarations
` [PATCH v4 3/6] tty: serial: amba-pl011: cleanup driver
` [PATCH v4 4/6] tty: serial: amba-pl011: replace TIOCMBIT macros by static functions
` [PATCH v4 5/6] tty: serial: amba-pl011: unindent pl011_console_get_options function body
` [PATCH v4 6/6] tty: serial: amba-pl011: factor QDF2400 SoC erratum 44 out of probe

[PATCH v4 00/19] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-11-24 22:16 UTC  (23+ messages)
` [PATCH v4 07/19] dt-bindings: pinctrl: samsung: add gs101-wakeup-eint compatible
` [PATCH v4 09/19] dt-bindings: serial: samsung: Make samsung,uart-fifosize required property
` [PATCH v4 11/19] clk: samsung: clk-gs101: Add cmu_top, cmu_misc and cmu_apm support
` [PATCH v4 15/19] watchdog: s3c2410_wdt: Add support for WTCON register DBGACK_MASK bit
` [PATCH v4 16/19] tty: serial: samsung: Add gs101 compatible and common fifoszdt_serial_drv_data
` [PATCH v4 18/19] arm64: dts: exynos: google: Add initial Oriole/pixel 6 board support

[PATCH 0/5] pstore: add tty frontend and multi-backend
 2023-11-24 21:43 UTC  (3+ messages)

[PATCH v5] tty: serial: Add RS422 flag to struct serial_rs485
 2023-11-24 21:06 UTC  (3+ messages)

[tty:tty-linus] BUILD SUCCESS 58ac1b3799799069d53f5bf95c093f2fe8dd3cc5
 2023-11-24 20:54 UTC 

[tty:tty-testing] BUILD REGRESSION 53d40bb0f146410c58d791da5bd66451513e96ec
 2023-11-24 20:54 UTC 

[PATCH v5 0/5] RISC-V SBI debug console extension support
 2023-11-24 17:31 UTC  (7+ messages)
` [PATCH v5 1/5] RISC-V: Add stubs for sbi_console_putchar/getchar()
` [PATCH v5 2/5] RISC-V: Add SBI debug console helper routines
` [PATCH v5 3/5] tty/serial: Add RISC-V SBI debug console based earlycon
` [PATCH v5 4/5] tty: Add SBI debug console support to HVC SBI driver
` [PATCH v5 5/5] RISC-V: Enable SBI based earlycon support

[PATCH] serial: imx: fix tx statemachine deadlock
 2023-11-24 13:55 UTC  (9+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[tty:tty-testing 73/98] drivers/tty/serial/amba-pl011.c:128:12: error: call to undeclared function 'FIELD_PREP_CONST'; ISO C99 and later do not support implicit function declarations
 2023-11-24 13:19 UTC 

[tty:tty-testing 73/98] drivers/tty/serial/amba-pl011.c:128:12: error: implicit declaration of function 'FIELD_PREP_CONST' is invalid in C99
 2023-11-24 11:45 UTC 

[PATCH] serial: sc16is7xx: improve regmap debugfs by using one regmap per port
 2023-11-24 11:22 UTC  (4+ messages)

[PATCH v3 0/3] Add support for DEVNAME:0.0 style hardware based addressing
 2023-11-24  6:32 UTC  (14+ messages)
` [PATCH v3 1/3] printk: Save console options for add_preferred_console_match()
` [PATCH v3 3/3] serial: core: Move console character device handling from printk

[PATCH v4 1/2] serial: core: Add support for enabling RS485 mode via GPIO at boot time
 2023-11-23 14:18 UTC  (2+ messages)

[RESEND PATCH v4 0/7] Fixes and improvements for RS485 (RESEND)
 2023-11-23 14:17 UTC  (4+ messages)
` [RESEND PATCH v4 1/7] serial: Do not hold the port lock when setting rx-during-tx GPIO

[PATCH] serial: core: Add option to enable RS485 mode via GPIO
 2023-11-23 14:14 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v3 1/2] "

[PATCH v4 0/5] RISC-V SBI debug console extension support
 2023-11-23 14:45 UTC  (16+ messages)
` [PATCH v4 1/5] RISC-V: Add stubs for sbi_console_putchar/getchar()
` [PATCH v4 2/5] RISC-V: Add SBI debug console helper routines
` [PATCH v4 3/5] tty/serial: Add RISC-V SBI debug console based earlycon
` [PATCH v4 5/5] RISC-V: Enable SBI based earlycon support

[PATCH v5] serial: sc16is7xx: address RX timeout interrupt errata
 2023-11-23  7:28 UTC 

[PATCH v2 00/12] Introduce ExynosAutov920 SoC and SADK board
 2023-11-23  6:22 UTC  (9+ messages)
  ` [PATCH v2 10/12] pinctrl: samsung: add exynosautov920 pinctrl

[PATCH 00/52] serial: Convert to platform remove callback returning void
 2023-11-22 23:23 UTC  (3+ messages)
` [PATCH 03/52] serial: 8250: "

[PATCH v4] serial: sc16is7xx: address RX timeout interrupt errata
 2023-11-22 19:37 UTC  (2+ messages)

[PATCH V2 1/2] dt-bindings: serial: add Broadcom's BCMBCA family High Speed UART
 2023-11-22 19:28 UTC  (15+ messages)
` [PATCH V2 2/2] ARM: dts: broadcom: Add BCM63138's high speed UART

[PATCH] serial: max310x: change confusing comment about Tx FIFO
 2023-11-22 17:59 UTC 

[PATCH] serial: sc16is7xx: change confusing comment about Tx FIFO
 2023-11-22 17:58 UTC 

[PATCH v2] ARM: PL011: Fix DMA support
 2023-11-22 17:15 UTC 

[PATCH] ARM: PL011: Fix DMA support
 2023-11-22 14:57 UTC  (5+ messages)

[PATCH] serial: imx: also enable Transmit Complete interrupt in rs232 mode
 2023-11-22 13:34 UTC  (6+ messages)

[RFC PATCH v2 06/21] RISC-V: Kconfig: Select deferred GSI probe for ACPI systems
 2023-11-22 12:22 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: serial: add Broadcom's BCM63138 High Speed UART
 2023-11-22  7:34 UTC  (5+ messages)

[PATCH] serial: imx: also enable Transmit Complete interrupt in rs232 mode
 2023-11-21 20:59 UTC  (2+ messages)

[PATCH 0/6] tty: remove unused structure members
 2023-11-21 18:30 UTC  (3+ messages)
` [PATCH 2/6] tty: ipwireless: remove unused ipw_dev::attribute_memory


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 read-only IMAP folder(s) and NNTP newsgroup(s).