Jiri Slaby ([email protected])

Number of posts: 1524 (1.05 per day)
First post: 2020-06-24 09:48:34
Last post: 2024-06-11 08:04:35

Date List Subject
2023-10-16 05:11:29 linux-kernel Re: [Patch v2 1/6] tty: serial: 8250: Modify MOXA enum name within 8250_pci.c
2023-10-13 10:44:23 linux-kernel Re: [PATCH v2] tty: serial: meson: hard LOCKUP on crtscts mode
2023-10-12 05:54:12 linux-kernel Re: [PATCH v2 1/2] printk: Check valid console index for preferred console
2023-10-09 06:04:53 linux-kernel Re: [PATCH] ASoC: ti: ams-delta: Fix cx81801_receive() argument types
2023-10-09 06:04:10 linux-kernel Re: [PATCH v2] serial: add PORT_GENERIC definition
2023-10-09 05:28:20 linux-kernel Re: [PATCH 2/2] tty: vc_screen: make vc_class constant
2023-10-05 14:36:44 linux-kernel Re: [PATCH 1/1] tty: n_gsm: Avoid sleeping during .write() whilst atomic
2023-10-04 08:43:50 linux-kernel Re: [PATCH v2 3/4] trigger: ledtrig-tty: move variable definition to the top
2023-10-04 08:41:17 linux-kernel Re: [PATCH 1/1] tty: n_gsm: Avoid sleeping during .write() whilst atomic
2023-10-04 08:33:27 linux-kernel Re: [GIT PULL] firewire updates for 6.5-rc1
2023-10-04 08:23:53 linux-kernel Re: [PATCH v2 3/4] trigger: ledtrig-tty: move variable definition to the top
2023-10-03 09:49:32 linux-kernel Re: [PATCH 1/4] tty: serial: 8250: Cleanup MOXA configurations in 8250_pci.c
2023-10-03 05:01:18 linux-kernel Re: [PATCH v2 3/4] trigger: ledtrig-tty: move variable definition to the top
2023-10-02 11:30:13 linux-kernel Re: [PATCH v2 3/4] trigger: ledtrig-tty: move variable definition to the top
2023-10-02 11:24:33 linux-kernel Re: [GIT PULL] firewire updates for 6.5-rc1
2023-10-02 09:29:39 linux-kernel Re: [PATCH v2 04/15] tty: Remove now superfluous sentinel element from ctl_table array
2023-10-02 09:26:56 linux-kernel Re: [PATCH v2 1/4] tty: whitespaces in descriptions corrected by replacing tabs with spaces.
2023-10-02 08:20:59 linux-kernel Re: [PATCH 04/15] tty: Remove now superfluous sentinel element from ctl_table array
2023-10-02 07:19:46 linux-kernel Re: [PATCH 4/4] tty: serial: 8250: Add support for MOXA PCIe boards to switch interface between RS422/RS485
2023-10-02 07:14:53 linux-kernel Re: [PATCH 3/4] tty: serial: 8250: Fix MOXA RS422/RS485 PCIe boards not work by default
2023-10-02 07:11:51 linux-kernel Re: [PATCH 2/4] tty: serial: 8250: Add support for MOXA Mini PCIe boards
2023-10-02 06:53:12 linux-kernel Re: [PATCH 1/4] tty: serial: 8250: Cleanup MOXA configurations in 8250_pci.c
2023-09-27 05:19:29 linux-kernel Re: [GIT PULL] firewire updates for 6.5-rc1
2023-09-26 10:14:41 linux-kernel Re: [PATCH 1/2] tty: add new helper function tty_get_mget
2023-09-26 09:29:13 linux-kernel Re: [GIT PULL] firewire updates for 6.5-rc1
2023-09-25 10:08:11 linux-kernel Re: WARNING at drivers/acpi/platform_profile.c:74 in platform_profile_show()
2023-09-25 07:56:28 linux-kernel Re: [PATCH] mxser: Annotate struct mxser_board with __counted_by
2023-09-25 07:44:04 linux-kernel Re: WARNING at drivers/acpi/platform_profile.c:74 in platform_profile_show()
2023-09-25 07:38:28 linux-kernel Re: WARNING at drivers/acpi/platform_profile.c:74 in platform_profile_show()
2023-09-25 05:43:34 linux-kernel Re: WARNING at drivers/acpi/platform_profile.c:74 in platform_profile_show()
2023-09-25 05:35:44 linux-kernel WARNING at drivers/acpi/platform_profile.c:74 in platform_profile_show()
2023-09-21 18:36:48 linux-kernel Re: [PATCH 1/6] serial: 8250: remove AR7 support
2023-09-20 07:23:38 linux-kernel Re: [PATCH v2 3/5] drivers/tty/serial: add driver for the ESP32 UART
2023-09-19 11:20:01 linux-kernel Re: [PATCH 09/15] tty: fix kernel-doc for functions in tty.h
2023-09-19 11:11:36 linux-kernel Re: [PATCH 12/15] tty: convert THROTTLE constants into enum
2023-09-19 11:09:10 linux-kernel Re: [PATCH 09/15] tty: fix kernel-doc for functions in tty.h
2023-09-19 10:53:31 linux-kernel Re: [PATCH 04/15] tty: n_tty: invert the condition in copy_from_read_buf()
2023-09-19 09:07:01 linux-kernel [PATCH 01/15] tty: n_tty: use 'retval' instead of 'c'
2023-09-19 09:06:57 linux-kernel [PATCH 00/15] random tty fixes
2023-09-19 09:06:56 linux-kernel [PATCH 02/15] tty: n_tty: rename and retype 'retval' in n_tty_ioctl()
2023-09-19 09:03:08 linux-kernel [PATCH 10/15] tty: stop using ndash in kernel-doc
2023-09-19 09:02:30 linux-kernel [PATCH 15/15] tty: use 'if' in send_break() instead of 'goto'
2023-09-19 09:00:25 linux-kernel [PATCH 14/15] tty: don't check for signal_pending() in send_break()
2023-09-19 09:00:18 linux-kernel [PATCH 13/15] tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAK
2023-09-19 08:59:18 linux-kernel [PATCH 07/15] tty: invert return values of tty_{,un}throttle_safe()
2023-09-19 08:58:58 linux-kernel [PATCH 05/15] tty: n_tty: use do-while in n_tty_check_{,un}throttle()
2023-09-19 08:57:26 linux-kernel [PATCH 09/15] tty: fix kernel-doc for functions in tty.h
2023-09-19 08:57:23 linux-kernel [PATCH 08/15] tty: fix up and plug in tty_ioctl kernel-doc
2023-09-19 08:57:10 linux-kernel [PATCH 04/15] tty: n_tty: invert the condition in copy_from_read_buf()
2023-09-19 08:54:24 linux-kernel [PATCH 12/15] tty: convert THROTTLE constants into enum
2023-09-19 08:54:22 linux-kernel [PATCH 11/15] tty: tty_buffer: use bool for 'restart' in tty_buffer_unlock_exclusive()