linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-30 12:53:53 to 2021-05-16 23:06:24 UTC [more...]

[PATCH 2/9] dt-bindings: serial: snps-dw-apb-uart: Add Rockchip RK1808
 2021-05-16 23:05 UTC 

[PATCH] serial/liteuart; Add support for earlycon
 2021-05-15 12:17 UTC  (3+ messages)

[PATCH 00/16] Add new Renesas RZ/G2L SoC and Renesas RZ/G2L SMARC EVK support
 2021-05-14 19:22 UTC  (17+ messages)
` [PATCH 01/16] dt-bindings: arm: renesas: Document Renesas RZ/G2UL SoC
` [PATCH 02/16] dt-bindings: arm: renesas: Document Renesas RZ/G2{L,LC} SoC variants
` [PATCH 03/16] dt-bindings: arm: renesas: Document SMARC EVK
` [PATCH 04/16] soc: renesas: Add ARCH_R9A07G044{L,LC} for the new RZ/G2{L,LC} SoC's
` [PATCH 05/16] arm64: defconfig: Enable ARCH_R9A07G044{L,LC}
` [PATCH 06/16] dt-bindings: arm: renesas,prr: Add new compatible string for RZ/G{L,LC,UL}
` [PATCH 07/16] soc: renesas: Add support to read LSI DEVID register
` [PATCH 08/16] soc: renesas: Add support to identify RZ/G2{L,LC} SoC's
` [PATCH 09/16] dt-bindings: serial: renesas,scif: Document r9a07g044 bindings
` [PATCH 10/16] serial: sh-sci: Add support for RZ/G2L SoC
` [PATCH 11/16] dt-bindings: clock: renesas: Document RZ/G2L SoC CPG driver
` [PATCH 12/16] clk: renesas: Define RZ/G2L CPG Clock Definitions
` [PATCH 13/16] clk: renesas: Add CPG core wrapper for RZ/G2L SoC
` [PATCH 14/16] clk: renesas: Add support for R9A07G044L SoC
` [PATCH 15/16] arm64: dts: renesas: Add initial DTSI for RZ/G2{L,LC} SoC's
` [PATCH 16/16] arm64: dts: renesas: Add initial device tree for RZ/G2L SMARC EVK

[PATCH] Add support for new HPE serial device
 2021-05-14 17:09 UTC  (2+ messages)

[PATCH] serial: rp2: disable interrupt in rp2_probe():
 2021-05-14 11:17 UTC 

[PATCH v4 00/10] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-05-14 10:06 UTC  (22+ 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 10/10] arm64: dts: rockchip: add basic dts for RK3568 EVB
` [RESEND PATCH v4 06/10] dt-bindings: gpio: change items restriction of clock for rockchip,gpio-bank

[PATCH 00/35] tty cleanup for 5.14
 2021-05-14  8:11 UTC  (63+ 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] serial: 8250_omap: fix a timeout loop condition
 2021-05-14  8:00 UTC  (11+ messages)

[tty:tty-testing] BUILD SUCCESS 7912146abf6705c771b28ea5b6d608ee2ea39dcd
 2021-05-14  7:22 UTC 

[PATCH] serial: kgdb_nmi: remove redundant initialization of variable c
 2021-05-14  6:51 UTC  (2+ messages)

[tty:tty-linus] BUILD SUCCESS 3c35d2a960c0077a4cb09bf4989f45d289332ea0
 2021-05-14  3:45 UTC 

[PATCH 0/3] serial: 8250_aspeed_vuart: fix duplicate __release_region() on unbind
 2021-05-14  1:58 UTC  (8+ messages)
` [PATCH 1/3] serial: 8250_aspeed_vuart: factor out aspeed_vuart_{read,write}b() helper functions
  ` [PATCH 1/3] serial: 8250_aspeed_vuart: factor out aspeed_vuart_{read, write}b() "
` [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 00/12] use <linux/io.h> instead of <linux/io.h>
 2021-05-13 15:06 UTC  (14+ messages)
` [PATCH 01/12] tty: serial: atmel: include <linux/io.h> instead of <asm/io.h>
` [PATCH 02/12] tty: serial: dz: "
` [PATCH 03/12] tty: serial: icom: "
` [PATCH 04/12] tty: serial: ip22zilog: "
` [PATCH 05/12] tty: serial: mux: "
` [PATCH 06/12] tty: serial: pmac_zilog: include <linux/io.h> insteiad "
` [PATCH 07/12] tty: serial: txx9: include <linux/io.h> instead "
` [PATCH 08/12] tty: serial: sunsab: "
` [PATCH 09/12] tty: serial: sunsu: "
` [PATCH 10/12] tty: serial: sunzilog: "
` [PATCH 11/12] tty: serial: vr41xx_siu: "
` [PATCH 12/12] tty: serial: sb1250-duart: "

BUG: unable to handle kernel NULL pointer dereference in mem16_serial_out
 2021-05-13 14:24 UTC  (5+ messages)
` [PATCH] serial: 8250: fix NULL pointer dereference in serial8250_do_startup()

[PATCH] tty: serial: 8250: serial_cs: Fix a memory leak in error handling path
 2021-05-13 14:19 UTC  (2+ messages)

[PATCH] serial: 8250: 8250_omap: Fix possible interrupt storm
 2021-05-13 14:17 UTC  (2+ messages)

[PATCH] serial: 8250_dw: Add device HID for new AMD UART controller
 2021-05-13  7:08 UTC  (2+ messages)

[PATCH 5.11 146/601] serial: stm32: Use of_device_get_match_data()
 2021-05-12 14:43 UTC 

[PATCH 5.10 131/530] serial: stm32: Use of_device_get_match_data()
 2021-05-12 14:44 UTC 

[PATCH v2 0/9] serial: fsl_lpuart: sysrq, loopback support and fixes
 2021-05-12 14:12 UTC  (10+ 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 4/9] serial: fsl_lpuart: split sysrq handling
` [PATCH v2 5/9] serial: fsl_lpuart: handle break and make sysrq work
` [PATCH v2 6/9] serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()
` [PATCH v2 7/9] serial: fsl_lpuart: remove manual RTSCTS control from 8-bit LPUART
` [PATCH v2 8/9] serial: fsl_lpuart: add loopback support
` [PATCH v2 9/9] serial: fsl_lpuart: disable DMA for console and fix sysrq

[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

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

[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] tty: remove unused tty_throttle
 2021-05-10  6:59 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 

[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


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