linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-22 05:08:28 to 2014-02-18 09:36:08 UTC [more...]

locking changes in tty broke low latency feature
 2014-02-18  9:38 UTC 

USB to Serial converter code pl2303
 2014-02-18  9:09 UTC  (2+ messages)

[PATCH v6 0/3] serial: fsl_lpuart: add DMA support
 2014-02-18  3:48 UTC  (6+ messages)
` [PATCH v6 1/3] ARM: dts: vf610: lpuart: Add eDMA support
` [PATCH v6 2/3] serial: fsl_lpuart: add DMA support
` [PATCH v6 3/3] serial: fsl_lpuart: documented the clock requirement

[PATCH 0/2] serial: Move uart_register_driver call to device probe
 2014-02-17 23:50 UTC  (38+ messages)
` [PATCH 1/2] serial: samsung: "
` [PATCH 2/2] serial: pl011: "

[PATCH v3 0/7] tty/serial: Add helpers to use GPIOs to control modem lines and implement atmel_serial.c
 2014-02-17 18:37 UTC  (10+ messages)
` [PATCH v3 1/7] tty/serial: Add GPIOLIB helpers for controlling modem lines
` [PATCH v3 2/7] tty/serial: at91: use dev_err instead of printk
` [PATCH v3 3/7] tty/serial: at91: remove unused open/close hooks
` [PATCH v3 4/7] tty/serial: at91: use mctrl_gpio helpers
` [PATCH v3 5/7] ARM: at91: gpio: implement get_direction
` [PATCH v3 6/7] pinctrl: at91: "
` [PATCH v3 7/7] tty/serial: at91: add interrupts for modem control lines

[PATCH] RFC: MFD: driver for Atmel Microcontroller on iPaq h3xxx
 2014-02-17  9:21 UTC  (5+ messages)

[PATCH] vt: drop an useless enum and assignment
 2014-02-16  1:43 UTC  (2+ messages)

[PATCH 1/2] serial: max310x: Fix sparse warnings
 2014-02-15 10:59 UTC  (2+ messages)
` [PATCH 2/2] serial: max310x: Fix devicetree documentation for clock name

Is tty->receive_room no longer usable w/ SMP?
 2014-02-14 22:31 UTC  (12+ messages)

[GIT PULL] TTY/Serial fixes for 3.14-rc3
 2014-02-14 21:26 UTC 

[PATCH] serial: sirf: update copyright years to 2014
 2014-02-14 17:14 UTC  (10+ messages)

[PATCH v5 0/3] serial: fsl_lpuart: add DMA support
 2014-02-14 10:24 UTC  (6+ messages)
` [PATCH v5 1/3] ARM: dts: vf610: lpuart: Add eDMA support
` [PATCH v5 2/3] serial: fsl_lpuart: add DMA support
` [PATCH v5 3/3] serial: fsl_lpuart: documented the clock requirement

[PATCH v2] serial: max310x: Fix build error
 2014-02-13 19:12 UTC 

[PATCH] serial: max310x: Fix build error
 2014-02-13 18:08 UTC  (2+ messages)
` [PATCH] serial: max310x: Fix build warning

[PATCH v2 0/4] tty/serial: Add helpers to use GPIOs to control modem lines
 2014-02-13 17:37 UTC  (8+ messages)
` [PATCH v2 1/4] tty/serial: Add GPIOLIB helpers for controlling "
` [PATCH v2 2/4] tty/serial: at91: use dev_err instead of printk
` [PATCH v2 3/4] tty/serial: at91: remove unused open/close hooks
` [PATCH v2 4/4] tty/serial: at91: use mctrl_gpio helpers

[PATCH V2 1/2] serial: sh-sci: Fix cast warning
 2014-02-13 17:15 UTC  (4+ messages)
` [PATCH V2 2/2] serial: pch_uart: Fix build warning when CONFIG_DEBUG_FS=n

[RFC PATCH] serial: omap: only inform once about missing wakeirq support
 2014-02-13  9:57 UTC  (3+ messages)

[PATCH] serial: omap-serial: Move info message to probe function
 2014-02-13  9:56 UTC  (3+ messages)

[PATCH] serial: omap: fix rs485 probe on defered pinctrl
 2014-02-13  9:52 UTC 

[PATCH] serial: 8250: Support XR17V35x fraction divisor
 2014-02-12  0:30 UTC 

[PATCH 1/2] OF: update stdout-path parsing
 2014-02-11 14:54 UTC  (3+ messages)
  ` [PATCH 2/2] serial: atmel: evaluate linux,stdout-path property

[PATCH] serial: 8250_pci: unbreak last serial ports on NetMos 9865 cards
 2014-02-11 10:18 UTC 

[PATCH v4 0/3] serial: fsl_lpuart: add DMA support
 2014-02-11  5:45 UTC  (11+ messages)
` [PATCH v4 1/3] ARM: dts: vf610: lpuart: Add eDMA support
` [PATCH v4 2/3] serial: fsl_lpuart: add DMA support
` [PATCH v4 3/3] serial: fsl_lpuart: documented the clock requirement

[PATCH 0/8] serial: max310x: Improve driver. Part 2
 2014-02-10 18:18 UTC  (8+ messages)
` [PATCH 1/8] serial: max310x: Move all SPI-dependent stuff in one place
` [PATCH 2/8] serial: max310x: Migrate to CLK API
` [PATCH 3/8] serial: max310x: Always use dynamic GPIO ID assignment
` [PATCH 4/8] serial: max310x: Add missing mutex_destroy() on driver exit
` [PATCH 5/8] serial: max310x: Add support for RS-485 mode
` [PATCH 6/8] serial: max310x: Driver cleanup
` [PATCH 7/8] serial: max310x: Add devicetree support

[PATCH 8/8] serial: max310x: Add bindings documentation for the MAX310X UARTs
 2014-02-10 18:17 UTC 

[PATCH 0/8] tty/serial: at91: Add missing modem signals to atmel_serial
 2014-02-10 10:37 UTC  (12+ messages)
` [PATCH 1/8] tty/serial: at91: use dev_err instead of printk
` [PATCH 2/8] tty/serial: at91: remove unused open/close hooks
` [PATCH 3/8] tty/serial: at91: prepare for more gpio lines to come
` [PATCH 4/8] tty/serial: at91: add cts control via gpio
` [PATCH 5/8] tty/serial: at91: add dtr "
` [PATCH 6/8] tty/serial: at91: add dsr "
` [PATCH 7/8] tty/serial: at91: add ring "
` [PATCH 8/8] tty/serial: at91: add dcd "

[PATCH] Drop remaining code for CRISv10 CPU simulator
 2014-02-09 13:22 UTC 

UN COMPENSATION FORMAT
 2014-02-08 21:21 UTC 

[PATCH 0/6] serial: max310x: Improve driver. Part 1
 2014-02-07 14:16 UTC  (7+ messages)
` [PATCH 1/6] serial: max310x: Allow driver to be compiled as module
` [PATCH 2/6] serial: max310x: Setup baud rate generator more precisely
` [PATCH 3/6] serial: max310x: Remove init() and exit() callbacks
` [PATCH 4/6] serial: max310x: Remove excess port configure at startup
` [PATCH 5/6] serial: max310x: Add the loopback mode support
` [PATCH 6/6] serial: max310x: Remove IRQ validation

3.14-mw regression: circular locking dependency (&tty->legacy_mutex){+.+.+.}, at: [<ffffffff81ad6344>] tty_lock_nested+0x44/0xa0
 2014-02-07  6:55 UTC  (3+ messages)
` BISECTED "

[PATCH v2] serial: sh_sci: remove HAVE_CLK build dependecy
 2014-02-06  8:59 UTC  (2+ messages)

[PATCH] serial: sh_sci: remove HAVE_CLK build dependecy
 2014-02-06  8:28 UTC  (6+ messages)

[PATCH 0/2] sh_sci updates for v3.15
 2014-02-06  6:47 UTC  (3+ messages)
` [PATCH 1/2] serial: sh-sci: Restrict non-COMPILE_TEST compilation
` [PATCH 2/2] serial: sh-sci: Fix compatible string in DT bindings example

[PATCH 1/2] serial: sh-sci: Fix cast warning
 2014-02-05 18:12 UTC  (5+ messages)
` [PATCH 2/2] serial: pch_uart: Fix build warning when CONFIG_DEBUG_FS=n

[PATCH v4] ARM/serial: at91: switch atmel serial to use gpiolib
 2014-02-03  9:06 UTC  (6+ messages)

PROBLEM: BUG: scheduling while atomic in the 8250 serial driver
 2014-02-01 17:27 UTC  (4+ messages)

[PATCH 4/4] tty: serial: msm: Enable building msm_serial for ARCH_QCOM
 2014-01-30 22:36 UTC  (2+ messages)

[PATCH] serial: sirf: move to use generic dma dt-binding to get dma channels
 2014-01-30  5:57 UTC 

[PATCH 01/11] resolve PXA<->8250 serial device address conflict
 2014-01-28 14:20 UTC  (3+ messages)

[GIT PULL] Serial fixes for 3.14-rc1
 2014-01-27 23:48 UTC 

[PATCH] serial: sirf: fix kernel panic caused by unpaired spinlock
 2014-01-27  6:23 UTC 

Kind Regards
 2014-01-26 21:30 UTC 

Kind Regards
 2014-01-26 21:51 UTC 

Kind Regards
 2014-01-26 22:31 UTC 

Your Unclaimed Fund Payment
 2014-01-26 15:25 UTC 

Messenger from Administrator
 2014-01-25  8:46 UTC 

[PATCH v2] tty: uartps: Initialize ports according to aliases
 2014-01-23 15:06 UTC 

[PATCH] tty: uartps: Initialize ports according to aliases
 2014-01-23 14:49 UTC  (2+ messages)

[PATCH] mips: make loongsoon serial driver explicitly modular
 2014-01-22 15:25 UTC  (2+ messages)

WCH CH-382 support: help with patching
 2014-01-22 11:51 UTC 

Hello
 2014-01-22  9:23 UTC 

[PATCH] tty/serial: atmel_serial: remove dev_dbg in atmel_set_termios
 2014-01-22  9:38 UTC 

[PATCH] serial: imx: always wake up the processes in the TX callback
 2014-01-22  8:23 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).