Linux Serial
[Prev Page][Next Page]
- [PATCH 13/45] tty: vt: define an enum for CSI+K codes, (continued)
- [PATCH 13/45] tty: vt: define an enum for CSI+K codes,
Jiri Slaby (SUSE)
- [PATCH 14/45] tty: vt: reflow csi_K(),
Jiri Slaby (SUSE)
- [PATCH 15/45] tty: vt: pass vpar as unsigned to csi_J() and csi_K(),
Jiri Slaby (SUSE)
- [PATCH 16/45] tty: vt: define an enum for ascii characters,
Jiri Slaby (SUSE)
- [PATCH 17/45] tty: vt: remove extern from functions in selection.h,
Jiri Slaby (SUSE)
- [PATCH 18/45] tty: vt: make consw::con_debug_*() return void,
Jiri Slaby (SUSE)
- [PATCH 19/45] tty: vt: make init parameter of consw::con_init() a bool,
Jiri Slaby (SUSE)
- [PATCH 20/45] tty: vt: sanitize arguments of consw::con_clear(),
Jiri Slaby (SUSE)
- [PATCH 21/45] tty: vt: remove checks for count in consw::con_clear() implementations,
Jiri Slaby (SUSE)
- [PATCH 22/45] tty: vt: add con_putc() helper,
Jiri Slaby (SUSE)
- [PATCH 23/45] tty: vt: eliminate unneeded consw::con_putc() implementations,
Jiri Slaby (SUSE)
- [PATCH 24/45] tty: vt: sanitize consw::con_putc() parameters,
Jiri Slaby (SUSE)
- [PATCH 25/45] tty: vt: sanitize consw::con_putcs() parameters,
Jiri Slaby (SUSE)
- [PATCH 26/45] consoles: use if instead of switch-case in consw::con_cursor(),
Jiri Slaby (SUSE)
- [PATCH 27/45] fbdev/core: simplify cursor_state setting in fbcon_ops::cursor(),
Jiri Slaby (SUSE)
- [PATCH 28/45] tty: vt: remove CM_* constants,
Jiri Slaby (SUSE)
- [PATCH 29/45] tty: vt: make consw::con_switch() return a bool,
Jiri Slaby (SUSE)
- [PATCH 30/45] tty: vt: stop using -1 for blank mode in consw::con_blank(),
Jiri Slaby (SUSE)
- [PATCH 31/45] tty: vt: use VESA blanking constants,
Jiri Slaby (SUSE)
- [PATCH 32/45] tty: vt: use enum for VESA blanking modes,
Jiri Slaby (SUSE)
- [PATCH 33/45] tty: vt: make types around consw::con_blank() bool,
Jiri Slaby (SUSE)
- [PATCH 34/45] tty: vt: make font of consw::con_font_set() const,
Jiri Slaby (SUSE)
- [PATCH 35/45] tty: vt: make consw::con_font_default()'s name const,
Jiri Slaby (SUSE)
- [PATCH 36/45] tty: vt: change consw::con_set_origin() return type,
Jiri Slaby (SUSE)
- [PATCH 37/45] fbcon: remove consw::con_screen_pos(),
Jiri Slaby (SUSE)
- [PATCH 38/45] tty: vt: remove consw::con_screen_pos(),
Jiri Slaby (SUSE)
- [PATCH 39/45] tty: vt: make types of screenpos() more consistent,
Jiri Slaby (SUSE)
- [PATCH 40/45] fbcon: remove fbcon_getxy(),
Jiri Slaby (SUSE)
- [PATCH 41/45] tty: vt: remove consw::con_getxy(),
Jiri Slaby (SUSE)
- [PATCH 42/45] tty: vt: remove unused consw::con_flush_scrollback(),
Jiri Slaby (SUSE)
- [PATCH 43/45] tty: vt: document the rest of struct consw,
Jiri Slaby (SUSE)
- [PATCH 44/45] tty: vt: fix up kernel-doc,
Jiri Slaby (SUSE)
- [PATCH 45/45] Documentation: add console.rst,
Jiri Slaby (SUSE)
- [PATCH V9 0/3] Add rs485 support to uartps driver,
Manikanta Guntupalli
- [PATCH 00/18] serial: max310x: cleanups and improvements,
Hugo Villeneuve
- [PATCH 03/18] serial: max310x: use i2c_get_match_data(),
Hugo Villeneuve
- [PATCH 08/18] serial: max310x: use separate regmap name for each port,
Hugo Villeneuve
- [PATCH 09/18] serial: max310x: simplify probe() and remove() error handling,
Hugo Villeneuve
- [PATCH 01/18] serial: max310x: fix NULL pointer dereference in I2C instantiation,
Hugo Villeneuve
- [PATCH 02/18] serial: max310x: add I2C device table for instantiation from userspace,
Hugo Villeneuve
- [PATCH 04/18] serial: max310x: use spi_get_device_match_data(),
Hugo Villeneuve
- [PATCH 11/18] serial: max310x: use dev_err_probe() instead of dev_err(),
Hugo Villeneuve
- [PATCH 05/18] serial: max310x: fix syntax error in IRQ error message,
Hugo Villeneuve
- [PATCH 07/18] serial: max310x: add macro for max number of ports,
Hugo Villeneuve
- [PATCH 06/18] serial: max310x: remove holes in struct max310x_devtype,
Hugo Villeneuve
- [PATCH 10/18] serial: max310x: add explicit return for some switch default cases,
Hugo Villeneuve
- [PATCH 12/18] serial: max310x: replace hardcoded masks with preferred GENMASK(),
Hugo Villeneuve
- [PATCH 13/18] serial: max310x: use common detect function for all variants,
Hugo Villeneuve
- [PATCH 15/18] serial: max310x: replace ENOTSUPP with preferred EOPNOTSUPP (checkpatch),
Hugo Villeneuve
- [PATCH 14/18] serial: max310x: use common power function for all variants,
Hugo Villeneuve
- [PATCH 16/18] serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch),
Hugo Villeneuve
- [PATCH 18/18] serial: max310x: fix indentation,
Hugo Villeneuve
- [PATCH 17/18] serial: max310x: reformat and improve comments,
Hugo Villeneuve
- Re: [PATCH 00/18] serial: max310x: cleanups and improvements,
Andy Shevchenko
- [GIT PULL] TTY/Serial driver changes for 6.8-rc1,
Greg KH
- [PATCH v3 0/2] Add support to dump printk buffer to console via sysrq,
Sreenath Vijayan
- [PATCH 0/4] serial: max310x: probe fixes,
Hugo Villeneuve
- [syzbot] [serial?] KASAN: slab-use-after-free Read in tty_write_room (2),
syzbot
- [RESEND RFC PATCH v1 0/2] Fix serial console for PREEMPT_RT,
Leonardo Bras
- [RFC PATCH v1 1/2] irq/spurious: Reset irqs_unhandled if an irq_thread handles one IRQ request,
Leonardo Bras
- [RFC PATCH v1 0/2] Fix serial console for PREEMPT_RT,
Leonardo Bras
- [PATCH 1/2] soc: qcom: geni-se: Add M_TX_FIFO_NOT_EMPTY bit definition,
Douglas Anderson
- [PATCH v10] serial: linflexuart: Remove redundant uart type assignment,
Lizhe
- [PATCH] tty: fix atomicity violation in n_tty_read,
Gui-Dong Han
- [PATCH] serial: core: Fix double fetch in uart_throttle/uart_unthrottle,
Gui-Dong Han
- [PATCH v2] serial: core: Fix atomicity violation in uart_tiocmget,
Gui-Dong Han
- [PATCH v2 0/4] serial: stm32: improve driver for stm32mp25,
Valentin Caron
- [PATCH] serial: core: Fix atomicity violation in uart_tiocmget,
Gui-Dong Han
- [PATCH 0/4] serial: stm32: improve driver for stm32mp25,
Valentin Caron
- [PATCH v9] serial: linflexuart: Remove redundant uart type assignment,
Lizhe
- [PATCH v8] serial: linflexuart: Remove redundant uart type assignment,
Lizhe
- [PATCH v1 RESEND] serial: 8250: Set fifo timeout with uart_fifo_timeout(),
Michael Pratt
- [PATCH v2] serial: 8250_pci1xxxx: fix off by one in pci1xxxx_process_read_data(),
Dan Carpenter
- [PATCH] serial: 8250_pci1xxxx: off by one in pci1xxxx_process_read_data(),
Dan Carpenter
- [PATCH v2 0/7] I3C target mode support,
Frank Li
- [PATCH v2 1/7] i3c: add target mode support,
Frank Li
- [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Frank Li
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Krzysztof Kozlowski
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Frank Li
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Krzysztof Kozlowski
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Krzysztof Kozlowski
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Frank Li
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Frank Li
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Krzysztof Kozlowski
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Frank Li
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Krzysztof Kozlowski
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Conor Dooley
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Krzysztof Kozlowski
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Conor Dooley
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Frank Li
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Conor Dooley
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Frank Li
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Krzysztof Kozlowski
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Frank Li
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Krzysztof Kozlowski
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Krzysztof Kozlowski
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Frank Li
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Krzysztof Kozlowski
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Frank Li
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Krzysztof Kozlowski
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Frank Li
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Frank Li
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Frank Li
- Re: [PATCH v2 2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1,
Krzysztof Kozlowski
- [PATCH v2 3/7] Documentation: i3c: Add I3C target mode controller and function,
Frank Li
- [PATCH v2 4/7] i3c: target: add svc target controller support,
Frank Li
- [PATCH v2 5/7] i3c: target: func: add tty driver,
Frank Li
- [PATCH v2 6/7] i3c: add API i3c_dev_gettstatus_format1() to get target device status,
Frank Li
- [PATCH v2 7/7] tty: i3c: add TTY over I3C master support,
Frank Li
- [PATCH] serial: 8250: Move hp300_setup_serial_console() to <linux/serial_8250.h>,
Geert Uytterhoeven
- [PATCH V8 0/3] Add rs485 support to uartps driver,
Manikanta Guntupalli
- [PATCH 00/18] serial: samsung: gs101 updates and winter cleanup,
Tudor Ambarus
- [PATCH 02/18] tty: serial: samsung: set UPIO_MEM32 iotype for gs101,
Tudor Ambarus
- [PATCH 01/18] tty: serial: samsung: prepare for different IO types,
Tudor Ambarus
- [PATCH 03/18] tty: serial: samsung: add gs101 earlycon support,
Tudor Ambarus
- [PATCH 04/18] tty: serial: samsung: sort headers alphabetically,
Tudor Ambarus
- [PATCH 05/18] tty: serial: samsung: explicitly include <linux/types.h>,
Tudor Ambarus
- [PATCH 06/18] tty: serial: samsung: use u32 for register interactions,
Tudor Ambarus
- [PATCH 07/18] tty: serial: samsung: remove braces on single statement block,
Tudor Ambarus
- [PATCH 08/18] tty: serial: samsung: move open brace '{' on the next line,
Tudor Ambarus
- [PATCH 09/18] tty: serial: samsung: drop superfluous comment,
Tudor Ambarus
- [PATCH 10/18] tty: serial: samsung: make max_count unsigned int,
Tudor Ambarus
- [PATCH 11/18] tty: serial: samsung: don't compare with zero an if (bitwise expression),
Tudor Ambarus
- [PATCH 12/18] tty: serial: samsung: use TIOCSER_TEMT for tx_empty(),
Tudor Ambarus
- [PATCH 13/18] tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo(),
Tudor Ambarus
- [PATCH 14/18] tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy(),
Tudor Ambarus
- [PATCH 15/18] tty: serial: samsung: change return type for s3c24xx_serial_rx_fifocnt(),
Tudor Ambarus
- [PATCH 17/18] tty: serial: samsung: shrink port feature flags to u8,
Tudor Ambarus
- [PATCH 16/18] tty: serial: samsung: shrink the clock selection to 8 clocks,
Tudor Ambarus
- [PATCH 18/18] tty: serial: samsung: shrink memory footprint of ``struct s3c24xx_uart_info``,
Tudor Ambarus
- Re: [PATCH] vt: Clean up errors in vt_kern.h,
Greg KH
- [PATCH] serial: max310x: fix syntax error in IRQ error message,
Hugo Villeneuve
- [syzbot] [serial?] KMSAN: uninit-value in n_tty_receive_buf_closing (2),
syzbot
- [PATCH v3 00/12] GS101 Oriole: CMU_PERIC0 support and USI updates,
Tudor Ambarus
- [PATCH v3 01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit,
Tudor Ambarus
- [PATCH v3 02/12] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible,
Tudor Ambarus
- [PATCH v3 03/12] dt-bindings: serial: samsung: do not allow reg-io-width for gs101,
Tudor Ambarus
- [PATCH v3 04/12] tty: serial: samsung: prepare for different IO types,
Tudor Ambarus
- [PATCH v3 05/12] tty: serial: samsung: set UPIO_MEM32 iotype for gs101,
Tudor Ambarus
- [PATCH v3 06/12] tty: serial: samsung: add gs101 earlycon support,
Tudor Ambarus
- [PATCH v3 07/12] clk: samsung: gs101: add support for cmu_peric0,
Tudor Ambarus
- [PATCH v3 08/12] arm64: dts: exynos: gs101: remove reg-io-width from serial,
Tudor Ambarus
- [PATCH v3 09/12] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller,
Tudor Ambarus
- [PATCH v3 11/12] arm64: dts: exynos: gs101: define USI8 with I2C configuration,
Tudor Ambarus
- [PATCH v3 10/12] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks,
Tudor Ambarus
- [PATCH v3 12/12] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole,
Tudor Ambarus
- [DO NOT MERGE v6 00/37] Device Tree support for SH7751 based board,
Yoshinori Sato
- [DO NOT MERGE v6 05/37] sh: GENERIC_IRQ_CHIP support for CONFIG_OF=y,
Yoshinori Sato
- [DO NOT MERGE v6 06/37] sh: kernel/setup Update DT support.,
Yoshinori Sato
- [DO NOT MERGE v6 07/37] sh: Fix COMMON_CLK support in CONFIG_OF=y.,
Yoshinori Sato
- [DO NOT MERGE v6 08/37] clocksource: sh_tmu: CLOCKSOURCE support.,
Yoshinori Sato
- [DO NOT MERGE v6 09/37] dt-bindings: timer: renesas,tmu: add renesas,tmu-sh7750,
Yoshinori Sato
- [DO NOT MERGE v6 10/37] sh: Common PCI Framework driver support.,
Yoshinori Sato
- [DO NOT MERGE v6 11/37] pci: pci-sh7751: Add SH7751 PCI driver,
Yoshinori Sato
- [DO NOT MERGE v6 12/37] dt-bindings: pci: pci-sh7751: Add SH7751 PCI,
Yoshinori Sato
- [DO NOT MERGE v6 13/37] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header.,
Yoshinori Sato
- [DO NOT MERGE v6 14/37] clk: Compatible with narrow registers,
Yoshinori Sato
- [DO NOT MERGE v6 15/37] clk: renesas: Add SH7750/7751 CPG Driver,
Yoshinori Sato
- [DO NOT MERGE v6 16/37] irqchip: Add SH7751 INTC driver,
Yoshinori Sato
- [DO NOT MERGE v6 17/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema,
Yoshinori Sato
- [DO NOT MERGE v6 18/37] irqchip: SH7751 external interrupt encoder with enable gate.,
Yoshinori Sato
- [DO NOT MERGE v6 19/37] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema,
Yoshinori Sato
- [DO NOT MERGE v6 20/37] serial: sh-sci: fix SH4 OF support.,
Yoshinori Sato
- [DO NOT MERGE v6 21/37] dt-bindings: serial: renesas,scif: Add scif-sh7751.,
Yoshinori Sato
- [DO NOT MERGE v6 22/37] dt-bindings: display: smi,sm501: SMI SM501 binding json-schema,
Yoshinori Sato
- [DO NOT MERGE v6 23/37] mfd: sm501: Convert platform_data to OF property,
Yoshinori Sato
- [DO NOT MERGE v6 24/37] dt-binding: sh: cpus: Add SH CPUs json-schema,
Yoshinori Sato
- [DO NOT MERGE v6 25/37] dt-bindings: vendor-prefixes: Add iodata,
Yoshinori Sato
- [DO NOT MERGE v6 26/37] dt-bindings: vendor-prefixes: Add smi,
Yoshinori Sato
- [DO NOT MERGE v6 27/37] dt-bindings: ata: ata-generic: Add new targets,
Yoshinori Sato
- [DO NOT MERGE v6 28/37] dt-bindings: soc: renesas: sh: Add SH7751 based target,
Yoshinori Sato
- [DO NOT MERGE v6 29/37] sh: SH7751R SoC Internal peripheral definition dtsi.,
Yoshinori Sato
- [DO NOT MERGE v6 30/37] sh: add RTS7751R2D Plus DTS,
Yoshinori Sato
- [DO NOT MERGE v6 31/37] sh: Add IO DATA LANDISK dts,
Yoshinori Sato
- [DO NOT MERGE v6 32/37] sh: Add IO DATA USL-5P dts,
Yoshinori Sato
- [DO NOT MERGE v6 33/37] sh: j2_mimas_v2.dts update,
Yoshinori Sato
- [DO NOT MERGE v6 34/37] sh: Add dtbs target support.,
Yoshinori Sato
- [DO NOT MERGE v6 35/37] sh: RTS7751R2D Plus OF defconfig,
Yoshinori Sato
- [DO NOT MERGE v6 36/37] sh: LANDISK OF defconfig,
Yoshinori Sato
- [DO NOT MERGE v6 37/37] sh: j2_defconfig: update,
Yoshinori Sato
- [DO NOT MERGE v6 04/37] dt-bindings: interrupt-controller: Add header for Renesas SH3/4 INTC.,
Yoshinori Sato
- [DO NOT MERGE v6 02/37] sh: Kconfig unified OF supported targets.,
Yoshinori Sato
- [DO NOT MERGE v6 03/37] sh: Enable OF support for build and configuration.,
Yoshinori Sato
- [DO NOT MERGE v6 01/37] sh: passing FDT address to kernel startup.,
Yoshinori Sato
- [PATCH v7] serial: linflexuart: Remove redundant uart type assignment,
Lizhe
- max14830 irq,
Srinivasan, Usha
- [PATCH] vt: remove superfluous CONFIG_HW_CONSOLE,
Lukas Bulwahn
- [PATCH v4 0/3] w1: add UART w1 bus driver,
Christoph Winklhofer via B4 Relay
- [tty:tty-testing] BUILD REGRESSION 0c84bea0cabc4e2b98a3de88eeb4ff798931f056,
kernel test robot
- [PATCH v8 0/7] Fixes and improvements for RS485,
Lino Sanfilippo
- [PATCH v9 00/13] Introduce STM32 Firewall framework,
Gatien Chevallier
- [PATCH v9 03/13] dt-bindings: bus: document RIFSC,
Gatien Chevallier
- [PATCH v9 02/13] dt-bindings: treewide: add access-controllers description,
Gatien Chevallier
- [PATCH v9 01/13] dt-bindings: document generic access controllers,
Gatien Chevallier
- [PATCH v9 05/13] firewall: introduce stm32_firewall framework,
Gatien Chevallier
- [PATCH v9 04/13] dt-bindings: bus: document ETZPC,
Gatien Chevallier
- [PATCH v9 07/13] bus: rifsc: introduce RIFSC firewall controller driver,
Gatien Chevallier
- [PATCH v9 06/13] of: property: fw_devlink: Add support for "access-controller",
Gatien Chevallier
- [PATCH v9 11/13] ARM: dts: stm32: put ETZPC as an access controller for STM32MP15x boards,
Gatien Chevallier
- [PATCH v9 10/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards,
Gatien Chevallier
- [PATCH v9 08/13] arm64: dts: st: add RIFSC as an access controller for STM32MP25x boards,
Gatien Chevallier
- [PATCH v9 09/13] bus: etzpc: introduce ETZPC firewall controller driver,
Gatien Chevallier
- [PATCH v9 13/13] ARM: dts: stm32: put ETZPC as an access controller for STM32MP13x boards,
Gatien Chevallier
- [PATCH v9 12/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards,
Gatien Chevallier
- Re: [PATCH v9 00/13] Introduce STM32 Firewall framework,
Alexandre TORGUE
- patch "serial: apbuart: fix console prompt on qemu" added to tty-next,
gregkh
- [PATCH v3 0/3] w1: add UART w1 bus driver,
Christoph Winklhofer via B4 Relay
- patch "serial: apbuart: fix console prompt on qemu" added to tty-testing,
gregkh
- [PATCH v7 0/7] Fixes and improvements for RS485,
Lino Sanfilippo
- [syzbot] [serial?] KMSAN: uninit-value in n_tty_lookahead_flow_ctrl,
syzbot
- inappropriate capability checks in tty_ioctl(),
孟敬姿
[PATCH v1] serial: 8250_lpss: copy dma_param using devm_kmemdup(),
Raag Jadav
[PATCH] tty: serial: 8250: Set RS232 as default for Moxa PCIe board initialization,
Crescent CY Hsieh
[syzbot] [serial?] KMSAN: uninit-value in n_tty_receive_buf_standard,
syzbot
[PATCH] serial: 8250_dw: Do not bailout on UCV read returning zero,
Vamshi Gajjela
[PATCH v2 00/12] GS101 Oriole: CMU_PERIC0 support and USI updates,
Tudor Ambarus
- [PATCH v2 01/12] dt-bindings: clock: google,gs101-clock: add PERIC0 clock management unit,
Tudor Ambarus
- [PATCH v2 02/12] dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible,
Tudor Ambarus
- [PATCH v2 03/12] dt-bindings: serial: samsung: do not allow reg-io-width for gs101,
Tudor Ambarus
- [PATCH v2 04/12] tty: serial: samsung: prepare for different IO types,
Tudor Ambarus
- [PATCH v2 05/12] tty: serial: samsung: set UPIO_MEM32 iotype for gs101,
Tudor Ambarus
- [PATCH v2 06/12] tty: serial: samsung: add gs101 earlycon support,
Tudor Ambarus
- [PATCH v2 07/12] clk: samsung: gs101: add support for cmu_peric0,
Tudor Ambarus
- [PATCH v2 08/12] arm64: dts: exynos: gs101: remove reg-io-width from serial,
Tudor Ambarus
- [PATCH v2 10/12] arm64: dts: exynos: gs101: update USI UART to use peric0 clocks,
Tudor Ambarus
- [PATCH v2 09/12] arm64: dts: exynos: gs101: enable cmu-peric0 clock controller,
Tudor Ambarus
- [PATCH v2 12/12] arm64: dts: exynos: gs101: enable eeprom on gs101-oriole,
Tudor Ambarus
- [PATCH v2 11/12] arm64: dts: exynos: gs101: define USI8 with I2C configuration,
Tudor Ambarus
Re: [PATCH 1/2] dt-bindings: serial: rs485: add rs485-mux-gpios binding,
Andy Shevchenko
[PATCH] serial: apbuart: fix console prompt on qemu,
Sam Ravnborg
[PATCH V2] serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clock,
Christoph Niedermaier
Re: Avoid unprivileged splice(file->)/(->socket) pipe exclusion,
Askar Safin
[PATCH v6 0/7] Fixes and improvements for RS485,
Lino Sanfilippo
Poor documentation of SER_RS485_RTS_ON_SEND and SER_RS485_RTS_AFTER_SEND,
m . brock
[PATCH V2] serial: imx: Correct clock error message in function probe(),
Christoph Niedermaier
[PATCH] serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clock,
Christoph Niedermaier
[PATCH] serial: imx: Correct clock error message in function probe(),
Christoph Niedermaier
[PATCH v2 00/16] serial: sc16is7xx: fixes, cleanups and improvements,
Hugo Villeneuve
- [PATCH v2 10/16] serial: sc16is7xx: add macro for max number of UART ports,
Hugo Villeneuve
- [PATCH v2 01/16] serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe error,
Hugo Villeneuve
- [PATCH v2 03/16] serial: sc16is7xx: set safe default SPI clock frequency,
Hugo Villeneuve
- [PATCH v2 11/16] serial: sc16is7xx: add explicit return for some switch default cases,
Hugo Villeneuve
- [PATCH v2 02/16] serial: sc16is7xx: add check for unsupported SPI modes during probe,
Hugo Villeneuve
- [PATCH v2 12/16] serial: sc16is7xx: replace hardcoded divisor value with BIT() macro,
Hugo Villeneuve
- [PATCH v2 07/16] serial: sc16is7xx: use spi_get_device_match_data(),
Hugo Villeneuve
- [PATCH v2 06/16] serial: sc16is7xx: use DECLARE_BITMAP for sc16is7xx_lines bitfield,
Hugo Villeneuve
- [PATCH v2 05/16] serial: sc16is7xx: improve do/while loop in sc16is7xx_irq(),
Hugo Villeneuve
- [PATCH v2 04/16] serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq(),
Hugo Villeneuve
- [PATCH v2 13/16] serial: sc16is7xx: drop unneeded MODULE_ALIAS,
Hugo Villeneuve
- [PATCH v2 08/16] serial: sc16is7xx: use i2c_get_match_data(),
Hugo Villeneuve
- [PATCH v2 14/16] serial: sc16is7xx: refactor FIFO access functions to increase commonality,
Hugo Villeneuve
- [PATCH v2 09/16] serial: sc16is7xx: add driver name to struct uart_driver,
Hugo Villeneuve
- [PATCH v2 15/16] serial: sc16is7xx: reorder code to remove prototype declarations,
Hugo Villeneuve
- [PATCH v2 16/16] serial: sc16is7xx: refactor EFR lock,
Hugo Villeneuve
[PATCH] dt-bindings: serial: Describe ARM dcc interface,
Michal Simek
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Site Home]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]
[Linux Kernel for ARM]