Linux Serial
[Prev Page][Next Page]
- [PATCH v2 25/47] tty: vt: sanitize consw::con_putc() parameters, (continued)
- [PATCH v2 25/47] tty: vt: sanitize consw::con_putc() parameters,
Jiri Slaby (SUSE)
- [PATCH v2 26/47] tty: vt: sanitize consw::con_putcs() parameters,
Jiri Slaby (SUSE)
- [PATCH v2 28/47] fbdev/core: simplify cursor_state setting in fbcon_ops::cursor(),
Jiri Slaby (SUSE)
- [PATCH v2 29/47] tty: vt: remove CM_* constants,
Jiri Slaby (SUSE)
- [PATCH v2 30/47] tty: vt: make consw::con_switch() return a bool,
Jiri Slaby (SUSE)
- [PATCH v2 32/47] tty: vt: define a common enum for VESA blanking constants,
Jiri Slaby (SUSE)
- [PATCH v2 15/47] tty: vt: define an enum for CSI+K codes,
Jiri Slaby (SUSE)
- [PATCH v2 33/47] tty: vt: use VESA blanking constants,
Jiri Slaby (SUSE)
- [PATCH v2 34/47] tty: vt: use enum constants for VESA blanking modes,
Jiri Slaby (SUSE)
- [PATCH v2 35/47] tty: vt: make types around consw::con_blank() bool,
Jiri Slaby (SUSE)
- [PATCH v2 36/47] tty: vt: make font of consw::con_font_set() const,
Jiri Slaby (SUSE)
- [PATCH v2 37/47] tty: vt: make consw::con_font_default()'s name const,
Jiri Slaby (SUSE)
- [PATCH v2 38/47] tty: vt: change consw::con_set_origin() return type,
Jiri Slaby (SUSE)
- [PATCH v2 39/47] fbcon: remove consw::con_screen_pos(),
Jiri Slaby (SUSE)
- [PATCH v2 40/47] tty: vt: remove consw::con_screen_pos(),
Jiri Slaby (SUSE)
- [PATCH v2 41/47] tty: vt: make types of screenpos() more consistent,
Jiri Slaby (SUSE)
- [PATCH v2 42/47] fbcon: remove fbcon_getxy(),
Jiri Slaby (SUSE)
- [PATCH v2 27/47] consoles: use if instead of switch-case in consw::con_cursor(),
Jiri Slaby (SUSE)
- [PATCH v2 43/47] tty: vt: remove consw::con_getxy(),
Jiri Slaby (SUSE)
- [PATCH v2 44/47] tty: vt: remove unused consw::con_flush_scrollback(),
Jiri Slaby (SUSE)
- [PATCH v2 45/47] tty: vt: document the rest of struct consw,
Jiri Slaby (SUSE)
- [PATCH v2 46/47] tty: vt: fix up kernel-doc,
Jiri Slaby (SUSE)
- [PATCH v2 47/47] Documentation: add console.rst,
Jiri Slaby (SUSE)
- [PATCH v2 12/47] tty: vt: reflow csi_J(),
Jiri Slaby (SUSE)
- [PATCH v2 22/47] tty: vt: remove checks for count in consw::con_clear() implementations,
Jiri Slaby (SUSE)
- [PATCH v2 31/47] tty: vt: stop using -1 for blank mode in consw::con_blank(),
Jiri Slaby (SUSE)
- Re: [PATCH v2 00/47] tty: vt: cleanup and documentation,
Helge Deller
- serial:support: Using 8250 driver With MOXA CP-132EL Device,
Federico Vaga
- [PATCH] dt-bindings: serial: fsl-lpuart: support i.MX95,
Peng Fan (OSS)
- [PATCH v2] tty: hvc: Fix the RISC-V SBI driver for a refactoring,
Palmer Dabbelt
- [PATCH] tty: hvc: Fix the RISC-V SBI driver for a refactoring,
Palmer Dabbelt
- [PATCH V3] tty: serial: Fix bit order in RS485 flag definitions,
Christoph Niedermaier
- [PATCH v6 0/5] RISC-V SBI debug console extension support,
Anup Patel
- [PATCH v2 00/19] serial: samsung: gs101 updates and winter cleanup,
Tudor Ambarus
- [PATCH v2 01/19] tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT,
Tudor Ambarus
- [PATCH v2 02/19] dt-bindings: serial: samsung: do not allow reg-io-width for gs101,
Tudor Ambarus
- [PATCH v2 03/19] tty: serial: samsung: prepare for different IO types,
Tudor Ambarus
- [PATCH v2 04/19] tty: serial: samsung: set UPIO_MEM32 iotype for gs101,
Tudor Ambarus
- [PATCH v2 05/19] tty: serial: samsung: add gs101 earlycon support,
Tudor Ambarus
- [PATCH v2 07/19] tty: serial: samsung: explicitly include <linux/types.h>,
Tudor Ambarus
- [PATCH v2 06/19] tty: serial: samsung: sort headers alphabetically,
Tudor Ambarus
- [PATCH v2 08/19] tty: serial: samsung: use u32 for register interactions,
Tudor Ambarus
- [PATCH v2 09/19] tty: serial: samsung: remove braces on single statement block,
Tudor Ambarus
- [PATCH v2 10/19] tty: serial: samsung: move open brace '{' on the next line,
Tudor Ambarus
- [PATCH v2 11/19] tty: serial: samsung: drop superfluous comment,
Tudor Ambarus
- [PATCH v2 12/19] tty: serial: samsung: make max_count unsigned int,
Tudor Ambarus
- [PATCH v2 13/19] tty: serial: samsung: don't compare with zero an if (bitwise expression),
Tudor Ambarus
- [PATCH v2 14/19] tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo(),
Tudor Ambarus
- [PATCH v2 15/19] tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy(),
Tudor Ambarus
- [PATCH v2 16/19] tty: serial: samsung: change return type for s3c24xx_serial_rx_fifocnt(),
Tudor Ambarus
- [PATCH v2 18/19] tty: serial: samsung: change has_divslot type to bool,
Tudor Ambarus
- [PATCH v2 17/19] tty: serial: samsung: shrink the clock selection to 8 clocks,
Tudor Ambarus
- [PATCH v2 19/19] tty: serial: samsung: shrink memory footprint of ``struct s3c24xx_uart_info``,
Tudor Ambarus
- [PATCH V2] tty: serial: Fix bit order in RS485 flag definitions,
Christoph Niedermaier
- [PATCH v2 00/17] serial: max310x: cleanups and improvements,
Hugo Villeneuve
- [PATCH v2 02/17] serial: max310x: add I2C device table for instantiation from userspace,
Hugo Villeneuve
- [PATCH v2 01/17] serial: max310x: fix NULL pointer dereference in I2C instantiation,
Hugo Villeneuve
- [PATCH v2 03/17] serial: max310x: use i2c_get_match_data(),
Hugo Villeneuve
- [PATCH v2 04/17] serial: max310x: use spi_get_device_match_data(),
Hugo Villeneuve
- [PATCH v2 05/17] serial: max310x: fix syntax error in IRQ error message,
Hugo Villeneuve
- [PATCH v2 06/17] serial: max310x: remove holes in struct max310x_devtype,
Hugo Villeneuve
- [PATCH v2 07/17] serial: max310x: add macro for max number of ports,
Hugo Villeneuve
- [PATCH v2 08/17] serial: max310x: use separate regmap name for each port,
Hugo Villeneuve
- [PATCH v2 09/17] serial: max310x: simplify probe() and remove() error handling,
Hugo Villeneuve
- [PATCH v2 10/17] serial: max310x: add explicit return for some switch default cases,
Hugo Villeneuve
- [PATCH v2 11/17] serial: max310x: use dev_err_probe() instead of dev_err(),
Hugo Villeneuve
- [PATCH v2 12/17] serial: max310x: replace hardcoded masks with preferred GENMASK(),
Hugo Villeneuve
- [PATCH v2 14/17] serial: max310x: use common power function for all variants,
Hugo Villeneuve
- [PATCH v2 13/17] serial: max310x: use common detect function for all variants,
Hugo Villeneuve
- [PATCH v2 15/17] serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch),
Hugo Villeneuve
- [PATCH v2 16/17] serial: max310x: reformat and improve comments,
Hugo Villeneuve
- [PATCH v2 17/17] serial: max310x: fix indentation,
Hugo Villeneuve
- Re: [syzbot] [dri?] BUG: scheduling while atomic in drm_atomic_helper_wait_for_flip_done,
Tetsuo Handa
- [PATCH] tty: serial: Fix bit order in RS485 flag definitions,
Christoph Niedermaier
- [PATCH 00/45] tty: vt: cleanup and documentation,
Jiri Slaby (SUSE)
- [PATCH 01/45] vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta(),
Jiri Slaby (SUSE)
- [PATCH 02/45] fbcon: make display_desc a static array in fbcon_startup(),
Jiri Slaby (SUSE)
- [PATCH 03/45] tty: vt: fix 20 vs 0x20 typo in EScsiignore,
Jiri Slaby (SUSE)
- [PATCH 04/45] tty: vt: expect valid vc when in tty ops,
Jiri Slaby (SUSE)
- [PATCH 05/45] tty: vt: pass proper pointers from tioclinux(),
Jiri Slaby (SUSE)
- [PATCH 06/45] tty: vt: push console lock from tioclinux() down to 2 functions,
Jiri Slaby (SUSE)
- [PATCH 07/45] tty: vt: pass vc_resize_user as a parameter,
Jiri Slaby (SUSE)
- [PATCH 08/45] tty: vt: make vc_is_sel()'s vc const,
Jiri Slaby (SUSE)
- [PATCH 09/45] tty: vt: define an enum for CSI+m codes,
Jiri Slaby (SUSE)
- [PATCH 10/45] tty: vt: use case ranges for CSI+m fg/bg colors,
Jiri Slaby (SUSE)
- [PATCH 11/45] tty: vt: define an enum for CSI+J codes,
Jiri Slaby (SUSE)
- [PATCH 12/45] tty: vt: reflow csi_J(),
Jiri Slaby (SUSE)
- [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
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Site Home]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]
[Linux Kernel for ARM]