linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-12 14:29:40 to 2019-03-04 09:24:44 UTC [more...]

[RFC PATCH v1 00/25] printk: new implementation
 2019-03-04  9:24 UTC  (92+ messages)
` [RFC PATCH v1 01/25] printk-rb: add printk ring buffer documentation
` [RFC PATCH v1 02/25] printk-rb: add prb locking functions
` [RFC PATCH v1 03/25] printk-rb: define ring buffer struct and initializer
` [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 06/25] printk-rb: add blocking reader support
` [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 09/25] printk: remove exclusive console hack
` [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 14/25] printk: do boot_delay_msec inside printk_delay
` [RFC PATCH v1 15/25] printk: print history for new consoles
` [RFC PATCH v1 16/25] printk: implement CON_PRINTBUFFER
` [RFC PATCH v1 17/25] printk: add processor number to output
` [RFC PATCH v1 18/25] console: add write_atomic interface
` [RFC PATCH v1 19/25] printk: introduce emergency messages
` [RFC PATCH v1 20/25] serial: 8250: implement write_atomic
` [RFC PATCH v1 21/25] printk: implement KERN_CONT
` [RFC PATCH v1 22/25] printk: implement /dev/kmsg
` [RFC PATCH v1 23/25] printk: implement syslog
` [RFC PATCH v1 24/25] printk: implement kmsg_dump
` [RFC PATCH v1 25/25] printk: remove unused code

[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

[RFC][PATCH 0/4] Per-console loglevel support, console device bus
 2019-03-04  8:06 UTC  (6+ 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 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  (9+ messages)
` [PATCH 1/5] serial: sprd: Modify the baud rate calculation formula
` [PATCH 2/5] dt-bindings: serial: sprd: Add clocks and clocks-names properties
` [PATCH 3/5] serial: sprd: Add power management for the Spreadtrum serial controller
` [PATCH 4/5] dt-bindings: serial: sprd: Add dma properties to support DMA mode
` [PATCH 5/5] serial: sprd: Add DMA mode support

[PATCH] tty: xilinx_uartps: Correct return value in probe
 2019-03-01  9:37 UTC  (2+ messages)
` [PATCH v2] "

[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 v2 1/9] serial: uapi: add SER_RS485_DELAY_IN_USEC flag to struct serial_rs485
 2019-02-22 23:44 UTC  (10+ 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] tty/serial/imx.c: Rename URTX0 to UTXD0
 2019-02-22 20:55 UTC  (2+ messages)

[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: "

possible deadlock in console_unlock
 2019-02-20 10:52 UTC  (8+ messages)

[PATCH v3 0/9] Add basic support for Socionext Milbeaut M10V SoC
 2019-02-20  7:42 UTC 

[PATCH v7 0/6] Add basic and clock support for Mediatek MT8183 SoC
 2019-02-19 15:21 UTC  (19+ messages)
` [PATCH v7 1/6] dt-bindings: mtk-sysirq: Add compatible for Mediatek MT8183
` [PATCH v7 2/6] dt-bindings: serial: "
` [PATCH v7 3/6] dt-bindings: pinctrl: mt8183: add binding document
` [PATCH v7 4/6] arm64: dts: Add Mediatek SoC MT8183 and evaluation board dts and Makefile
` [PATCH v7 5/6] arm64: dts: mt8183: add pintcrl file
` [PATCH v7 6/6] arm64: dts: mt8183: add spi node

[PATCH] tty: not call tty close in fallback
 2019-02-19 12:41 UTC 

[PATCH v10 0/3] add uart DMA function
 2019-02-19 12:14 UTC  (8+ messages)
` [PATCH v10 1/3] dmaengine: 8250_mtk_dma: add MediaTek uart DMA support
` [PATCH v10 3/3] dt-bindings: dma: uart: rename binding

[PATCH v2 09/15] dt-bindings: serial: Add Milbeaut serial driver description
 2019-02-19  8:11 UTC  (3+ messages)

[PATCH v2 00/15] Add basic support for Socionext Milbeaut M10V SoC
 2019-02-19  7:38 UTC  (4+ messages)

[PATCH] tty: serial: msm_serial: Remove __init from msm_console_setup()
 2019-02-17  7:14 UTC  (2+ messages)

[PATCH v2] tty: serial: meson_uart: Add support for kernel debugger
 2019-02-15 23:15 UTC  (2+ messages)

[PATCH] serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFO
 2019-02-15 16:45 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH AUTOSEL 3.18 09/16] serial: fsl_lpuart: fix maximum acceptable baud rate with over-sampling
 2019-02-15  2:15 UTC 

[PATCH AUTOSEL 4.4 12/20] serial: fsl_lpuart: fix maximum acceptable baud rate with over-sampling
 2019-02-15  2:15 UTC 

[PATCH AUTOSEL 4.9 15/27] serial: fsl_lpuart: fix maximum acceptable baud rate with over-sampling
 2019-02-15  2:14 UTC 

[PATCH AUTOSEL 4.14 24/40] serial: fsl_lpuart: fix maximum acceptable baud rate with over-sampling
 2019-02-15  2:12 UTC 

[PATCH AUTOSEL 4.19 36/65] tty: serial: qcom_geni_serial: Allow mctrl when flow control is disabled
 2019-02-15  2:10 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 37/65] serial: fsl_lpuart: fix maximum acceptable baud rate with over-sampling

[PATCH AUTOSEL 4.20 44/77] tty: serial: qcom_geni_serial: Allow mctrl when flow control is disabled
 2019-02-15  2:08 UTC  (2+ messages)
` [PATCH AUTOSEL 4.20 45/77] serial: fsl_lpuart: fix maximum acceptable baud rate with over-sampling

[PATCH v6 0/6] Add basic and clock support for Mediatek MT8183 SoC
 2019-02-14 10:15 UTC  (12+ messages)
` [PATCH v6 5/6] dt-bindings: pinctrl: mt8183: add binding document
` [PATCH v6 6/6] arm64: dts: Add Mediatek SoC MT8183 and evaluation board dts and Makefile


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