linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-26 12:23:32 to 2021-05-12 14:13:31 UTC [more...]

[PATCH v2 0/9] serial: fsl_lpuart: sysrq, loopback support and fixes
 2021-05-12 14:12 UTC  (5+ messages)
` [PATCH v2 1/9] serial: fsl_lpuart: don't modify arbitrary data on lpuart32
` [PATCH v2 2/9] serial: fsl_lpuart: use UARTDATA_MASK macro
` [PATCH v2 3/9] serial: fsl_lpuart: don't restore interrupt state in ISR
` [PATCH v2 5/9] serial: fsl_lpuart: handle break and make sysrq work

[PATCH 0/8] serial: fsl_lpuart: sysrq, loopback support and fixes
 2021-05-12 11:18 UTC  (16+ messages)
` [PATCH 1/8] serial: fsl_lpuart: don't modify arbitrary data on lpuart32
` [PATCH 2/8] serial: fsl_lpuart: use UARTDATA_MASK macro
` [PATCH 3/8] serial: fsl_lpuart: don't restore interrupt state in ISR
` [PATCH 4/8] serial: fsl_lpuart: handle break and make sysrq work
` [PATCH 5/8] serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()
` [PATCH 6/8] serial: fsl_lpuart: remove manual RTSCTS control from 8-bit LPUART
` [PATCH 7/8] serial: fsl_lpuart: add loopback support
` [PATCH 8/8] serial: fsl_lpuart: disable DMA for console and fix sysrq

[PATCH] serial: 8250: 8250_omap: Fix possible interrupt storm
 2021-05-11 15:19 UTC 

Problem with Prolific PL2303 Driver and soft flow control
 2021-05-11 12:21 UTC 

[PATCH v4 00/10] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-05-11 10:56 UTC  (25+ 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

[PATCH] serial: sh-sci: Fix off-by-one error in FIFO threshold register setting
 2021-05-11 10:07 UTC  (4+ messages)

[tty:tty_msg_cleanup] BUILD SUCCESS 77ac8996db278f549ca8dc8e36e900de6bd9688a
 2021-05-10 21:39 UTC 

[PATCH] serial: core: fix suspicious security_locked_down() call
 2021-05-10 19:36 UTC  (4+ messages)

Personal
 2021-05-10 14:06 UTC 

[PATCH 00/35] tty cleanup for 5.14
 2021-05-10 11:27 UTC  (57+ 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 21/35] ti-st: use tty_write_room
` [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 "
` [PATCH 25/35] tty: remove tty_operations::chars_in_buffer for non-buffering
` [PATCH 26/35] tty: make tty_operations::chars_in_buffer return uint
` [PATCH 27/35] serial: make usb_serial_driver::chars_in_buffer "
` [PATCH 28/35] nozomi: simplify ntty_chars_in_buffer
` [PATCH 29/35] USB: serial: digi_acceleport, simplify digi_chars_in_buffer
` [PATCH 30/35] tty: remove empty tty_operations::flush_buffer
` [PATCH 31/35] tty: remove empty tty_operations::set_termios
` [PATCH 32/35] isdn: capi, remove optional tty ops
` [PATCH 33/35] isdn: capi, drop useless pr_debugs
` [PATCH 34/35] tty: make tty_get_byte_size available
  ` [PATCH v2 "
` [PATCH 35/35] tty: make use of tty_get_byte_size

[PATCH] tty: remove unused tty_throttle
 2021-05-10  6:59 UTC 

[PATCH 0/3] serial: 8250_aspeed_vuart: fix duplicate __release_region() on unbind
 2021-05-10  1:42 UTC  (4+ messages)
` [PATCH 1/3] serial: 8250_aspeed_vuart: factor out aspeed_vuart_{read,write}b() helper functions
` [PATCH 2/3] serial: 8250_aspeed_vuart: initialize vuart->port in aspeed_vuart_probe()
` [PATCH 3/3] serial: 8250_aspeed_vuart: use UPF_IOREMAP to set up register mapping

[PATCH] tty: serial: 8250: serial_cs: Fix a memory leak in error handling path
 2021-05-09  8:28 UTC 

[PATCH] TTY: serdev: Replace depricated macros
 2021-05-07 20:18 UTC  (5+ messages)

[PATCH] serial: 8250_pci: Use fallthrough pseudo-keyword
 2021-05-07 13:20 UTC  (2+ messages)

[PATCH v3 0/2] dt-bindings: serial: Change to reference the kernel-defined serial.yaml
 2021-05-07  1:14 UTC  (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] dt-bindings: serial: Add label property in serial.yaml

[PATCH v2 0/3] dt-bindings: serial: pl011: Fix some dtbs_check warnings
 2021-05-06  2:44 UTC  (9+ 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

[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)

[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

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  (10+ messages)
` [PATCH v2 6/7] arm64: dts: rockchip: add core dtsi "
` [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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).