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

[PATCH 0/4] serial: doc: Low Level Serial API Documentation Improvements (take two)
 2016-04-14  9:08 UTC  (3+ messages)
` [PATCH 1/4] serial: doc: Re-add paragraph documenting uart_console_write()
` [PATCH 2/4] serial: doc: .(un)throttle() depends on hardware assisted flow control

[PATCH v5 00/10] Support for Cortex-M Prototyping System
 2016-04-14  8:47 UTC  (17+ messages)
` [PATCH v5 01/10] dt-bindings: document the MPS2 timer bindings
` [PATCH v5 02/10] clockevents/drivers: add MPS2 Timer driver
` [PATCH v5 03/10] dt-bindings: document the MPS2 UART bindings
` [PATCH v5 04/10] serial: mps2-uart: add MPS2 UART driver
` [PATCH v5 05/10] serial: mps2-uart: add support for early console
` [PATCH v5 06/10] ARM: vexpress/mps2: introduce MPS2 platform
` [PATCH v5 07/10] ARM: configs: add MPS2 defconfig
` [PATCH v5 08/10] ARM: dts: introduce MPS2 AN385/AN386
` [PATCH v5 09/10] ARM: dts: introduce MPS2 AN399/AN400
` [PATCH v5 10/10] MAINTAINERS: Update ARM Versatile Express platform entry

[PATCH V3 00/29] bitops: add parity functions
 2016-04-14  4:18 UTC  (3+ messages)
` [PATCH V3 27/29] serial: use parity32 in max3100

[PATCH] tty: serial: 8250_omap: do not defer termios changes
 2016-04-14  1:14 UTC  (14+ messages)
            ` 8250 dma issues ( was Re: [PATCH] tty: serial: 8250_omap: do not defer termios changes)
            ` omap uart + dma issues (Re: "

[PATCH v1 00/12] serial: 8250: split LPSS to 8250_lpss, enable DMA on Quark
 2016-04-13 15:24 UTC  (35+ messages)
` [PATCH v1 01/12] dmaengine: dw: keep copy of custom slave config in dwc
` [PATCH v1 02/12] dmaengine: dw: provide probe(), remove() stubs for users
` [PATCH v1 03/12] dmaengine: dw: set polarity of handshake interface
` [PATCH v1 04/12] dmaengine: dw: override LLP support if asked in platform data
` [PATCH v1 05/12] serial: 8250_dma: switch to new dmaengine_terminate_* API
` [PATCH v1 06/12] serial: 8250_dma: stop ongoing RX DMA on exception
` [PATCH v1 07/12] serial: 8250_dma: adjust DMA address of the UART
` [PATCH v1 08/12] serial: 8250: enable AFE on ports where FIFO is 16 bytes
` [PATCH v1 09/12] serial: 8250_lpss: split LPSS driver to separate module
` [PATCH v1 10/12] serial: 8250_lpss: move Quark code from PCI driver
` [PATCH v1 11/12] serial: 8250_lpss: enable MSI for Intel Quark
` [PATCH v1 12/12] serial: 8250_lpss: enable DMA on Intel Quark UART

[PATCH v2 0/6] serial: imx: handshaking fixes and improvments
 2016-04-13 11:16 UTC  (15+ messages)
` [PATCH v2 1/6] serial: imx: fix polarity of RI
` [PATCH v2 2/6] serial: imx: let irq handler return IRQ_NONE if no event was handled
` [PATCH v2 3/6] serial: imx: make sure unhandled irqs are disabled
` [PATCH v2 4/6] serial: imx: only count 0->1 transitions for RNG
` [PATCH v2 5/6] serial: imx: reorder functions to simplify next patch
` [PATCH v2 6/6] serial: imx: implement DSR irq handling for DTE mode

[PATCH v2] serial: amba-pl011: complete support to ZTE uart
 2016-04-12 13:01 UTC  (3+ messages)

[PATCH] tty/serial: atmel: fix hardware handshake selection
 2016-04-12 12:51 UTC 

[PATCH v2 00/11] serial: 8250: split LPSS to 8250_lpss, enable DMA on Quark
 2016-04-12  6:46 UTC  (15+ messages)
` [PATCH v2 01/11] dmaengine: dw: keep copy of custom slave config in dwc
` [PATCH v2 02/11] dmaengine: dw: provide probe(), remove() stubs for users
` [PATCH v2 03/11] dmaengine: dw: set polarity of handshake interface
` [PATCH v2 04/11] dmaengine: dw: override LLP support if asked in platform data
` [PATCH v2 05/11] serial: 8250_dma: switch to new dmaengine_terminate_* API
` [PATCH v2 06/11] serial: 8250_dma: adjust DMA address of the UART
` [PATCH v2 07/11] serial: 8250: enable AFE on ports where FIFO is 16 bytes
` [PATCH v2 08/11] serial: 8250_lpss: split LPSS driver to separate module
` [PATCH v2 09/11] serial: 8250_lpss: move Quark code from PCI driver
` [PATCH v2 10/11] serial: 8250_lpss: enable MSI for Intel Quark
` [PATCH v2 11/11] serial: 8250_lpss: enable DMA on Intel Quark UART

[PATCH] Revert "serial-uartlite: Constify uartlite_be/uartlite_le"
 2016-04-11 14:53 UTC 

[PATCH 0/8] Replace kernel-defined ASYNC_ bits
 2016-04-10  0:53 UTC  (9+ messages)
` [PATCH 1/8] tty: Define ASYNC_ replacement bits
` [PATCH 2/8] tty: Replace ASYNC_CTS_FLOW bit and update atomically
` [PATCH 3/8] tty: Replace ASYNC_NORMAL_ACTIVE "
` [PATCH 4/8] tty: Replace ASYNC_CHECK_CD "
` [PATCH 5/8] tty: Replace ASYNC_SUSPENDED bit "
` [PATCH 6/8] tty: Replace ASYNC_INITIALIZED "
` [PATCH 7/8] tty: mxser: Remove unused ASYNC_SHARE_IRQ flag
` [PATCH 8/8] tty: core: Undefine ASYNC_* flags superceded by TTY_PORT* flags

[PATCH] tty: Replace TTY_THROTTLED bit tests with tty_throttled()
 2016-04-10  0:11 UTC 

[PATCH v2 9/9] tty: Use test_bit() with tty->flags
 2016-04-10  0:06 UTC  (2+ messages)
` [PATCH] tty: Replace TTY_IO_ERROR bit tests with tty_io_error()

[GIT PULL] TTY/Serial fixes for 4.6-rc3
 2016-04-09 17:10 UTC 

[PATCH v3] serial: 8250_dw: fix wrong logic in dw8250_check_lcr()
 2016-04-07  8:33 UTC  (6+ messages)
` [PATCH v4] "

[PATCH v7 0/5] ACPI: parse the SPCR table
 2016-04-06 19:00 UTC  (20+ messages)
` [PATCH v7 1/5] of/serial: move earlycon early_param handling to serial
` [PATCH v7 2/5] ACPICA: Headers: Add new constants for the DBG2 ACPI table
` [PATCH v7 3/5] ACPI: parse SPCR and enable matching console
` [PATCH v7 4/5] ARM64: ACPI: enable ACPI_SPCR_TABLE
` [PATCH v7 5/5] serial: pl011: add console matching function

[PATCH] tty: serial: msm: Support more bauds
 2016-04-06 15:44 UTC 

[PATCH v2 28/30] serial: use parity32 in max3100
 2016-04-06 10:25 UTC  (2+ messages)

[PATCH v2] serial: 8250_dw: fix wrong logic in dw8250_check_lcr()
 2016-04-05  2:59 UTC  (3+ messages)

[PATCH v2 resend] serial: 8250_dw: fix wrong logic in dw8250_check_lcr()
 2016-04-05  2:55 UTC 

DCD interrupt for i.MX25 UART
 2016-04-04 20:49 UTC  (3+ messages)

[PATCH v2 1/5] serial: 8250_mid: use proper bar for DNV platform
 2016-04-04 14:35 UTC  (2+ messages)
` [PATCH v2 2/5] serial: 8250_mid: recognize interrupt source in handler

Serial ports with non connected RTS/CTS
 2016-04-04  5:16 UTC  (3+ messages)

[PATCH] tty: amba-pl011: Use 32-bit accesses for SBSA UART
 2016-04-01 21:23 UTC  (9+ messages)
        ` [PATCH v3] "

[PATCH] serial: 8250_dw: fix wrong logic in dw8250_check_lcr()
 2016-04-01 10:19 UTC  (3+ messages)

[PATCH 1/4] tty: vt, remove reduntant check
 2016-03-31 14:25 UTC  (6+ messages)
` [PATCH 2/4] tty: vt, get rid of weird source code flow
` [PATCH 3/4] tty: vt, make color_table const
` [PATCH 4/4] tty: vt, use proper type for default colors

[PATCH -repost] kgdb: depends on VT
 2016-03-31 12:01 UTC  (2+ messages)

[PATCH 0/9] serial: doc: Low Level Serial API Documentation Improvements
 2016-03-31  8:26 UTC  (3+ messages)

[PATCH 1/2] TTY: serial, handle platform_get_irq retval properly
 2016-03-31  8:23 UTC  (2+ messages)
` [PATCH 2/2] TTY: serial/ifx6x60, initialize more

[PATCH v2] tty/serial/8250: fix RS485 half-duplex RX
 2016-03-31  8:10 UTC  (3+ messages)

[PATCH] tty: serial: msm: Support more bauds
 2016-03-29 15:59 UTC  (3+ messages)

[PATCH v2] serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios()
 2016-03-29  7:49 UTC  (2+ messages)

[PATCH 29/31] serial: use parity32 in max3100.c
 2016-03-27  7:44 UTC 

[PATCH v6 0/5] ACPI: parse the SPCR table
 2016-03-26  0:01 UTC  (10+ messages)
` [PATCH v6 1/5] of/serial: move earlycon early_param handling to serial
` [PATCH v6 2/5] ACPI: add definitions of DBG2 subtypes
` [PATCH v6 3/5] ACPI: parse SPCR and enable matching console
` [PATCH v6 4/5] ACPI: enable ACPI_SPCR_TABLE on ARM64
` [PATCH v6 5/5] serial: pl011: add console matching function

Nonterministic hang during bootconsole/console handover on ath79
 2016-03-25 15:24 UTC  (10+ messages)

[PATCH] serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios()
 2016-03-25  8:22 UTC  (4+ messages)

[PATCH/RFC 0/5] serial: sh-sci: Hardware Flow Control Updates
 2016-03-24 17:23 UTC  (9+ messages)
` [PATCH/RFC 5/5] serial: sh-sci: Replace SCIx_HAVE_RTSCTS by standard UPF_HARD_FLOW

[PATCH] MIPS: ath79: make bootconsole wait for both THRE and TEMT
 2016-03-24 15:02 UTC 


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