messages from 2023-11-20 21:21:35 to 2023-11-23 20:19:54 UTC [more...]
[PATCH 00/17] tty: small cleanups and fixes
2023-11-23 20:19 UTC (36+ messages)
` [PATCH 01/17] tty: deprecate tty_write_message()
` [PATCH 02/17] tty: remove unneeded mbz from tiocsti()
` [PATCH 03/17] tty: fix tty_operations types in documentation
` [PATCH 04/17] tty: move locking docs out of Returns for functions in tty.h
` [PATCH 05/17] tty: amiserial: return from receive_chars() without goto
` [PATCH 06/17] tty: amiserial: use bool and rename overrun flag in receive_chars()
` [PATCH 07/17] tty: ehv_bytecha: use memcpy_and_pad() in local_ev_byte_channel_send()
` [PATCH 08/17] tty: goldfish: drop unneeded temporary variables
` [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 11/17] tty: hvc_console: use flexible array for outbuf
` [PATCH 12/17] tty: nozomi: remove unused debugging DUMP()
` [PATCH 13/17] tty: srmcons: use 'buf' directly in srmcons_do_write()
` [PATCH 14/17] tty: srmcons: use 'count' "
` [PATCH 15/17] tty: srmcons: make srmcons_do_write() return void
` [PATCH 16/17] tty: srmcons: switch need_cr to bool
` [PATCH 17/17] tty: srmcons: make 'str_cr' const and non-array
[PATCH v4 00/19] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
2023-11-23 19:47 UTC (37+ messages)
` [PATCH v4 02/19] dt-bindings: clock: Add Google gs101 clock management unit bindings
` [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 10/19] clk: samsung: clk-pll: Add support for pll_{0516,0517,518}
` [PATCH v4 11/19] clk: samsung: clk-gs101: Add cmu_top, cmu_misc and cmu_apm support
` [PATCH v4 12/19] pinctrl: samsung: Add filter selection support for alive banks
` [PATCH v4 13/19] pinctrl: samsung: Add gs101 SoC pinctrl configuration
` [PATCH v4 14/19] watchdog: s3c2410_wdt: Add support for Google gs101 SoC
` [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 17/19] arm64: dts: exynos: google: Add initial Google gs101 SoC support
` [PATCH v4 18/19] arm64: dts: exynos: google: Add initial Oriole/pixel 6 board support
` [PATCH v4 19/19] MAINTAINERS: add entry for Google Tensor SoC
[PATCH v4 0/6] Cleanup AMBA PL011 driver
2023-11-23 19:35 UTC (9+ 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 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 v5] tty: serial: Add RS422 flag to struct serial_rs485
2023-11-23 14:16 UTC (2+ messages)
[PATCH] serial: core: Add option to enable RS485 mode via GPIO
2023-11-23 14:14 UTC (9+ messages)
` [PATCH v2] "
` [PATCH v3 1/2] "
` [PATCH v3 2/2] dt-bindings: serial: "
[Patch v8 0/6] ledtrig-tty: add additional tty state evaluation
2023-11-23 14:12 UTC (19+ messages)
` [Patch v8 1/6] tty: add new helper function tty_get_tiocm
` [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
[PATCH v4 0/5] RISC-V SBI debug console extension support
2023-11-23 14:45 UTC (19+ 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 4/5] tty: Add SBI debug console support to HVC SBI driver
` [PATCH v4 5/5] RISC-V: Enable SBI based earlycon support
[PATCH 0/2] serial: add rs485-mux-gpio dt binding and support
2023-11-23 13:48 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 v3 0/3] Add support for DEVNAME:0.0 style hardware based addressing
2023-11-23 7:29 UTC (14+ messages)
` [PATCH v3 1/3] printk: Save console options for add_preferred_console_match()
` [PATCH v3 2/3] serial: core: Add support for DEVNAME:0.0 style naming for kernel console
` [PATCH v3 3/3] serial: core: Move console character device handling from printk
[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: 8250_omap: Set the console genpd always on if no console suspend
2023-11-22 14:47 UTC (9+ messages)
[PATCH] serial: imx: also enable Transmit Complete interrupt in rs232 mode
2023-11-22 13:34 UTC (9+ 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 v3 RESEND] hid-ft260: Add serial driver
2023-11-22 10:15 UTC (2+ messages)
[PATCH 1/2] dt-bindings: serial: add Broadcom's BCM63138 High Speed UART
2023-11-22 7:34 UTC (6+ messages)
` [PATCH 2/2] ARM: dts: broadcom: Add BCM63138's high speed UART
[PATCH 0/6] tty: remove unused structure members
2023-11-21 18:30 UTC (11+ messages)
` [PATCH 1/6] tty: con3215: drop raw3215_info::ubuffer
` [PATCH 2/6] tty: ipwireless: remove unused ipw_dev::attribute_memory
` [PATCH 3/6] tty: jsm: remove unused members from struct board_ops
` [PATCH 4/6] tty: jsm: remove unused struct jsm_board members
` [PATCH 5/6] tty: rp2: remove unused rp2_uart_port::ignore_rx
` [PATCH 6/6] tty: serial_cs: remove unused struct serial_cfg_mem
[PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC
2023-11-21 17:48 UTC (3+ messages)
` [PATCH 16/17] arm64: dts: exynos850: add specific compatibles to several blocks
[PATCH v2 1/2] serial: core: Move tty and serdev to be children of serial core port device
2023-11-21 17:21 UTC (3+ messages)
` [PATCH v2 2/2] serial: core: Revert checks for tx runtime PM state
[PATCH v2 0/1] serial: sc16is7xx: improve regmap debugfs with one regmap per port
2023-11-21 16:15 UTC (4+ messages)
` [PATCH v2 1/1] serial: sc16is7xx: improve regmap debugfs by using "
[PATCH v4 2/2] dt-bindings: serial: Add support for enabling RS485 mode via GPIO at boot time
2023-11-21 8:28 UTC
[PATCH] tty: serial: uartlite: Document uartlite_data in kernel-doc style
2023-11-21 4:45 UTC (2+ messages)
PSA: this list has moved to new vger infra (no action required)
2023-11-21 1:06 UTC
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).