Show patches with: Submitter = Jiri Slaby       |    Archived = No       |   255 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[v5,2/3] tty: serial: use uart_port_tx() helper tty: TX helpers --- 2022-10-04 Jiri Slaby New
[2/2] serial: atmel: don't stop the transmitter when doing PIO Untitled series #193473 --- 2022-11-23 Jiri Slaby New
[1/3] USB: sisusbvga: remove console support [1/3] USB: sisusbvga: remove console support --- 2022-12-08 Jiri Slaby New
[2/3] USB: sisusbvga: rename sisusb.c to sisusbvga.c [1/3] USB: sisusbvga: remove console support --- 2022-12-08 Jiri Slaby New
[3/3] USB: sisusbvga: use module_usb_driver() [1/3] USB: sisusbvga: remove console support --- 2022-12-08 Jiri Slaby New
[1/6] tty_audit: use TASK_COMM_LEN for task comm tty_audit: random cleanups --- 2023-06-21 Jiri Slaby New
[2/6] tty_audit: use kzalloc() in tty_audit_buf_alloc() tty_audit: random cleanups --- 2023-06-21 Jiri Slaby New
[3/6] tty_audit: invert the condition in tty_audit_log() tty_audit: random cleanups --- 2023-06-21 Jiri Slaby New
[4/6] tty_audit: make icanon a bool tty_audit: random cleanups --- 2023-06-21 Jiri Slaby New
[5/6] tty_audit: make tty pointers in exposed functions const tty_audit: random cleanups --- 2023-06-21 Jiri Slaby New
[6/6] tty_audit: make data of tty_audit_log() const tty_audit: random cleanups --- 2023-06-21 Jiri Slaby New
[2/4] n_tty: simplify and sanitize zero_buffer() tty: n_tty: couple of random fixes --- 2023-07-12 Jiri Slaby Superseded
[4/4] n_tty: make many tty parameters const tty: n_tty: couple of random fixes --- 2023-07-12 Jiri Slaby Superseded
[01/10] tty: sysrq: rename and re-type i in sysrq_handle_loglevel() [01/10] tty: sysrq: rename and re-type i in sysrq_handle_loglevel() --- 2023-07-12 Jiri Slaby New
[02/10] tty: sysrq: switch sysrq handlers from int to u8 [01/10] tty: sysrq: rename and re-type i in sysrq_handle_loglevel() --- 2023-07-12 Jiri Slaby New
[04/10] tty: sysrq: use switch in sysrq_key_table_key2index() [01/10] tty: sysrq: rename and re-type i in sysrq_handle_loglevel() --- 2023-07-12 Jiri Slaby New
[05/10] serial: convert uart sysrq handling to u8 [01/10] tty: sysrq: rename and re-type i in sysrq_handle_loglevel() --- 2023-07-12 Jiri Slaby New
[06/10] serial: make uart_insert_char() accept u8s [01/10] tty: sysrq: rename and re-type i in sysrq_handle_loglevel() --- 2023-07-12 Jiri Slaby New
[2/7] vgacon: remove unneeded forward declarations consoles small cleanups --- 2023-07-12 Jiri Slaby New
[4/7] vgacon: let vgacon_doresize() return void consoles small cleanups --- 2023-07-12 Jiri Slaby New
[6/7] sticon: make sticon_set_def_font() void and remove op parameter consoles small cleanups --- 2023-07-12 Jiri Slaby New
[01/10] serial: move WARN_ON() in uart_write() to the condition [01/10] serial: move WARN_ON() in uart_write() to the condition --- 2023-07-31 Jiri Slaby New
[02/10] Bluetooth: rfcomm: remove casts from tty->driver_data [01/10] serial: move WARN_ON() in uart_write() to the condition --- 2023-07-31 Jiri Slaby New
[03/10] tty: hvsi: remove an extra variable from hvsi_write() [01/10] serial: move WARN_ON() in uart_write() to the condition --- 2023-07-31 Jiri Slaby New
[06/10] serial: altera_jtaguart: switch status to u32 [01/10] serial: move WARN_ON() in uart_write() to the condition --- 2023-07-31 Jiri Slaby New
[08/10] misc: ti-st: remove forward declarations and make st_int_recv() static [01/10] serial: move WARN_ON() in uart_write() to the condition --- 2023-07-31 Jiri Slaby New
[10/10] misc: ti-st: don't check for tty data == NULL [01/10] serial: move WARN_ON() in uart_write() to the condition --- 2023-07-31 Jiri Slaby New
[2/7] tty: synclink_gt: drop global slgt_driver_name array tty: synclink_gt: mark as BROKEN --- 2023-07-31 Jiri Slaby New
[4/7] tty: synclink_gt: drop info messages from init/exit functions tty: synclink_gt: mark as BROKEN --- 2023-07-31 Jiri Slaby New
[6/7] tty: synclink_gt: make default_params const tty: synclink_gt: mark as BROKEN --- 2023-07-31 Jiri Slaby New
[1/2] can: can327: remove casts from tty->disc_data tty: remove casts from tty->disc_data --- 2023-08-01 Jiri Slaby New
[2/2] net: nfc: remove casts from tty->disc_data tty: remove casts from tty->disc_data --- 2023-08-01 Jiri Slaby New
[02/36] tty: ldisc: document that ldops are optional tty: type unifications -- part I. --- 2023-08-10 Jiri Slaby New
[04/36] tty: n_null: remove optional ldops tty: type unifications -- part I. --- 2023-08-10 Jiri Slaby New
[07/36] tty: drop tty_debug_wait_until_sent() tty: type unifications -- part I. --- 2023-08-10 Jiri Slaby New
[08/36] tty: make tty_change_softcar() more understandable tty: type unifications -- part I. --- 2023-08-10 Jiri Slaby New
[09/36] tty: make tty_port_client_operations operate with u8 tty: type unifications -- part I. --- 2023-08-10 Jiri Slaby New
[12/36] tty: switch count in tty_ldisc_receive_buf() to size_t tty: type unifications -- part I. --- 2023-08-10 Jiri Slaby New
[14/36] tty: can327, move overflow test inside can327_ldisc_rx()'s loop tty: type unifications -- part I. --- 2023-08-10 Jiri Slaby New
[18/36] misc: ti-st: make st_recv() conforming to tty_ldisc_ops::receive_buf() tty: type unifications -- part I. --- 2023-08-10 Jiri Slaby New
[19/36] tty: make char_buf_ptr()/flag_buf_ptr()'s offset unsigned tty: type unifications -- part I. --- 2023-08-10 Jiri Slaby New
[20/36] tty: tty_buffer: make all offsets unsigned tty: type unifications -- part I. --- 2023-08-10 Jiri Slaby New
[23/36] tty: use min() in iterate_tty_write() tty: type unifications -- part I. --- 2023-08-10 Jiri Slaby New
[26/36] tty: use min() for size computation in iterate_tty_read() tty: type unifications -- part I. --- 2023-08-10 Jiri Slaby New
[27/36] tty: propagate u8 data to tty_operations::write() tty: type unifications -- part I. --- 2023-08-10 Jiri Slaby New
[30/36] tty: audit: unify to u8 tty: type unifications -- part I. --- 2023-08-10 Jiri Slaby New
[31/36] tty: ldops: unify to u8 tty: type unifications -- part I. --- 2023-08-10 Jiri Slaby New
[35/36] tty: hso: simplify hso_serial_write() tty: type unifications -- part I. --- 2023-08-10 Jiri Slaby New
[36/36] tty: rfcomm: convert counts to size_t tty: type unifications -- part I. --- 2023-08-10 Jiri Slaby New
[34-and-three-quarters/36] tty: gdm724x: simplify gdm_tty_write() [34-and-three-quarters/36] tty: gdm724x: simplify gdm_tty_write() --- 2023-08-10 Jiri Slaby New
tty: gdm724x: use min_t() for size_t varable and a constant tty: gdm724x: use min_t() for size_t varable and a constant --- 2023-08-16 Jiri Slaby New
[01/10] tty: tty_buffer: switch data type to u8 tty: tty_buffer: cleanup --- 2023-08-16 Jiri Slaby New
[02/10] tty: tty_buffer: use struct_size() in tty_buffer_alloc() tty: tty_buffer: cleanup --- 2023-08-16 Jiri Slaby New
[03/10] tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}() tty: tty_buffer: cleanup --- 2023-08-16 Jiri Slaby New
[04/10] tty: tty_buffer: warn if losing flags in __tty_insert_flip_string_flags() tty: tty_buffer: cleanup --- 2023-08-16 Jiri Slaby New
[05/10] tty: tty_buffer: switch insert functions to size_t tty: tty_buffer: cleanup --- 2023-08-16 Jiri Slaby New
[06/10] tty: tty_buffer: let tty_prepare_flip_string() return size_t tty: tty_buffer: cleanup --- 2023-08-16 Jiri Slaby New
[07/10] tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char() tty: tty_buffer: cleanup --- 2023-08-16 Jiri Slaby New
[08/10] tty: tty_buffer: better types in __tty_buffer_request_room() tty: tty_buffer: cleanup --- 2023-08-16 Jiri Slaby New
[09/10] tty: tty_buffer: initialize variables in initializers already tty: tty_buffer: cleanup --- 2023-08-16 Jiri Slaby New
[10/10] tty: tty_buffer: invert conditions in __tty_buffer_request_room() tty: tty_buffer: cleanup --- 2023-08-16 Jiri Slaby New
[1/4] n_tty: drop fp from n_tty_receive_buf_real_raw() tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby New
[01/14] tty: n_tty: make flow of n_tty_receive_buf_common() a bool [01/14] tty: n_tty: make flow of n_tty_receive_buf_common() a bool --- 2023-08-16 Jiri Slaby Superseded
[2/4] n_tty: simplify and sanitize zero_buffer() tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby New
[02/14] tty: n_tty: use output character directly Untitled series #219049 --- 2023-08-16 Jiri Slaby Superseded
[3/4] n_tty: pass ldata to canon_skip_eof() directly Untitled series #219050 --- 2023-08-16 Jiri Slaby New
[03/14] tty: n_tty: use 'retval' for writes' retvals tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby New
[4/4] n_tty: make many tty parameters const Untitled series #218938 --- 2023-08-16 Jiri Slaby New
[04/14] tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun() tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[05/14] tty: n_tty: make n_tty_data::num_overrun unsigned tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[06/14] tty: n_tty: use MASK() for masking out size bits tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[07/14] tty: n_tty: move canon handling to a separate function tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[08/14] tty: n_tty: move newline handling to a separate function tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[09/14] tty: n_tty: remove unsigned char casts from character constants tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[10/14] tty: n_tty: simplify chars_in_buffer() tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[11/14] tty: n_tty: use u8 for chars and flags tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[12/14] tty: n_tty: unify counts to size_t tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[13/14] tty: n_tty: extract ECHO_OP processing to a separate function tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[14/14] tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw() tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[v2,01/14] tty: n_tty: make flow of n_tty_receive_buf_common() a bool tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,02/14] tty: n_tty: use output character directly tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,03/14] tty: n_tty: use 'num' for writes' counts tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,04/14] tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun() tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,05/14] tty: n_tty: make n_tty_data::num_overrun unsigned tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,06/14] tty: n_tty: use MASK() for masking out size bits tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,07/14] tty: n_tty: move canon handling to a separate function tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,08/14] tty: n_tty: move newline handling to a separate function tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,09/14] tty: n_tty: remove unsigned char casts from character constants tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,10/14] tty: n_tty: simplify chars_in_buffer() tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,11/14] tty: n_tty: use u8 for chars and flags tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,12/14] tty: n_tty: unify counts to size_t tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,13/14] tty: n_tty: extract ECHO_OP processing to a separate function tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,14/14] tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw() tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[2/5] tty: srmcons: make srmcons_do_write() return void Untitled series #228446 --- 2023-11-27 Jiri Slaby New
[4/5] tty: srmcons: switch need_cr to bool Untitled series #228446 --- 2023-11-27 Jiri Slaby New
tty: virtio: drop virtio_cons_early_init() tty: virtio: drop virtio_cons_early_init() --- 2023-11-30 Jiri Slaby New
[02/27] tty: mmc: sdio_uart: switch sdio_in() to return u8 tty: type unifications -- the last part --- 2023-12-06 Jiri Slaby New
[04/27] tty: make tty_operations::send_xchar accept u8 char tty: type unifications -- the last part --- 2023-12-06 Jiri Slaby New
[06/27] tty: ami: use u8 for characters and flag tty: type unifications -- the last part --- 2023-12-06 Jiri Slaby New
[08/27] tty: con3215: convert to u8 and size_t tty: type unifications -- the last part --- 2023-12-06 Jiri Slaby New
« 1 2 3 »