linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-04 13:44:17 to 2014-09-11 20:11:34 UTC [more...]

[PATCH v2 0/9] ARM: meson: add preliminary support for MesonX/Meson6 SoCs
 2014-09-11 20:11 UTC  (4+ messages)
  ` [PATCH v2 1/9] ARM: meson: debug: add debug UART for earlyprintk support
  ` [PATCH v2 2/9] ARM: meson: documentation: add UART documentation
  ` [PATCH v2 3/9] ARM: meson: serial: add MesonX SoC on-chip uart driver

[PATCH 00/16 v9] omap 8250 based uart + DMA
 2014-09-11 17:04 UTC  (27+ messages)
` [PATCH 01/16] tty: serial: 8250_core: allow to set ->throttle / ->unthrottle callbacks
` [PATCH 02/16] tty: serial: 8250_core: add run time pm
` [PATCH 03/16] tty: serial: 8250_core: read only RX if there is something in the FIFO
` [PATCH 04/16] tty: serial: 8250_core: use the ->line argument as a hint in serial8250_find_match_or_unused()
` [PATCH 05/16] tty: serial: 8250_core: remove UART_IER_RDI in serial8250_stop_rx()
` [PATCH 06/16] tty: serial: Add 8250-core based omap driver
` [PATCH 07/16] tty: serial: 8250_dma: handle error on TX submit
` [PATCH 08/16] tty: serial: 8250_dma: enqueue RX dma again on completion
` [PATCH 09/16] tty: serial: 8250_dma: Add a TX trigger workaround for AM33xx
` [PATCH 10/16] tty: serial: 8250_dma: optimize the xmit path due to UART_BUG_DMA_TX
` [PATCH 11/16] tty: serial: 8250_dma: keep own book keeping about RX transfers
` [PATCH 12/16] tty: serial: 8250_dma: handle the UART RDI event while DMA remains idle
` [PATCH 13/16] tty: serial: 8250_dma: add pm runtime
  ` [PATCH 14/16] arm: dts: am33xx: add DMA properties for UART
` [PATCH 15/16] arm: dts: dra7: "
` [PATCH 16/16] tty: serial: 8250: omap: add dma support

[RFC] tty: Always allow tcflow(TCOON) to unwedge terminal
 2014-09-11 15:50 UTC  (10+ messages)

[RFC PATCH] serial: Emulate break using control characters
 2014-09-11 13:37 UTC 

[RFC PATCH] tty: serial: core: Only invoke ->start_tx() if there is data to send
 2014-09-11 12:48 UTC  (4+ messages)

[PATCH] serial: 8250_pci: remove rts_n override from Baytrail quirk
 2014-09-11 12:26 UTC 

[PATCH 3.17-rc3] serial: amba-pl011: Use container_of() to get uart_amba_port
 2014-09-11 11:25 UTC  (2+ messages)

[RFC] tty: Override and virtualize flow control for tty_send_xchar()
 2014-09-10 21:10 UTC 

[PATCH 00/26] tty/serial flow control fixes
 2014-09-10 19:06 UTC  (41+ messages)
` [PATCH 13/26] locking: Add non-fatal spin lock assert
` [PATCH 17/26] serial: core: Privatize tty->hw_stopped
` [PATCH 21/26] tty: Convert tty_struct bitfield to bools
` [PATCH v2 00/14] tty/serial flow control fixes
  ` [PATCH v2 01/14] serial: core: Document and assert lock requirements for irq helpers
  ` [PATCH v2 02/14] serial: core: Privatize modem status enable flags
  ` [PATCH v2 03/14] isdn: i4l: Remove ASYNC_CTS_FLOW
  ` [PATCH v2 04/14] serial: core: Privatize tty->hw_stopped
  ` [PATCH v2 05/14] usb: serial: Remove unused tty->hw_stopped
  ` [PATCH v2 06/14] serial: bfin-uart: Fix auto CTS
  ` [PATCH v2 07/14] serial: core: Use spin_lock_irq() in uart_set_termios()
  ` [PATCH v2 08/14] tty: Convert tty_struct bitfield to ints
  ` [PATCH v2 09/14] tty: Serialize tty flow control changes with flow_lock
  ` [PATCH v2 10/14] tty: Move packet mode flow control notifications to pty driver
  ` [PATCH v2 11/14] tty: Serialize tcflow() with other tty flow control changes
  ` [PATCH v2 12/14] tty: Move and rename send_prio_char() as tty_send_xchar()
  ` [PATCH v2 13/14] tty: Hold termios_rwsem for tcflow(TCIxxx)
  ` [PATCH v2 14/14] tty: Workaround Alpha non-atomic byte storage in tty_struct

[PATCH] tty: serial: men_z135_uart: Fix driver for changes in hardware
 2014-09-10 18:33 UTC  (6+ messages)

[PATCH v8 00/18] 8250-core based serial driver for OMAP + DMA
 2014-09-10 16:56 UTC  (35+ messages)
` [PATCH 01/18] tty: serial: 8250_core: provide a function to export uart_8250_port
` [PATCH 02/18] tty: serial: 8250_core: allow to overwrite & export serial8250_startup()
` [PATCH 03/18] tty: serial: 8250_core: allow to set ->throttle / ->unthrottle callbacks
` [PATCH 04/18] tty: serial: 8250_core: add run time pm
` [PATCH 05/18] tty: serial: 8250_core: read only RX if there is something in the FIFO
` [PATCH 06/18] tty: serial: 8250_core: user the ->line argument as a hint in serial8250_find_match_or_unused()
` [PATCH 07/18] tty: serial: 8250_core: remove UART_IER_RDI in serial8250_stop_rx()
` [PATCH 08/18] tty: serial: Add 8250-core based omap driver
` [PATCH 09/18] tty: serial: 8250_dma: handle error on TX submit
` [PATCH 10/18] tty: serial: 8250_dma: enqueue RX dma again on completion
` [PATCH 11/18] tty: serial: 8250_dma: Add a TX trigger workaround for AM33xx
` [PATCH 12/18] tty: serial: 8250_dma: optimize the xmit path due to UART_BUG_DMA_TX
` [PATCH 13/18] tty: serial: 8250_dma: keep own book keeping about RX transfers
` [PATCH 14/18] tty: serial: 8250_dma: handle the when UART response while DMA remains idle
` [PATCH 15/18] tty: serial: 8250_dma: add pm runtime
` [PATCH 16/18] arm: dts: am33xx: add DMA properties for UART
` [PATCH 17/18] arm: dts: dra7: "
` [PATCH 18/18] tty: serial: 8250: omap: add dma support

randconfig build error with next-20140909, in drivers/tty/serial/serial_mctrl_gpio.c
 2014-09-10 14:36 UTC  (6+ messages)
` [PATCH] tty: serial: serial_mctrl_gpio: Fix build error for !GPIOLIB

[PATCH RESEND] tty: serial: men_z135_uart: Fix driver for changes in hardware
 2014-09-10 12:15 UTC  (2+ messages)

[PATCH] serial: cadence: Add generic earlycon support
 2014-09-10 10:43 UTC 

[PATCH linux-next] MIPS: ioctls: Add missing TIOC{S,G}RS485 definitions
 2014-09-10  9:14 UTC  (7+ messages)

[PATCH] mips/uapi: Add definition of TIOC[SG]RS485
 2014-09-10  8:57 UTC 

[PATCH v5 0/2] DTS: serial: Add bindings documention for the Mediatek UARTs
 2014-09-10  7:09 UTC  (5+ messages)
` [PATCH v5 1/2] tty: serial: 8250: Add Mediatek UART driver
` [PATCH v5 2/2] DTS: serial: Add bindings documention for the Mediatek UARTs

[PATCH 2/2] xtensa/uapi: Add definition of TIOC[SG]RS485
 2014-09-09 19:40 UTC  (6+ messages)

[PATCH 2/2 v2] xtensa/uapi: Add definition of TIOC[SG]RS485
 2014-09-09 19:39 UTC 

[Patch v2 0/2] Move Digi Neo card support from dgnc to jsm
 2014-09-09 19:13 UTC  (4+ messages)

[PATCH 1/3] parisc/uapi: Add definition of TIOC[SG]RS485
 2014-09-09 19:02 UTC  (5+ messages)

[PATCH 2/3 v2] sh/uapi: Add definition of TIOC[SG]RS485
 2014-09-09 18:59 UTC 

[PATCH 1/3 v2] parisc/uapi: Add definition of TIOC[SG]RS485
 2014-09-09 18:58 UTC 

[PATCH 3/3 v2] sparc/uapi: Add definition of TIOC[SG]RS485
 2014-09-09 18:46 UTC  (2+ messages)

[PATCH 3/3] sparc/uapi: Add definition of TIOC[SG]RS485
 2014-09-09 18:39 UTC  (3+ messages)

[PATCH 2/3] sh/uapi: Add definition of TIOC[SG]RS485
 2014-09-09 18:07 UTC 

[PATCH v4 0/2] tty: serial: Add mediatek UART driver
 2014-09-09 14:55 UTC  (6+ messages)
` [PATCH v4 1/2] tty: serial: 8250: Add Mediatek "
` [PATCH v4 2/2] DTS: serial: Add bindings documention for the Mediatek UARTs

[PATCH 3.17-rc3] serial: asc: Adopt readl_/writel_relaxed()
 2014-09-09 11:15 UTC  (5+ messages)
` [PATCH 3.17-rc3 v2] "

[PATCH 1/2] serial/8250_core: Add reference to uacess.h
 2014-09-09  5:17 UTC 

[PATCH] serial: clps711x: Fix COMPILE_TEST build for target without GPIOLIB support
 2014-09-09  4:14 UTC 

[PATCH] serial: sirf: fix line over 80 characters style issue
 2014-09-09  2:51 UTC  (7+ messages)

[PATCH 0/7] ARM: meson: add preliminary support for MesonX/Meson6 SoCs
 2014-09-06 18:51 UTC  (5+ messages)
` [PATCH 2/7] ARM: meson: serial: add MesonX SoC on-chip uart driver

[PATCH 0/4] tty: vt8500_serial: Changes for -next
 2014-09-06 17:21 UTC  (5+ messages)
` [PATCH 1/4] tty: vt8500_serial: add support for UART in WM8880 chips
` [PATCH 2/4] tty: vt8500_serial: add missing support for RTS setting
` [PATCH 3/4] tty: vt8500_serial: explicitly calculate base baud rate
` [PATCH 4/4] tty: vt8500_serial: add polled console functions

[PATCH v2 RESEND] serial: clps711x: Use mctrl_gpio helpers for handling modem signals
 2014-09-06  3:20 UTC 

[PATCH] max310x: max3109_detect should use indirect addressing in SPI mode for REVID register
 2014-09-05 17:30 UTC  (2+ messages)

[PATCH] tty: xuartps: Fix tx_emtpy() callback
 2014-09-05 15:52 UTC  (2+ messages)

[RFC PATCH 0/1] ARM SBSA UART driver
 2014-09-05 15:24 UTC  (16+ messages)
` [RFC PATCH 1/1] drivers: introduce ARM SBSA generic "

[PATCH] tty/serial: at91: BUG: disable interrupts when !UART_ENABLE_MS()
 2014-09-05 12:48 UTC  (5+ messages)

[PATCH 15/15] tty: serial: 8250: omap: add dma support
 2014-09-04 16:25 UTC  (15+ 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).