Linux Serial subsystem development
 help / color / mirror / Atom feed
 messages from 2014-04-23 22:43:05 to 2014-05-23 05:52:03 UTC [more...]

[PATCH 1/2] serial: imx: remove the DMA wait queue
 2014-05-23  4:32 UTC  (2+ messages)
` [PATCH 2/2] serial: imx: disable the receiver ready interrupt for imx_stop_rx

[PATCH] vt: emulate 8- and 24-bit colour codes
 2014-05-22 23:33 UTC 

[PATCH 1/2 bugfix] serial: imx: reset the uart port all the time
 2014-05-21  1:09 UTC  (3+ messages)
` [PATCH 2/2] serial: imx: remove the redandunt code
  ` [PATCH 2/2 v2] serial: imx: remove the redundant code

[PATCH] serial: samsung: Neaten dbg uses
 2014-05-20 21:05 UTC 

FW: [PATCH v2] serial: uart: add hw flow control support configuration
 2014-05-20 20:06 UTC 

[PATCH RESEND 0/5] tty/serial: Add helpers to use GPIOs to control modem lines and implement atmel_serial.c
 2014-05-20  9:26 UTC  (7+ messages)
` [PATCH RESEND 1/5] tty/serial: atmel_serial: Fix device tree documentation
` [PATCH RESEND 2/5] ARM: at91: gpio: implement get_direction
` [PATCH RESEND 3/5] tty/serial: Add GPIOLIB helpers for controlling modem lines
` [PATCH RESEND 4/5] tty/serial: at91: use mctrl_gpio helpers
` [PATCH RESEND 5/5] tty/serial: at91: add interrupts for modem control lines

[PATCH] serial: Add support for Advantech PCM-3614I/PCM-3618I serial expansion cards
 2014-05-19 20:30 UTC 

[PATCH] serial: pch_uart: Fix Kconfig dependencies
 2014-05-16  8:48 UTC 

linux-next: Tree for May 14 (tty/serial/men_z135_uart.c)
 2014-05-15 16:51 UTC  (3+ messages)

[PATCH 0/4] serial: kgdb_nmi: Allow ttyNMIX to act as primary console
 2014-05-15 11:06 UTC  (7+ messages)
` [PATCH 1/4] serial: core: Consistent LF handling for poll_put_char
` [PATCH 2/4] serial: kgdb_nmi: Use container_of() to locate private data
` [PATCH 3/4] serial: kgdb_nmi: Switch from tasklets to real timers
` [PATCH 4/4] serial: kgdb_nmi: Improve console integration with KDB I/O

[PATCH v3] serial: sh-sci: Add device tree support for r8a7779
 2014-05-15 11:00 UTC 

[PATCH] serial: imx: Disable new features of autobaud detection
 2014-05-14 19:38 UTC  (2+ messages)

[PATCH 01/11] tty: serial: add missing braces
 2014-05-14 16:42 UTC  (3+ messages)
` [PATCH 09/11] bluetooth: hci_ldisc: fix deadlock condition

[PATCH 0/5] serial: imx: fixes
 2014-05-14 16:24 UTC  (15+ messages)
` [PATCH 1/5] serial: imx: remove unneeded imx_transmit_buffer() from imx_start_tx()
` [PATCH 2/5] serial: imx: remove uart_write_wakeup() from imx_transmit_buffer()
` [PATCH 3/5] serial: imx: avoid spinlock recursion deadlock
` [PATCH 4/5] serial: imx: move imx_transmit_buffer() into imx_txint()
` [PATCH 5/5] serial: imx: clean up imx_poll_get_char()

[RFC 0/8] kgdb: NMI/FIQ support for ARM
 2014-05-14 15:58 UTC  (9+ messages)
` [RFC 1/8] arm: fiq: Allow EOI to be communicated to the intc
` [RFC 2/8] irqchip: gic: Provide support for interrupt grouping
` [RFC 3/8] ARM: Move some macros from entry-armv to entry-header
` [RFC 4/8] ARM: Add KGDB/KDB FIQ debugger generic code
` [RFC 5/8] serial: amba-pl011: Pass on FIQ information to KGDB
` [RFC 6/8] serial: asc: Add support for KGDB's FIQ/NMI mode
` [RFC 7/8] ARM: VIC: Add vic_set_fiq function to select if an interrupt should generate an IRQ or FIQ
` [RFC 8/8] arm: fiq: Hack FIQ routing backdoors into GIC and VIC

[PATCH] printk/of_serial: fix serial console cessation part way through boot
 2014-05-13 22:04 UTC 

[PATCH] serial: st-asc: Fix data corruption during long console bursts
 2014-05-13 16:28 UTC  (2+ messages)

Felicitări
 2014-05-12 15:22 UTC 

[PATCH] printk/of_serial: fix serial console cessation part way through boot
 2014-05-12  9:33 UTC  (2+ messages)

[PATCH] tty: serial: men_z135_uart: Don't activate TX Space available IRQ on startup
 2014-05-12  8:34 UTC 

[PATCH v2] serial: uart: add hw flow control support configuration
 2014-05-09 15:30 UTC  (2+ messages)

Fwd: Issues with parity error handling in s3c2410 serial driver
 2014-05-09  7:25 UTC  (3+ messages)

[PATCH V6] serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffers
 2014-05-08  2:15 UTC  (5+ messages)
  `  "
      `  "

[PATCH] serial: SERIAL_FSL_LPUART should depend on HAS_DMA
 2014-05-06 12:41 UTC 

[PATCH] tty: serial: uartlite: Specify time for sending chars
 2014-05-06  4:48 UTC  (5+ messages)

[PATCH v2] tty: serial: uartlite: Specify time for sending chars
 2014-05-06  4:46 UTC 

[GIT PULL] TTY/Serial fixes for 3.15-rc5
 2014-05-05 21:23 UTC 

[PATCH] serial: sirf: move to writel for TXFIFO instead of writeb
 2014-05-05  0:05 UTC 

[PATCH v2 0/7] Generic serial earlycon
 2014-05-03 22:16 UTC  (15+ messages)
` [PATCH v2 3/7] tty/serial: convert 8250 to generic earlycon

[PATCH 0/5] tty/serial: Add helpers to use GPIOs to control modem lines and implement atmel_serial.c
 2014-05-03 22:09 UTC  (11+ messages)
` [PATCH 1/5] tty/serial: atmel_serial: Fix device tree documetation
` [PATCH 2/5] ARM: at91: gpio: implement get_direction
` [PATCH 3/5] tty/serial: Add GPIOLIB helpers for controlling modem lines
` [PATCH 4/5] tty/serial: at91: use mctrl_gpio helpers
` [PATCH 5/5] tty/serial: at91: add interrupts for modem control lines

Please Acknowledge My Proposal
 2014-05-03 12:20 UTC 

Linux-3.15-rcX - PowerPC Serial Console woes
 2014-05-03  3:44 UTC 

Re
 2014-05-03  3:18 UTC 

[PATCH] [linux-next] serial: sc16is7xx: compile I2C when REGMAP_I2C is module
 2014-05-02 12:02 UTC 

[PATCH v1] serial: uart: add hw flow control support configuration
 2014-05-01 18:57 UTC  (3+ messages)

Linux-3.15-rcX - PowerPC Serial Console woes
 2014-05-01 14:05 UTC 

[PATCH 1/2] tty/serial: add back missing setup_early_serial8250_console
 2014-05-01  0:48 UTC  (2+ messages)
` [PATCH 2/2] tty/serial: fix generic earlycon option parsing

[PATCH] [linux-next] serial: sc16is7xx: fix defined-but-not-used warnings
 2014-04-30 13:10 UTC  (2+ messages)

[PATCH/RFC] serial: sh-sci: Add device tree support for r8a7779
 2014-04-30  1:45 UTC  (13+ messages)

[PATCH/RFC v2] serial: sh-sci: Add device tree support for r8a7779
 2014-04-30  1:44 UTC  (3+ messages)

[PATCH] serial: add missing SERIAL_CORE dependencies
 2014-04-29 20:26 UTC 

[PATCH] serial: uart: add hw flow control support configuration
 2014-04-29 18:37 UTC  (8+ messages)

Patchset for kernel 3.10 (fixing lockup in printk)
 2014-04-29 12:03 UTC  (2+ messages)

[PATCH] serial: 8250_dma: check the result of TX buffer mapping
 2014-04-28 12:59 UTC 

mxs-auart stop bit-RTS delay
 2014-04-27  9:28 UTC 

[GIT PULL] TTY/Serial fixes for 3.15-rc3
 2014-04-27  0:37 UTC 

[PATCH] tty: serial: 8250_core.c Bug fix for Exar chips
 2014-04-26  0:27 UTC 

[PATCH] serial: sc16is7xx: dynamically allocate tx/rx buffer
 2014-04-26  0:11 UTC 

[PATCH 1/2] serial: sc16is7xx: depend on I2C
 2014-04-25 20:42 UTC  (7+ messages)
` [PATCH 2/2] serial: sc16is7xx: fix implicit decl of func copy_{to,from}_user

Line Discipline Kernel BUG when using usb-serial and mos7840 in v3.11
 2014-04-25 19:53 UTC  (4+ messages)

[PATCH v6 0/3] tty/serial: Add helpers to use GPIOs to control modem lines and implement atmel_serial.c
 2014-04-25 18:37 UTC  (5+ messages)
` [PATCH v6 1/3] tty/serial: Add GPIOLIB helpers for controlling modem lines

[PATCH v7 1/2] serial: sc16is7xx
 2014-04-25 18:24 UTC  (15+ messages)
` [PATCH v7 2/2] serial: sc16is7xx: Add bindings documentation for the SC16IS7XX UARTs

[PATCH 01/13] tty_ldisc: add more limits to the @write_wakeup
 2014-04-25 11:47 UTC  (17+ messages)
` [PATCH 02/13] bluetooth: hci_ldisc: fix deadlock condition
` [PATCH 10/13] tty: serial: omap: remove some dead code

[GIT PULL] serial: Cadence
 2014-04-25  5:04 UTC  (5+ messages)

[RESEND PATCH v3 1/9] tty: xuartps: Fix kernel-doc errors in the driver
 2014-04-24 23:22 UTC  (3+ messages)

[PATCH v6 1/2] serial: sc16is7xx
 2014-04-24 23:21 UTC  (2+ messages)

omap-serial: use mctrl_gpio helpers
 2014-04-24 22:10 UTC  (3+ messages)
` [RFC] tty: serial: omap: "

[RESEND PATCH] 8250_core: Fix unwanted TX chars write
 2014-04-24 10:24 UTC  (2+ messages)

[PATCHv2] serial: 8250: Fix thread unsafe __dma_tx_complete function
 2014-04-24 10:23 UTC  (2+ messages)

[RESEND PATCHv2] 8250_dw: Support all baudrates on baytrail
 2014-04-24  9:46 UTC 

Failed to suspend in 3.14.1
 2014-04-24  9:04 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox