Jiri Slaby ([email protected])

Number of posts: 1034 (0.87 per day)
First post: 2020-06-24 09:48:34
Last post: 2023-09-21 18:36:48

Date List Subject
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()
2023-09-19 08:54:22 linux-kernel [PATCH 06/15] tty: switch tty_{,un}throttle_safe() to return a bool
2023-09-19 08:54:14 linux-kernel [PATCH 03/15] tty: n_tty: use min3() in copy_from_read_buf()
2023-09-19 05:53:51 linux-kernel Re: [PATCH v3] tty/sysrq: replace smp_processor_id() with get_cpu()
2023-09-19 05:49:21 linux-wireless Re: [PATCH v2 wireless-next 4/9] wifi: ath5k: remove unnecessary (void*) conversions
2023-09-14 07:25:10 linux-kernel Re: [PATCH 4/4] drivers/tty/serial: add ESP32S3 ACM device driver
2023-09-14 07:09:16 linux-kernel Re: [PATCH 2/4] drivers/tty/serial: add driver for the ESP32 UART
2023-09-14 05:49:50 linux-kernel Re: [PATCH v2 2/3] serial: core: Add support for DEVNAME:0.0 style naming for kernel console
2023-09-13 05:33:45 linux-kernel Re: [PATCH 1/2] tty/serial: Sort drivers in makefile
2023-08-29 19:15:27 linux-kernel Re: [PATCH] kbuild: dummy-tools: support make MPROFILE_KERNEL checks work on BE
2023-08-29 12:47:55 linux-kernel [PATCH] kbuild: dummy-tools: support make MPROFILE_KERNEL checks work on BE
2023-08-27 08:03:12 linux-kernel [PATCH v2 00/14] tty: n_tty: cleanup
2023-08-27 08:02:45 linux-kernel [PATCH v2 06/14] tty: n_tty: use MASK() for masking out size bits
2023-08-27 08:01:36 linux-kernel [PATCH v2 12/14] tty: n_tty: unify counts to size_t
2023-08-27 08:00:59 linux-kernel [PATCH v2 05/14] tty: n_tty: make n_tty_data::num_overrun unsigned
2023-08-27 08:00:22 linux-kernel [PATCH v2 03/14] tty: n_tty: use 'num' for writes' counts
2023-08-27 07:59:34 linux-kernel [PATCH v2 01/14] tty: n_tty: make flow of n_tty_receive_buf_common() a bool
2023-08-27 07:58:54 linux-kernel [PATCH v2 10/14] tty: n_tty: simplify chars_in_buffer()
2023-08-27 07:58:12 linux-kernel [PATCH v2 11/14] tty: n_tty: use u8 for chars and flags
2023-08-27 07:56:36 linux-kernel [PATCH v2 14/14] tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw()
2023-08-27 07:56:14 linux-kernel [PATCH v2 04/14] tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun()
2023-08-25 08:25:33 linux-kernel Re: [PATCH] docs: ABI: sysfs-tty: close times are in hundredths of a second
2023-08-20 19:16:45 linux-kernel [PATCH 02/14] tty: n_tty: use output character directly
2023-08-20 17:36:46 linux-kernel [PATCH 04/10] tty: tty_buffer: warn if losing flags in __tty_insert_flip_string_flags()
2023-08-20 15:09:33 linux-kernel [PATCH 10/10] tty: tty_buffer: invert conditions in __tty_buffer_request_room()
2023-08-19 15:55:50 linux-kernel [PATCH 02/10] tty: tty_buffer: use struct_size() in tty_buffer_alloc()
2023-08-19 10:23:43 linux-kernel [PATCH 03/14] tty: n_tty: use 'retval' for writes' retvals
2023-08-18 23:16:12 linux-kernel [PATCH 08/10] tty: tty_buffer: better types in __tty_buffer_request_room()
2023-08-18 15:32:30 linux-kernel [PATCH 13/14] tty: n_tty: extract ECHO_OP processing to a separate function
2023-08-18 13:52:46 linux-kernel Re: [PATCH] kill do_each_thread()
2023-08-18 12:29:01 linux-kernel Re: [PATCH 27/36] tty: propagate u8 data to tty_operations::write()
2023-08-18 09:00:44 linux-kernel Re: [PATCH] kill do_each_thread()