Linux Serial subsystem development
 help / color / mirror / Atom feed
 messages from 2021-04-21 17:44:22 to 2021-05-05 09:19:56 UTC [more...]

[PATCH 00/35] tty cleanup for 5.14
 2021-05-05  9:19 UTC  (24+ messages)
` [PATCH 01/35] tty: remove broken r3964 line discipline
` [PATCH 02/35] n_tty: remove n_tty_receive_char wrapper
` [PATCH 03/35] n_tty: remove n_tty_receive_char_fast
` [PATCH 04/35] n_tty: drop n_tty_receive_buf_fast
` [PATCH 05/35] n_tty: drop parmrk_dbl from n_tty_receive_char
` [PATCH 06/35] n_tty: move lnext handling
` [PATCH 07/35] n_tty: make n_tty_receive_char_special return void
` [PATCH 08/35] n_tty: do only one cp dereference in n_tty_receive_buf_standard
` [PATCH 09/35] n_tty: invert TTY_NORMAL condition "
` [PATCH 10/35] n_tty: remove superfluous return from n_tty_receive_signal_char
` [PATCH 11/35] tty: make fp of tty_ldisc_ops::receive_buf{,2} const
` [PATCH 12/35] tty: cumulate and document tty_struct::flow* members
` [PATCH 13/35] tty: cumulate and document tty_struct::ctrl* members
` [PATCH 14/35] tty: set tty_ldisc_ops::num statically
` [PATCH 15/35] n_gsm: use goto-failpaths in gsm_init
` [PATCH 16/35] tty: make tty_ldisc_ops a param in tty_unregister_ldisc
` [PATCH 17/35] tty: drop tty_ldisc_ops::refcount
` [PATCH 18/35] tty: no checking of tty_unregister_ldisc
` [PATCH 19/35] tty: return void from tty_unregister_ldisc
` [PATCH 20/35] ti-st: use goto-failpath in st_core_init
` [PATCH 22/35] tty: make tty_operations::write_room return uint
` [PATCH 23/35] USB: serial: make usb_serial_driver::write_room "
` [PATCH 24/35] tty: make tty_buffer_space_avail "

[tty:tty_msg_cleanup] BUILD SUCCESS efbe2a641f47d13a3ab58bb0487cf5af3d9eb978
 2021-05-04  6:21 UTC 

[PATCH 1/1] dt-bindings: serial: 8250: Remove duplicated compatible strings
 2021-05-03 16:46 UTC  (2+ messages)

[bug report] serial: 8250: Extract IIR logic steering from rx dma
 2021-05-03 14:54 UTC 

[PATCH] serial: 8250_omap: fix a timeout loop condition
 2021-05-03  9:51 UTC  (12+ messages)

[PATCH v4 00/10] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-04-30 21:40 UTC  (24+ messages)
` [PATCH v4 01/10] dt-bindings: i2c: i2c-rk3x: add description for rk3568
` [PATCH v4 02/10] dt-bindings: serial: snps-dw-apb-uart: "
` [PATCH v4 03/10] dt-bindings: mmc: rockchip-dw-mshc: "
` [PATCH v4 04/10] dt-bindings: watchdog: dw-wdt: "
` [PATCH v4 05/10] dt-bindings: pwm: rockchip: "
` [PATCH v4 06/10] dt-bindings: gpio: change items restriction of clock for rockchip,gpio-bank
` [PATCH v4 07/10] dt-bindings: soc: rockchip: Convert grf.txt to YAML
    ` [PATCH v4 07/10] dt-bindings: soc: rockchip: Convert grf.txt to YAML【请注意,邮件由robherring2@gmail.com代发】
` [PATCH v4 08/10] arm64: dts: rockchip: add generic pinconfig settings used by most Rockchip socs
` [PATCH v4 09/10] arm64: dts: rockchip: add core dtsi for RK3568 SoC
` [PATCH v4 10/10] arm64: dts: rockchip: add basic dts for RK3568 EVB
` [RESEND PATCH v4 07/10] dt-bindings: soc: rockchip: Convert grf.txt to YAML

[PATCHv5 0/2] Fix imx53-ppd UART configuration
 2021-04-30 17:50 UTC  (3+ messages)
` [PATCHv5 1/2] serial: imx: Add DMA buffer configuration via DT
` [PATCHv5 2/2] ARM: dts: imx53-ppd: add dma-info nodes

[PATCH v2 0/3] dt-bindings: serial: pl011: Fix some dtbs_check warnings
 2021-04-30 15:21 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: serial: Normalize the node name of the serial port
` [PATCH v2 2/3] dt-bindings: serial: pl011: Change to reference the kernel-defined serial.yaml
` [PATCH v2 3/3] dt-bindings: serial: Add label property in serial.yaml

Support for AMDI0022 UART
 2021-04-30 12:37 UTC  (3+ messages)

[PATCH v3 00/10] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-04-29  7:40 UTC  (16+ messages)
` [PATCH v3 01/10] dt-bindings: i2c: i2c-rk3x: add description for rk3568
` [PATCH v3 02/10] dt-bindings: serial: snps-dw-apb-uart: "
` [PATCH v3 03/10] dt-bindings: mmc: rockchip-dw-mshc: "
` [PATCH v3 04/10] dt-bindings: watchdog: dw-wdt: "
` [PATCH v3 05/10] dt-bindings: pwm: rockchip: "
` [PATCH v3 06/10] dt-bindings: gpio: change items restriction of clock for rockchip,gpio-bank
` [PATCH v3 07/10] dt-bindings: soc: rockchip: Convert grf.txt to YAML
` [PATCH v3 08/10] arm64: dts: rockchip: add generic pinconfig settings used by most Rockchip socs
` [PATCH v3 09/10] arm64: dts: rockchip: add core dtsi for RK3568 SoC
` [PATCH v3 10/10] arm64: dts: rockchip: add basic dts for RK3568 EVB

[PATCH 1/2] serial: 8250: Use 'hlist_for_each_entry' to simplify code
 2021-04-28  9:06 UTC  (4+ messages)
` [PATCH 2/2] serial: 8250: Add an empty line and remove some useless {}

BUG: unable to handle kernel NULL pointer dereference in mem16_serial_out
 2021-04-28  6:36 UTC  (5+ messages)
` [PATCH] serial: 8250: fix NULL pointer dereference in serial8250_do_startup()

[PATCH v2 0/7] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-04-28  3:51 UTC  (17+ messages)
` [PATCH v2 1/7] dt-bindings: i2c: i2c-rk3x: add description for rk3568
` [PATCH v2 2/7] dt-bindings: serial: snps-dw-apb-uart: "
` [PATCH v2 3/7] dt-bindings: mmc: rockchip-dw-mshc: "
` [PATCH v2 4/7] dt-bindings: watchdog: dw-wdt: "
` [PATCH v2 5/7] arm64: dts: rockchip: add generic pinconfig settings used by most Rockchip socs
` [PATCH v2 6/7] arm64: dts: rockchip: add core dtsi for RK3568 SoC
` [PATCH v2 7/7] arm64: dts: rockchip: add basic dts for RK3568 EVB

[tty:tty_msg_cleanup] BUILD SUCCESS 3fecda334adef2470fb237bff0f8302232228dc2
 2021-04-27 23:31 UTC 

[PATCH] serial: meson: remove redundant initialization of variable id
 2021-04-27 18:31 UTC  (3+ messages)

[PATCH V2] tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zero
 2021-04-27  2:12 UTC 

[PATCH v3] tty: serial: samsung_tty: remove set but not used variables
 2021-04-27  0:49 UTC 

[GIT PULL] TTY/Serial driver updates for 5.13-rc1
 2021-04-26 18:36 UTC  (2+ messages)

[PATCH v2 0/3] tty: serial: meson: add amlogic,uart-fifosize property
 2021-04-26 18:06 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: serial: amlogic,meson-uart: add fifo-size property

[PATCH v2] tty: serial: samsung_tty: remove set but not used variables
 2021-04-26 14:12 UTC  (2+ messages)

[PATCH 0/2] Fix two coverity issues in fsl_lpuart.c
 2021-04-26 12:50 UTC  (17+ messages)
` [PATCH 1/2] tty: serial: fsl_lpuart: fix the potential bug of division or modulo by zero
` [PATCH 2/2] tty: serial: fsl_lpuart: fix the potential bug of dereference null return value

[PATCH] serial: tegra: Fix a mask operation that is always true
 2021-04-26 10:55 UTC 

Add support for SUNIX multi I/O board
 2021-04-26  9:48 UTC  (2+ messages)

[PATCH] firmware: replace HOTPLUG with UEVENT in FW_ACTION defines
 2021-04-26  7:06 UTC  (4+ messages)

[PATCH] tty: serial: samsung_tty: remove set but not used variables
 2021-04-26  6:57 UTC  (8+ messages)

[PATCH v1 0/5] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-04-25 10:20 UTC  (8+ messages)
` [PATCH v1 4/5] arm64: dts: rockchip: add core dtsi "

[PATCH] serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271
 2021-04-23 19:48 UTC  (3+ messages)

[PATCH tty-next] serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271
 2021-04-23 18:54 UTC  (2+ messages)

[PATCH][V2] serial: qcom_geni_serial: redundant initialization to variable line
 2021-04-23  8:13 UTC 

[PATCH] soc: qcom-geni-se: remove redundant initialization to variable line
 2021-04-23  5:22 UTC  (3+ messages)

[tty:tty-testing] BUILD SUCCESS 8720037d55dbfa3011b8795ca2187b00bb05ee03
 2021-04-22 23:53 UTC 

[PATCH][next] tty: serial: jsm: remove redundant assignments of several variables
 2021-04-22 13:15 UTC  (6+ messages)

[PATCH 00/26] tty: drop low-latency workarounds
 2021-04-22 10:09 UTC  (8+ messages)
` [PATCH 01/26] tty: mxser: drop low-latency workaround
` [PATCH 05/26] serial: amba-pl011: "
` [PATCH 16/26] serial: msm_serial: "

[PATCH 0/3] serial: sysrq cleanup and stm32 fixes
 2021-04-22  9:36 UTC  (5+ messages)
` [PATCH 2/3] serial: stm32: fix threaded interrupt handling
` [PATCH 3/3] serial: stm32: defer sysrq processing

[PATCH 1/1] dt-bindings: serial: Add label property for pl011
 2021-04-22  8:57 UTC  (6+ messages)

[PATCH v2] serial: extend compile-test coverage
 2021-04-22  8:02 UTC 

[PATCH] serial: extend compile-test coverage
 2021-04-22  7:54 UTC  (7+ messages)

[-next] serial: 8250: Match legacy NS16550A UARTs
 2021-04-21 20:12 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox