Show patches with: Archived = No       |   6337 patches
« 1 2 ... 6 7 863 64 »
Patch Series S/W/F Date Submitter Delegate State
[v5,2/3] printk: Change type of CONFIG_BASE_SMALL to bool printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL --- 2024-02-07 Yoann Congal Superseded
[v5,1/3] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL --- 2024-02-07 Yoann Congal Superseded
[4/4] serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_regcfg) serial: sc16is7xx: split into core and I2C/SPI parts --- 2024-02-06 Hugo Villeneuve Superseded
[3/4] serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_lines) serial: sc16is7xx: split into core and I2C/SPI parts --- 2024-02-06 Hugo Villeneuve New
[2/4] serial: sc16is7xx: split into core and I2C/SPI parts (core) serial: sc16is7xx: split into core and I2C/SPI parts --- 2024-02-06 Hugo Villeneuve Superseded
[1/4] serial: sc16is7xx: simplify and improve Kconfig help text serial: sc16is7xx: split into core and I2C/SPI parts --- 2024-02-06 Hugo Villeneuve Superseded
[v4,3/3] printk: Remove redundant CONFIG_BASE_FULL printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL --- 2024-02-06 Yoann Congal New
[v7,8/8] tty: i3c: add TTY over I3C master support I3C target mode support --- 2024-02-05 Frank Li Superseded
[v7,6/8] i3c: target: func: add tty driver I3C target mode support --- 2024-02-05 Frank Li Superseded
[v7,4/8] i3c: svc: Add svc-i3c-main.c and svc-i3c.h I3C target mode support --- 2024-02-05 Frank Li Superseded
[v7,2/8] dt-bindings: i3c: svc: add proptery mode I3C target mode support --- 2024-02-05 Frank Li Superseded
[v3,2/2] printk: Remove redundant CONFIG_BASE_SMALL printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal --- 2024-02-04 Yoann Congal New
serial: port: Don't suspend if the port is still busy serial: port: Don't suspend if the port is still busy --- 2024-02-04 Yicong Yang New
[GIT,PULL] TTY/Serial driver fixes for 6.8-rc3 [GIT,PULL] TTY/Serial driver fixes for 6.8-rc3 --- 2024-02-03 Greg Kroah-Hartman New
[2/2] serial: core: make serial_base_bus_type const drivers: tty: struct bus_type cleanup --- 2024-02-03 Ricardo B. Marliere New
[1/2] serdev: make serdev_bus_type const drivers: tty: struct bus_type cleanup --- 2024-02-03 Ricardo B. Marliere New
[v6,8/8] tty: i3c: add TTY over I3C master support I3C target mode support --- 2024-02-02 Frank Li Superseded
[v6,7/8] i3c: add API i3c_dev_gettstatus_format1() to get target device status I3C target mode support --- 2024-02-02 Frank Li Superseded
[v6,6/8] i3c: target: func: add tty driver I3C target mode support --- 2024-02-02 Frank Li Superseded
[v6,5/8] i3c: target: add svc target controller support I3C target mode support --- 2024-02-02 Frank Li Superseded
[v6,4/8] i3c: svc: Add svc-i3c-main.c and svc-i3c.h I3C target mode support --- 2024-02-02 Frank Li Superseded
[v6,3/8] Documentation: i3c: Add I3C target mode controller and function I3C target mode support --- 2024-02-02 Frank Li Superseded
[v6,2/8] dt-bindings: i3c: svc: add proptery mode I3C target mode support --- 2024-02-02 Frank Li Superseded
[v6,1/8] i3c: add target mode support I3C target mode support --- 2024-02-02 Frank Li Superseded
[2/2] arm64: dts: fsd: Add fifosize for UART in Device Tree [1/2] serial: samsung: honor fifosize from dts at first --- 2024-02-02 Tamseel Shams New
[1/2] serial: samsung: honor fifosize from dts at first [1/2] serial: samsung: honor fifosize from dts at first --- 2024-02-02 Tamseel Shams New
[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
tty: serial: samsung: Remove superfluous braces in macro tty: serial: samsung: Remove superfluous braces in macro --- 2024-02-02 Sam Protsenko New
Revert "tty: serial: amba-pl011: Remove QDF2xxx workarounds" Revert "tty: serial: amba-pl011: Remove QDF2xxx workarounds" --- 2024-02-01 Konrad Dybcio 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
[v4,1/2] printk: Add function to dump printk buffer directly to consoles [v4,1/2] printk: Add function to dump printk buffer directly to consoles --- 2024-02-01 Sreenath Vijayan New
tty: serial: manage irq with spin_lock_irqsave in SiFive console tty: serial: manage irq with spin_lock_irqsave in SiFive console --- 2024-02-01 Andy Chiu New
[2/2] serial: mxs-auart: fix tx Untitled series #234198 --- 2024-01-31 Jiri Slaby New
serial: 8250_pci1xxxx: partially revert off by one patch serial: 8250_pci1xxxx: partially revert off by one patch --- 2024-01-31 Dan Carpenter New
[v5,8/8] tty: i3c: add TTY over I3C master support I3C target mode support --- 2024-01-29 Frank Li Superseded
[v5,7/8] i3c: add API i3c_dev_gettstatus_format1() to get target device status I3C target mode support --- 2024-01-29 Frank Li Superseded
[v5,6/8] i3c: target: func: add tty driver I3C target mode support --- 2024-01-29 Frank Li Superseded
[v5,5/8] i3c: target: add svc target controller support I3C target mode support --- 2024-01-29 Frank Li Superseded
[v5,4/8] i3c: svc: Add svc-i3c-main.c and svc-i3c.h I3C target mode support --- 2024-01-29 Frank Li Superseded
[v5,3/8] Documentation: i3c: Add I3C target mode controller and function I3C target mode support --- 2024-01-29 Frank Li Superseded
[v5,2/8] dt-bindings: i3c: svc: add proptery mode I3C target mode support --- 2024-01-29 Frank Li Superseded
[v5,1/8] i3c: add target mode support I3C target mode support --- 2024-01-29 Frank Li Superseded
[v2] printk: Remove redundant CONFIG_BASE_SMALL [v2] printk: Remove redundant CONFIG_BASE_SMALL --- 2024-01-27 Yoann Congal Superseded
[v5,6/6] arm64: dts: rockchip: px30-ringneck-haikou: add rs485 support on uart5 serial: 8250: Add support for rs485 half/full duplex on puma/ringneck-haikou --- 2024-01-26 Farouk Bouabid Superseded
[v5,5/6] arm64: dts: rockchip: rk3399-puma-haikou: add rs485 support on uart2 serial: 8250: Add support for rs485 half/full duplex on puma/ringneck-haikou --- 2024-01-26 Farouk Bouabid Superseded
[v5,4/6] serial: 8250: set rx-enable gpio state when rs485 is disabled serial: 8250: Add support for rs485 half/full duplex on puma/ringneck-haikou --- 2024-01-26 Farouk Bouabid New
[v5,3/6] dt-bindings: serial: add binding for rs485 rx-enable state when rs485 is disabled serial: 8250: Add support for rs485 half/full duplex on puma/ringneck-haikou --- 2024-01-26 Farouk Bouabid Superseded
[v5,2/6] serial: 8250: Support separate rs485 rx-enable GPIO serial: 8250: Add support for rs485 half/full duplex on puma/ringneck-haikou --- 2024-01-26 Farouk Bouabid Superseded
[v5,1/6] dt-bindings: serial: Add binding for rs485 receiver enable GPIO serial: 8250: Add support for rs485 half/full duplex on puma/ringneck-haikou --- 2024-01-26 Farouk Bouabid New
treewide: Change CONFIG_BASE_SMALL to bool type treewide: Change CONFIG_BASE_SMALL to bool type --- 2024-01-26 Yoann Congal New
[v5,3/3] w1: add UART w1 bus driver w1: add UART w1 bus driver --- 2024-01-26 Christoph Winklhofer via B4 Relay Superseded
[v5,2/3] dt-bindings: serial: allow onewire as child node w1: add UART w1 bus driver --- 2024-01-26 Christoph Winklhofer via B4 Relay Superseded
[v5,1/3] dt-bindings: w1: UART 1-Wire bus w1: add UART w1 bus driver --- 2024-01-26 Christoph Winklhofer via B4 Relay Superseded
[v4,6/6] arm64: dts: rockchip: px30-ringneck-haikou: add rs485 support on uart5 serial: 8250: Add support for rs485 half/full duplex on puma/ringneck-haikou --- 2024-01-26 Farouk Bouabid New
[v4,5/6] arm64: dts: rockchip: rk3399-puma-haikou: add rs485 support on uart2 serial: 8250: Add support for rs485 half/full duplex on puma/ringneck-haikou --- 2024-01-26 Farouk Bouabid New
[v4,4/6] serial: 8250: set rx-enable gpio state when rs485 is disabled serial: 8250: Add support for rs485 half/full duplex on puma/ringneck-haikou --- 2024-01-26 Farouk Bouabid New
[v4,3/6] dt-bindings: serial: add binding for rs485 rx-enable state when rs485 is disabled serial: 8250: Add support for rs485 half/full duplex on puma/ringneck-haikou --- 2024-01-26 Farouk Bouabid New
[v4,2/6] serial: 8250: Support separate rs485 rx-enable GPIO serial: 8250: Add support for rs485 half/full duplex on puma/ringneck-haikou --- 2024-01-26 Farouk Bouabid New
[v4,1/6] dt-bindings: serial: Add binding for rs485 receiver enable GPIO serial: 8250: Add support for rs485 half/full duplex on puma/ringneck-haikou --- 2024-01-26 Farouk Bouabid Superseded
[v1,tty] 8250: microchip: Add 4 Mbps support in PCI1XXXX UART [v1,tty] 8250: microchip: Add 4 Mbps support in PCI1XXXX UART --- 2024-01-25 Rengarajan S New
[v1,tty] 8250: microchip: pci1xxxx: Add Burst mode transmission support in uart driver for reading from FIFO [v1,tty] 8250: microchip: pci1xxxx: Add Burst mode transmission support in uart driver for readin... --- 2024-01-25 Rengarajan S New
dt-bindings: serial: renesas,hscif: Document r8a779h0 bindings dt-bindings: serial: renesas,hscif: Document r8a779h0 bindings --- 2024-01-24 Geert Uytterhoeven New
tty: n_gsm: restrict tty devices to attach tty: n_gsm: restrict tty devices to attach --- 2024-01-24 Tetsuo Handa New
[v4,8/8] tty: i3c: add TTY over I3C master support I3C target mode support --- 2024-01-23 Frank Li Superseded
[v4,7/8] i3c: add API i3c_dev_gettstatus_format1() to get target device status I3C target mode support --- 2024-01-23 Frank Li Superseded
[v4,6/8] i3c: target: func: add tty driver I3C target mode support --- 2024-01-23 Frank Li Superseded
[v4,5/8] i3c: target: add svc target controller support I3C target mode support --- 2024-01-23 Frank Li Superseded
[v4,4/8] i3c: svc: Add svc-i3c-main.c and svc-i3c.h I3C target mode support --- 2024-01-23 Frank Li Superseded
[v4,3/8] Documentation: i3c: Add I3C target mode controller and function I3C target mode support --- 2024-01-23 Frank Li Superseded
[v4,2/8] dt-bindings: i3c: svc: add proptery mode I3C target mode support --- 2024-01-23 Frank Li Superseded
[v4,1/8] i3c: add target mode support I3C target mode support --- 2024-01-23 Frank Li Superseded
[v3,8/8] tty: i3c: add TTY over I3C master support I3C target mode support --- 2024-01-23 Frank Li Superseded
[v3,7/8] i3c: add API i3c_dev_gettstatus_format1() to get target device status I3C target mode support --- 2024-01-23 Frank Li Superseded
[v3,6/8] i3c: target: func: add tty driver I3C target mode support --- 2024-01-23 Frank Li Superseded
[v3,5/8] i3c: target: add svc target controller support I3C target mode support --- 2024-01-23 Frank Li Superseded
[v3,4/8] i3c: svc: Add svc-i3c-main.c and svc-i3c.h I3C target mode support --- 2024-01-23 Frank Li Superseded
[v3,3/8] Documentation: i3c: Add I3C target mode controller and function I3C target mode support --- 2024-01-23 Frank Li Superseded
[v3,2/8] dt-bindings: i3c: svc: add proptery mode I3C target mode support --- 2024-01-23 Frank Li Superseded
[v3,1/8] i3c: add target mode support I3C target mode support --- 2024-01-23 Frank Li Superseded
serial: txx9: Add missing #include <asm/txx9/generic.h> serial: txx9: Add missing #include <asm/txx9/generic.h> --- 2024-01-23 Geert Uytterhoeven New
« 1 2 ... 6 7 863 64 »