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-12-06 07:38:48 linux-kernel [PATCH 10/27] tty: ehv_bytechan: convert to u8 and size_t
2023-12-06 07:38:42 linux-kernel [PATCH 09/27] tty: con3270: convert to u8 and size_t
2023-12-06 07:38:35 linux-kernel [PATCH 08/27] tty: con3215: convert to u8 and size_t
2023-12-06 07:38:19 linux-kernel [PATCH 07/27] tty: bcm: convert to u8 and size_t
2023-12-06 07:38:16 linux-kernel [PATCH 06/27] tty: ami: use u8 for characters and flag
2023-12-06 07:38:09 linux-kernel [PATCH 05/27] tty: core: the rest to u8
2023-12-06 07:38:04 linux-kernel [PATCH 03/27] tty: switch tty_port::xmit_* to u8
2023-12-06 07:37:46 linux-kernel [PATCH 02/27] tty: mmc: sdio_uart: switch sdio_in() to return u8
2023-12-06 07:37:46 linux-kernel [PATCH 01/27] tty: goldfish: use bool for is_write parameter
2023-12-06 07:37:39 linux-bluetooth [PATCH 04/27] tty: make tty_operations::send_xchar accept u8 char
2023-12-06 07:37:31 linux-kernel [PATCH 00/27] tty: type unifications -- the last part
2023-12-05 13:10:21 linux-wireless Re: [PATCH] ath5k: remove unused ath5k_eeprom_info::ee_antenna
2023-12-05 11:15:25 linux-wireless [PATCH] ath5k: remove unused ath5k_eeprom_info::ee_antenna
2023-12-05 09:57:15 linux-kernel Re: [PATCH v5 7/7] tty: i3c: add TTY over I3C master support
2023-11-30 11:31:22 linux-kernel [PATCH] tty: virtio: drop virtio_cons_early_init()
2023-11-28 05:27:07 linux-bluetooth Re: [PATCH v1 3/3] Bluetooth: btnxpuart: remove useless assignment
2023-11-28 05:23:42 linux-bluetooth Re: [PATCH v1 1/3] Bluetooth: btnxpuart: fix recv_buf() return value
2023-11-28 05:18:11 linux-bluetooth Re: [PATCH v1 0/3] Bluetooth: fix recv_buf() return value
2023-11-27 12:37:49 linux-kernel [PATCH 4/5] tty: srmcons: switch need_cr to bool
2023-11-27 12:37:43 linux-kernel [PATCH 5/5] tty: srmcons: remove 'str_cr' and use string directly
2023-11-27 12:37:34 linux-kernel [PATCH 1/5] tty: make tty const in tty_get_baud_rate()
2023-11-27 12:37:31 linux-kernel [PATCH 3/5] tty: srmcons: use 'count' directly in srmcons_do_write()
2023-11-27 12:37:28 linux-kernel [PATCH 2/5] tty: srmcons: make srmcons_do_write() return void
2023-11-27 09:31:06 linux-kernel Re: [PATCH 00/17] tty: small cleanups and fixes
2023-11-27 08:43:52 linux-kernel Re: WARNING around serdev/bt/btnxpuart with 6.7-rc2
2023-11-22 06:56:39 linux-kernel Re: [PATCH 04/17] tty: move locking docs out of Returns for functions in tty.h
2023-11-22 06:46:27 linux-kernel Re: [PATCH 04/17] tty: move locking docs out of Returns for functions in tty.h
2023-11-22 06:33:35 linux-kernel Re: [PATCH 17/17] tty: srmcons: make 'str_cr' const and non-array
2023-11-22 06:26:52 linux-kernel Re: [PATCH 14/17] tty: srmcons: use 'count' directly in srmcons_do_write()
2023-11-21 10:38:47 linux-kernel [PATCH 5/6] tty: rp2: remove unused rp2_uart_port::ignore_rx
2023-11-21 10:38:37 linux-kernel [PATCH 2/6] tty: ipwireless: remove unused ipw_dev::attribute_memory
2023-11-21 10:38:01 linux-kernel [PATCH 4/6] tty: jsm: remove unused struct jsm_board members
2023-11-21 10:37:55 linux-kernel [PATCH 6/6] tty: serial_cs: remove unused struct serial_cfg_mem
2023-11-21 10:37:37 linux-kernel [PATCH 3/6] tty: jsm: remove unused members from struct board_ops
2023-11-21 10:37:18 linux-kernel [PATCH 1/6] tty: con3215: drop raw3215_info::ubuffer
2023-11-21 10:37:10 linux-kernel [PATCH 0/6] tty: remove unused structure members
2023-11-21 09:25:00 linux-kernel [PATCH 13/17] tty: srmcons: use 'buf' directly in srmcons_do_write()
2023-11-21 09:24:55 linux-kernel [PATCH 16/17] tty: srmcons: switch need_cr to bool
2023-11-21 09:24:54 linux-kernel [PATCH 00/17] tty: small cleanups and fixes
2023-11-21 09:24:50 linux-kernel [PATCH 06/17] tty: amiserial: use bool and rename overrun flag in receive_chars()
2023-11-21 09:24:48 linux-kernel [PATCH 05/17] tty: amiserial: return from receive_chars() without goto
2023-11-21 09:24:45 linux-kernel [PATCH 17/17] tty: srmcons: make 'str_cr' const and non-array
2023-11-21 09:24:40 linux-kernel [PATCH 04/17] tty: move locking docs out of Returns for functions in tty.h
2023-11-21 09:24:37 linux-kernel [PATCH 15/17] tty: srmcons: make srmcons_do_write() return void
2023-11-21 09:24:36 linux-kernel [PATCH 14/17] tty: srmcons: use 'count' directly in srmcons_do_write()
2023-11-21 09:24:29 linux-kernel [PATCH 11/17] tty: hvc_console: use flexible array for outbuf
2023-11-21 09:24:27 linux-kernel [PATCH 12/17] tty: nozomi: remove unused debugging DUMP()
2023-11-21 09:24:24 linux-kernel [PATCH 09/17] tty: hso: don't emit load/unload info to the log
2023-11-21 09:24:21 linux-kernel [PATCH 10/17] tty: hso: don't initialize global serial_table
2023-11-21 09:24:19 linux-kernel [PATCH 03/17] tty: fix tty_operations types in documentation
2023-11-21 09:24:15 linux-kernel [PATCH 07/17] tty: ehv_bytecha: use memcpy_and_pad() in local_ev_byte_channel_send()