linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-04 14:32:32 to 2016-06-09 15:10:37 UTC [more...]

[PATCH 0/8] Improve Rx/Tx DMA implementation
 2016-06-09 15:10 UTC  (7+ messages)
` [PATCH 1/8] tty: serial: fsl_lpuart: consider TX FIFO too in tx_empty
` [PATCH 2/8] tty: serial: fsl_lpuart: support suspend/resume
` [PATCH 3/8] tty: serial: fsl_lpuart: fix clearing of receive flag
` [PATCH 4/8] tty: serial: fsl_lpuart: Fix broken 8m/s1 support
` [PATCH 5/8] tty: serial: fsl-lpuart: Use cyclic DMA for Rx
` [PATCH 6/8] tty: serial: fsl-lpuart: Use scatter/gather DMA for Tx Drop PIO to DMA switching and use scatter/gather DMA for Tx path to improve performance

[PATCH RFC 0/4] serial,dma: use DMA cyclic for IMX UART driver
 2016-06-09 12:16 UTC  (5+ messages)
` [PATCH RFC 1/4] dma: imx-sdma - reduce transfer latency for DMA cyclic clients
` [PATCH RFC 2/4] dma: imx-sdma - update the residue calculation for cyclic channels
` [PATCH RFC 3/4] serial: imx-serial - update UART IMX driver to use cyclic DMA
` [PATCH RFC 4/4] serial: imx-serial - update RX error counters when DMA is used

[RFC PATCH 05/15] tty: serial: samsung: fixup accessors for endian
 2016-06-09  8:12 UTC  (3+ messages)
` [RFC PATCH 06/15] tty: serial: samsung: add byte-order aware bit functions

[PATCH] serial: earlycon: stop abusing console::index
 2016-06-08 17:20 UTC  (3+ messages)

[PATCH] serial_core: Change UART PM state to OFF on failure
 2016-06-08 16:47 UTC  (3+ messages)

[PATCH] serial/bcm63xx_uart: use correct alias naming
 2016-06-08 10:08 UTC 

[PATCH v2] tty:serial:msm:Do not restore Rx interrupts in DMA
 2016-06-07 23:08 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] tty: serial: msm: fix definition of msm_stop_dma
 2016-06-07 23:07 UTC  (3+ messages)

[PATCH] tree-wide: replace config_enabled() with IS_ENABLED()
 2016-06-07 22:29 UTC  (3+ messages)

[PATCH 1/2] serial: sirf: make fifo functions static
 2016-06-07 18:06 UTC  (2+ messages)
` [PATCH 2/2] serial: sirf: make uart register info static

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

[PATCH 0/4] serial: earlycon: keep earlycon symbols for non-module and driver clean-ups
 2016-06-06 10:27 UTC  (7+ messages)
` [PATCH 1/4] earlycon: mark earlycon code as __used iif the caller is built-in
` [PATCH 2/4] serial: 8250_uniphier: drop !defined(MODULE) conditional
  ` [PATCH 3/4] serial: 8250_mtk: "
` [PATCH 4/4] serial: 8250_ingenic: drop #if conditional surrounding earlycon code

[PATCH] serial: 8250_uniphier: add COMPILE_TEST option
 2016-06-06  4:30 UTC 

[PATCH 0/3] msm_serial cleanups
 2016-06-05 19:05 UTC  (7+ messages)
` [PATCH 1/3] tty: serial: msm: Move header file into driver
` [PATCH 2/3] tty: serial: msm: Only configure MND registers on hw that has it
` [PATCH 3/3] tty: serial: msm: Cleanup include usage

[PATCH] tty: serial: msm: Don't read off end of tx fifo
 2016-06-05 18:44 UTC  (4+ messages)

[PATCH v3 00/11] serial: sh-sci: Hardware Flow Control Updates
 2016-06-03 11:25 UTC  (13+ messages)
` [PATCH v3 01/11] serial: sh-sci: Update DT binding documentation for GPIO modem lines
` [PATCH v3 02/11] serial: sh-sci: Update DT binding documentation for dedicated RTS/CTS
` [PATCH v3 03/11] serial: sh-sci: Always set TIOCM_CTS in .get_mctrl() callback
` [PATCH v3 04/11] serial: sh-sci: Add support for GPIO-controlled modem lines
` [PATCH v3 05/11] serial: sh-sci: Do not open-code sci_getreg()
` [PATCH v3 06/11] serial: sh-sci: Add more Serial Port Register documentation
` [PATCH v3 07/11] serial: sh-sci: Add more Serial Port Control/Data "
` [PATCH v3 08/11] serial: sh-sci: Correct pin initialization on (H)SCIF
` [PATCH v3 09/11] serial: sh-sci: Add pin initialization for SCIFA/SCIFB
` [PATCH v3 10/11] serial: sh-sci: Fix support for hardware-assisted RTS/CTS
` [PATCH v3 11/11] serial: sh-sci: Add DT support for dedicated RTS/CTS

[PATCH] tty: serial: msm: Disable restoring Rx interrupts for DMA Mode
 2016-06-02 18:37 UTC  (7+ messages)

[PATCH v8 0/4] ACPI: parse the SPCR table
 2016-06-02 18:02 UTC  (8+ messages)
` [PATCH v8 1/4] of/serial: move earlycon early_param handling to serial
` [PATCH v8 2/4] ACPI: parse SPCR and enable matching console
` [PATCH v8 3/4] ARM64: ACPI: enable ACPI_SPCR_TABLE
` [PATCH v8 4/4] serial: pl011: add console matching function

[PATCH] tty/serial: atmel: fix RS485 half duplex with DMA
 2016-06-02 10:41 UTC  (2+ messages)

[PATCH v2 1/2] serial: samsung: Fix ERR pointer dereference on deferred probe
 2016-06-01 21:27 UTC  (4+ messages)
` [PATCH v2 2/2] serial: samsung: Fix possible out of bounds access on non-DT platform

[PATCH] serial: Make SERIAL_MPS2_UART depend on ARCH_MPS2
 2016-06-01 12:51 UTC  (4+ messages)

[RFT PATCH 1/2] serial: Fix console setup section mismatch
 2016-05-31 14:34 UTC  (4+ messages)
` [RFT PATCH 2/2] serial: pnx8xxx: Fix coding style

[PATCH] serial: samsung: Fix ERR pointer dereference on deferred probe
 2016-05-31 11:35 UTC 

[PATCH stable] serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios()
 2016-05-30 14:19 UTC 

[PATCH] serial: 8250_fintek: fix the mismatched IRQ mode
 2016-05-27  2:02 UTC 

[PATCH 0/4] serial: sh-sci: FIFO initialization fixes
 2016-05-26 18:18 UTC  (5+ messages)
` [PATCH 1/4] serial: sh-sci: Do not start transfers from sci_startup()
` [PATCH 2/4] serial: sh-sci: Stop transfers in sci_shutdown()
` [PATCH 3/4] serial: sh-sci: Clear RX, error, and break flags during reset
` [PATCH 4/4] serial: sh-sci: Clear (H)SCIF timeout and overrun "

[PATCH] tty: serial: msm: Remove duplicate handling of clocks
 2016-05-25 23:07 UTC  (5+ messages)

[PATCH] sh-sci: SysRq support on EARLYCON
 2016-05-25 13:24 UTC 

[PATCH 48/54] MAINTAINERS: Add file patterns for serial device tree bindings
 2016-05-22  9:06 UTC 

[GIT PULL] TTY/Serial Update for 4.7-rc1
 2016-05-21  3:22 UTC 

[PATCH] serial: 8250_early: Add earlycon support for Synopsys DesignWare ABP UART
 2016-05-19 21:35 UTC  (3+ messages)

[PATCH 1/1] tty/serial: to support 8250 earlycon can be enabled independently
 2016-05-17 10:11 UTC  (4+ messages)

[PATCH 05/11] serial: pic32_uart: Fix double free of 'sport->irq_fault_name'
 2016-05-17  5:05 UTC 

[PATCH v2] serial: amba-pl011: complete support to ZTE uart
 2016-05-16  2:31 UTC  (6+ messages)

[PATCH 0/2] serial: doc: More Low Level Serial API Documentation Improvements
 2016-05-14 16:18 UTC  (4+ messages)
` [PATCH 1/2] serial: doc: Always refer to tty_port->mutex
` [PATCH 2/2] serial: doc: Use port->state instead of info

[PATCH 1/3] tty/serial: atmel: re-integrate status check in irq handler
 2016-05-12 15:57 UTC  (4+ messages)
` [PATCH 2/3] tty/serial: atmel: split tx and rx paths
` [PATCH 3/3] tty/serial: atmel: add comment for the ring buffer size macro

[PATCH v7 0/5] ACPI: parse the SPCR table
 2016-05-12 13:08 UTC  (4+ messages)

[PATCH] serial: sh-sci: Document SoC specific bindings for r8a7796
 2016-05-12  6:46 UTC  (2+ messages)

[PATCH v2 1/1] dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLIC
 2016-05-12  5:45 UTC  (2+ messages)

[patch V4 27/31] serial: use parity32 in max3100
 2016-05-11  9:23 UTC 

[PATCH 1/7] tty: ipwireless, cleanup TIOCGSERIAL
 2016-05-10 18:16 UTC  (9+ messages)
` [PATCH 2/7] net: ircomm, "
` [PATCH 3/7] tty: cyclades+mxser, do not initialize to zero
` [PATCH 4/7] tty: frv, remove unused serial macros
` [PATCH 5/7] tty: stop defining STD_COM_FLAGS in drivers
` [PATCH 6/7] tty: 8250, drop unused members from struct old_serial_port
` [PATCH 7/7] tty: 8250, kill DEBUG_INTR

[PATCH v1 0/2] dmaengine: urgent fix to prevent regression in UART
 2016-05-10 16:13 UTC  (10+ messages)
` [PATCH v1 1/2] dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLIC
` [PATCH v1 2/2] dmaengine: rename cmd_pause to cmd_suspend

[PATCH v2] TTY: serial, handle platform_get_irq retval properly
 2016-05-09  7:23 UTC 

[PATCH -repost] kgdb: depends on VT
 2016-05-09  7:10 UTC  (3+ messages)

[PATCH v3 03/11] dmaengine: dw: set polarity of handshake interface
 2016-05-06 18:08 UTC  (2+ messages)

[PATCH 0/3] Support MPS2 UART controller
 2016-05-06 14:43 UTC  (3+ messages)

[PATCH v3 03/11] dmaengine: dw: set polarity of handshake interface
 2016-05-06 11:38 UTC  (2+ messages)

[PATCH v3 00/11] serial: 8250: split LPSS to 8250_lpss, enable DMA on Quark
 2016-05-06 11:10 UTC  (18+ messages)
` [PATCH v3 03/11] dmaengine: dw: set polarity of handshake interface
` [PATCH v3 09/11] serial: 8250_lpss: move Quark code from PCI driver

[PATCH 0/2] tty: serial: msm_serial regression and add info message
 2016-05-05 23:52 UTC  (3+ messages)
` [PATCH 1/2] tty: serial: msm_serial regression fix data corruption

[BUG] drivers/tty: read() on a noncanonical blocking tty randomly fails when VMIN > received >= buf
 2016-05-05  0:50 UTC  (2+ messages)

[PATCH v4 00/11] serial: 8250: split LPSS to 8250_lpss, enable DMA on Quark
 2016-05-04 15:40 UTC  (6+ messages)
` [PATCH v4 09/11] serial: 8250_lpss: move Quark code from PCI driver
` [PATCH v4 10/11] serial: 8250_lpss: enable MSI for Intel Quark
` [PATCH v4 11/11] serial: 8250_lpss: enable DMA on Intel Quark UART

[PATCH v4 08/11] serial: 8250_lpss: split LPSS driver to separate module
 2016-05-04 15:10 UTC  (2+ messages)


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