linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-20 15:27:24 to 2019-03-12 12:38:57 UTC [more...]

[RFC PATCH v1 00/25] printk: new implementation
 2019-03-12 12:38 UTC  (94+ messages)
` [RFC PATCH v1 02/25] printk-rb: add prb locking functions
` [RFC PATCH v1 04/25] printk-rb: add writer interface
` [RFC PATCH v1 05/25] printk-rb: add basic non-blocking reading interface
` [RFC PATCH v1 07/25] printk-rb: add functionality required by printk
` [RFC PATCH v1 08/25] printk: add ring buffer and kthread
` [RFC PATCH v1 10/25] printk: redirect emit/store to new ringbuffer
` [RFC PATCH v1 11/25] printk_safe: remove printk safe code
` [RFC PATCH v1 12/25] printk: minimize console locking implementation
` [RFC PATCH v1 13/25] printk: track seq per console
` [RFC PATCH v1 15/25] printk: print history for new consoles
` [RFC PATCH v1 16/25] printk: implement CON_PRINTBUFFER
` [RFC PATCH v1 19/25] printk: introduce emergency messages
` [RFC PATCH v1 20/25] serial: 8250: implement write_atomic
` [RFC PATCH v1 25/25] printk: remove unused code

[PATCH v8 0/2] Add basic and clock support for Mediatek MT8183 SoC
 2019-03-12 12:22 UTC  (4+ messages)
` [PATCH v8 1/2] dt-bindings: serial: Add compatible for Mediatek MT8183
` [PATCH v8 2/2] arm64: dts: Add Mediatek SoC MT8183 and evaluation board dts and Makefile

Serial console is causing system lock-up
 2019-03-12 12:08 UTC  (30+ messages)

[PATCH v2] serial: sh-sci: Missing uart_unregister_driver() on error in sci_probe_single()
 2019-03-11 14:29 UTC  (3+ messages)

[RFC][PATCH 0/4] Per-console loglevel support, console device bus
 2019-03-11 13:33 UTC  (16+ messages)
` [PATCH 1/4] printk: Introduce per-console loglevel setting
` [PATCH 2/4] printk: Add ability to set loglevel via "console=" cmdline
` [PATCH 3/4] printk: Add consoles to a virtual "console" bus
` [PATCH 4/4] printk: Add a device attribute for the per-console loglevel

[PATCH serial v3] sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()
 2019-03-11 12:19 UTC  (2+ messages)

[PATCH] serial: sh-sci: Missing uart_unregister_driver() on error in sci_probe_single()
 2019-03-11  9:33 UTC  (3+ messages)

[PATCH serial v2] sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()
 2019-03-11  9:24 UTC  (3+ messages)

[PATCH v11 0/4] add uart DMA function
 2019-03-11  0:31 UTC  (7+ messages)
` [PATCH v11 1/4] dmaengine: 8250_mtk_dma: add MediaTek uart DMA support
` [PATCH v11 2/4] arm: dts: mt2712: add uart APDMA to device tree
` [PATCH v11 3/4] dt-bindings: dma: uart: rename binding
` [PATCH v11 4/4] serial: 8250-mtk: modify uart DMA rx

[PATCH serial] sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()
 2019-03-08 20:26 UTC  (3+ messages)

-Wsometimes-uninitialized Clang warning in drivers/tty/serial/qcom_geni_serial.c
 2019-03-08 18:40 UTC  (4+ messages)
  ` [PATCH] tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setup

[PATCH serial] sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()
 2019-03-08 14:08 UTC 

[PATCH v2 1/9] serial: uapi: add SER_RS485_DELAY_IN_USEC flag to struct serial_rs485
 2019-03-08  7:36 UTC  (11+ messages)
` [PATCH v2 2/9] Documentation: serial-rs485: document SER_RS485_DELAY_IN_USEC flag
` [PATCH v2 3/9] serial: core: add rs485-rts-delay-us devicetree property for RS485
` [PATCH v2 4/9] serial: 8250: add support for rs485 RTS delays in microseconds
` [PATCH v2 5/9] serial: omap-serial: "
` [PATCH v2 6/9] serial: sc16is7xx: "
` [PATCH v2 7/9] serial: atmel_serial: set SER_RS485_DELAY_IN_USEC accordingly
` [PATCH v2 8/9] serial: fsl_lpuart: "
` [PATCH v2 9/9] serial: st32-usart: "

[PATCH] Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdboc
 2019-03-08  1:54 UTC 

[PATCH] serial: max310x: Use struct_size() in devm_kzalloc()
 2019-03-07 11:03 UTC  (2+ messages)

[GIT PULL] TTY/Serial patches for 5.1-rc1
 2019-03-07  1:20 UTC  (2+ messages)

[PATCH] tty: xilinx_uartps: Correct return value in probe
 2019-03-06 12:34 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/2] tty: serial: add DT bindings and serial driver for the SiFive FU540 UART
 2019-03-06 11:08 UTC  (2+ messages)

[PATCH v2] tty/serial: Add a serial port simulator
 2019-03-06  2:04 UTC  (4+ messages)

[PATCH] tty/serial/imx.c: Rename URTX0 to UTXD0
 2019-03-05 11:45 UTC  (3+ messages)
  ` [PATCH v2] serial: imx: Rename URTX0 to UTXD, URXD0 to URXD

tty: uart: custom speed
 2019-03-04 18:47 UTC  (5+ messages)

[PATCH v2 0/4] Add new features for the Spreadtrum serial controller
 2019-03-04  8:58 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: serial: sprd: Add clocks and clocks-names properties
` [PATCH v2 2/4] serial: sprd: Add power management for the Spreadtrum serial controller
` [PATCH v2 3/4] dt-bindings: serial: sprd: Add dma properties to support DMA mode
` [PATCH v2 4/4] serial: sprd: Add DMA mode support

[PATCH v4 00/10] Add basic support for Socionext Milbeaut M10V SoC
 2019-03-04  5:18 UTC  (3+ messages)

[PATCH 0/5] Add new features for the Spreadtrum serial controller
 2019-03-01  9:42 UTC  (6+ messages)
` [PATCH 2/5] dt-bindings: serial: sprd: Add clocks and clocks-names properties
` [PATCH 4/5] dt-bindings: serial: sprd: Add dma properties to support DMA mode

[PATCH] tty/serial: Add a serial port simulator
 2019-02-28 19:39 UTC 

[PATCH] tty: serial: samsung: Enable baud clock during initialisation
 2019-02-28 10:07 UTC  (2+ messages)

[PATCH v4 07/10] dt-bindings: serial: Add Milbeaut serial driver description
 2019-02-28  2:35 UTC  (3+ messages)

[PATCH 0/6] Add interconnect support for GENI QUPs
 2019-02-25 17:39 UTC  (6+ messages)
` [PATCH 1/6] dt-bindings: soc: qcom: Add interconnect binding for GENI QUP

[PATCH v3 7/9] dt-bindings: serial: Add Milbeaut serial driver description
 2019-02-25 12:13 UTC  (3+ messages)

[PATCH] serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uart
 2019-02-24 12:00 UTC 

[PATCH] serial: 8250_pxa: honor the port number from devicetree
 2019-02-24 11:58 UTC 

[PATCH 6/9] serial: sc16is7xx: add support for rs485 RTS delays in microseconds
 2019-02-20 15:31 UTC  (4+ messages)
` [PATCH 7/9] serial: atmel_serial: set SER_RS485_DELAY_IN_USEC accordingly
` [PATCH 8/9] serial: fsl_lpuart: "
` [PATCH 9/9] serial: st32-usart: "

[PATCH 1/9] serial: uapi: add SER_RS485_DELAY_IN_USEC flag to struct serial_rs485
 2019-02-20 15:27 UTC  (5+ messages)
` [PATCH 2/9] Documentation: serial-rs485: document SER_RS485_DELAY_IN_USEC flag
` [PATCH 3/9] serial: core: add rs485-rts-delay-us devicetree property for RS485
` [PATCH 4/9] serial: 8250: add support for rs485 RTS delays in microseconds
` [PATCH 5/9] serial: omap-serial: "


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