Show patches with: Submitter = Jiri Slaby       |    Archived = No       |   282 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[29/29] serial: 8250_port: simplify serial8250_request_std_resource() [01/29] tty: convert "TTY Struct Flags" to an enum --- 2025-02-20 Jiri Slaby New
[27/29] serial: 8250_rsa: simplify rsa8250_{request/release}_resource() [01/29] tty: convert "TTY Struct Flags" to an enum --- 2025-02-20 Jiri Slaby New
[25/29] serial: pass struct uart_state to uart_line_info() [01/29] tty: convert "TTY Struct Flags" to an enum --- 2025-02-20 Jiri Slaby New
[23/29] tty: sunsu: remove unused serial_icr_read() [01/29] tty: convert "TTY Struct Flags" to an enum --- 2025-02-20 Jiri Slaby New
[21/29] tty: staging/greybus: pass tty_driver flags to tty_alloc_driver() [01/29] tty: convert "TTY Struct Flags" to an enum --- 2025-02-20 Jiri Slaby New
[19/29] tty: moxa: carve out special ioctls and extra tty_port [01/29] tty: convert "TTY Struct Flags" to an enum --- 2025-02-20 Jiri Slaby New
[17/29] tty: moxa: drop version dump to logs [01/29] tty: convert "TTY Struct Flags" to an enum --- 2025-02-20 Jiri Slaby New
[15/29] tty: tty_driver: introduce TTY driver sub/types enums [01/29] tty: convert "TTY Struct Flags" to an enum --- 2025-02-20 Jiri Slaby New
[13/29] tty: tty_driver: convert "TTY Driver Flags" to an enum [01/29] tty: convert "TTY Struct Flags" to an enum --- 2025-02-20 Jiri Slaby New
[11/29] tty: n_tty: move more_to_be_read to the end of n_tty_read() [01/29] tty: convert "TTY Struct Flags" to an enum --- 2025-02-20 Jiri Slaby New
[09/29] tty: n_tty: extract n_tty_continue_cookie() from n_tty_read() [01/29] tty: convert "TTY Struct Flags" to an enum --- 2025-02-20 Jiri Slaby New
[07/29] tty: n_tty: clean up process_output_block() [01/29] tty: convert "TTY Struct Flags" to an enum --- 2025-02-20 Jiri Slaby New
[05/29] tty: n_tty: use uint for space returned by tty_write_room() [01/29] tty: convert "TTY Struct Flags" to an enum --- 2025-02-20 Jiri Slaby New
[03/29] tty: caif: do not use N_TTY_BUF_SIZE [01/29] tty: convert "TTY Struct Flags" to an enum --- 2025-02-20 Jiri Slaby New
[01/29] tty: convert "TTY Struct Flags" to an enum [01/29] tty: convert "TTY Struct Flags" to an enum --- 2025-02-20 Jiri Slaby New
[3/3] tty: serial: extract uart_change_port() from uart_set_info() tty: serial_core: little cleanup --- 2024-12-11 Jiri Slaby New
[2/3] tty: serial: get rid of exit label from uart_set_info() tty: serial_core: little cleanup --- 2024-12-11 Jiri Slaby New
[1/3] tty: serial_core: use more guard(mutex) tty: serial_core: little cleanup --- 2024-12-11 Jiri Slaby New
[v2,11/11] 6pack: propagage new tty types [v2,01/11] serial: use guards for simple mutex locks --- 2024-08-08 Jiri Slaby New
[v2,09/11] 6pack: drop sixpack::buffsize [v2,01/11] serial: use guards for simple mutex locks --- 2024-08-08 Jiri Slaby New
[v2,07/11] 6pack: remove sixpack::rbuff [v2,01/11] serial: use guards for simple mutex locks --- 2024-08-08 Jiri Slaby New
[v2,05/11] xhci: dbgtty: use kfifo from tty_port struct [v2,01/11] serial: use guards for simple mutex locks --- 2024-08-08 Jiri Slaby New
[v2,03/11] mxser: remove doubled sets of close times [v2,01/11] serial: use guards for simple mutex locks --- 2024-08-08 Jiri Slaby New
[v2,01/11] serial: use guards for simple mutex locks [v2,01/11] serial: use guards for simple mutex locks --- 2024-08-08 Jiri Slaby New
serial: msm: check dma_map_sg() return value properly serial: msm: check dma_map_sg() return value properly --- 2024-04-19 Jiri Slaby New
serial: drop debugging WARN_ON_ONCE() from uart_put_char() serial: drop debugging WARN_ON_ONCE() from uart_put_char() --- 2024-04-16 Jiri Slaby New
serial: meson+qcom: don't advance the kfifo twice serial: meson+qcom: don't advance the kfifo twice --- 2024-04-16 Jiri Slaby New
[15/15] tty: atmel_serial: use single DMA mapping for RX tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[14/15] tty: atmel_serial: define macro for RX size tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[13/15] tty: atmel_serial: use single DMA mapping for TX tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[12/15] tty: serial: switch from circ_buf to kfifo tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[11/15] tty: msm_serial: use dmaengine_prep_slave_sg() tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[10/15] tty: 8250_omap: use dmaengine_prep_slave_sg() tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[09/15] tty: 8250_dma: use dmaengine_prep_slave_sg() tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[08/15] kfifo: fix typos in kernel-doc tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[07/15] kfifo: add kfifo_dma_out_prepare_mapped() tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[06/15] kfifo: pass offset to setup_sgl_buf() instead of a pointer tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[05/15] kfifo: rename l to len_to_end in setup_sgl() tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[04/15] kfifo: remove support for physically non-contiguous memory tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[03/15] kfifo: add kfifo_out_linear{,_ptr}() tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[02/15] kfifo: introduce and use kfifo_skip_count() tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[01/15] kfifo: drop __kfifo_dma_out_finish_r() tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[RFT,15/15] tty: atmel_serial: use single DMA mapping for RX tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,14/15] tty: atmel_serial: define macro for RX size tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,13/15] tty: atmel_serial: use single DMA mapping for TX tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,12/15] tty: serial: switch from circ_buf to kfifo tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,11/15] tty: msm_serial: use dmaengine_prep_slave_sg() tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,10/15] tty: 8250_omap: use dmaengine_prep_slave_sg() tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,09/15] tty: 8250_dma: use dmaengine_prep_slave_sg() tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,08/15] kfifo: fix typos in kernel-doc tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,07/15] kfifo: add kfifo_dma_out_prepare_mapped() tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,06/15] kfifo: pass offset to setup_sgl_buf() instead of a pointer tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,05/15] kfifo: rename l to len_to_end in setup_sgl() tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,04/15] kfifo: remove support for physically non-contiguous memory Untitled series #237747 --- 2024-03-19 Jiri Slaby Superseded
[4/4] kfifo: fix typos in kernel-doc tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby New
[RFT,03/15] kfifo: add kfifo_out_linear{,_ptr}() tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,02/15] kfifo: introduce and use kfifo_skip_count() tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,01/15] kfifo: drop __kfifo_dma_out_finish_r() tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[21/22] tty: vt: use ASCII enum constants in vt_console_print() tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[20/22] tty: vt: use switch+case in the ESgetpars case tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[19/22] tty: vt: use switch+case in the ESnonstd case tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[18/22] tty: vt: add new helper for reseting vc parameters tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[17/22] tty: vt: handle CSI+[ inside preexisting switch-case tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[16/22] tty: vt: simplify ansi_control_string() tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[15/22] tty: vt: name, reflow and document enum vc_ctl_state tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[14/22] tty: vt: move CSI ECMA handling to a separate function tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[13/22] tty: vt: move CSI DEC handling to a separate function tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[12/22] tty: vt: separate ESesc state handling into handle_esc() tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[11/22] tty: vt: extract ascii handling to handle_ascii() tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[10/22] tty: vt: accept u8 in do_con_trol() and vc_setGx() tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[09/22] tty: vt: put cases on separate lines tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[08/22] tty: vt: rename setterm_command() to csi_RSB() tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[07/22] tty: vt: define an enum for CSI+] codes tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[06/22] tty: vt: move CSI+n handling along to other ECMA CSIs tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[05/22] tty: vt: remove unneeded assignment of EPecma to vc_priv tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[04/22] tty: vt: split DEC CSI+h/l handling into csi_DEC_hl() tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[03/22] tty: vt: rename set_mode() to csi_hl() tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[02/22] tty: vt: define enums for CSI+h/l codes tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[01/22] tty: vt: make rgb_from_256() slighly more comprehensible tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[v2,1/2] serial: core: introduce uart_port_tx_flags() [v2,1/2] serial: core: introduce uart_port_tx_flags() --- 2024-02-01 Jiri Slaby New
[2/2] serial: mxs-auart: fix tx Untitled series #234198 --- 2024-01-31 Jiri Slaby New
[v2,47/47] Documentation: add console.rst tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,46/47] tty: vt: fix up kernel-doc tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,45/47] tty: vt: document the rest of struct consw tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,44/47] tty: vt: remove unused consw::con_flush_scrollback() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,43/47] tty: vt: remove consw::con_getxy() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,42/47] fbcon: remove fbcon_getxy() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,41/47] tty: vt: make types of screenpos() more consistent tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,40/47] tty: vt: remove consw::con_screen_pos() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,39/47] fbcon: remove consw::con_screen_pos() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,38/47] tty: vt: change consw::con_set_origin() return type tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,37/47] tty: vt: make consw::con_font_default()'s name const tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,36/47] tty: vt: make font of consw::con_font_set() const tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,35/47] tty: vt: make types around consw::con_blank() bool tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,34/47] tty: vt: use enum constants for VESA blanking modes tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,33/47] tty: vt: use VESA blanking constants tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,32/47] tty: vt: define a common enum for VESA blanking constants tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,31/47] tty: vt: stop using -1 for blank mode in consw::con_blank() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby Superseded
[v2,30/47] tty: vt: make consw::con_switch() return a bool tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,29/47] tty: vt: remove CM_* constants tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby Superseded
« 1 2 3 »