linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-28 05:03:41 to 2014-06-18 08:29:53 UTC [more...]

[PATCH v2 00/20] ARM: sunxi: Introduce Allwinner A23 (sun8i) support
 2014-06-18  8:29 UTC  (23+ messages)
` [PATCH v2 13/20] clk: sunxi: Add A23 specific compatible to sun6i-a31-apb0-gates-clk
  ` [PATCH v2 01/20] serial: 8250_dw: Add optional reset control support
  ` [PATCH v2 02/20] clk: sunxi: register clock gates with clkdev
  ` [PATCH v2 03/20] clk: sunxi: move "ahb_sdram" to protected clock list
  ` [PATCH v2 04/20] clk: sunxi: Fix gate indexing for sun6i-a31-apb0-gates
  ` [PATCH v2 05/20] clk: sunxi: Support factor clocks with N multiplier factor starting from 1
  ` [PATCH v2 06/20] clk: sunxi: Fix rate_recalc for sun6i PLL1
  ` [PATCH v2 07/20] clk: sunxi: Fix PLL6 calculation on sun6i
  ` [PATCH v2 08/20] ARM: sun6i: DT: Rename PLL6 to PLL6x2 and add fixed-factor-clock for PLL6
  ` [PATCH v2 09/20] clk: sunxi: Add sun6i MBUS clock support
  ` [PATCH v2 10/20] clk: sunxi: Add support for table-based divider clocks
  ` [PATCH v2 11/20] clk: sunxi: Add A23 clocks support
  ` [PATCH v2 12/20] clk: sunxi: Add A23 APB0 support to sun6i-a31-apb0-clk
  ` [PATCH v2 14/20] pinctrl: sunxi: Add A23 PIO controller support
  ` [PATCH v2 15/20] pinctrl: sunxi: Add A23 R_PIO "
  ` [PATCH v2 16/20] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM
  ` [PATCH v2 17/20] ARM: sunxi: Introduce Allwinner A23 support
  ` [PATCH v2 18/20] ARM: sunxi: Add earlyprintk support using R_UART (sun6i/sun8i)
  ` [PATCH v2 19/20] ARM: sunxi: Add Allwinner A23 dtsi
  ` [PATCH v2 20/20] ARM: sun8i: dt: Add Ippo-q8h v5 support

Broken serial port
 2014-06-17 21:05 UTC  (3+ messages)

[PATCH 00/21] ARM: sunxi: Introduce Allwinner A23 (sun8i) support
 2014-06-17 14:18 UTC  (11+ messages)
` [PATCH 15/22] pinctrl: sunxi: Add A23 PIO controller support
` [PATCH 17/22] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM

[PATCH tty-next 00/22] tty/serial fixes for 3.17
 2014-06-17 11:58 UTC  (36+ messages)
` [PATCH tty-next 01/22] tty: Document locking for tty driver methods
` [PATCH tty-next 02/22] tty: Document locking for tty_port_close{,start,end}()
` [PATCH tty-next 03/22] tty: Document locking for tty_port_open()
` [PATCH tty-next 04/22] tty: Document locking for tty_port_block_til_ready()
` [PATCH tty-next 05/22] tty: Document locking for tty_port_hangup()
` [PATCH tty-next 06/22] tty: Move tty->closing from port lock critical section
` [PATCH tty-next 07/22] tty: ipwireless: Remove tty->closing abort from ipw_open()
` [PATCH tty-next 08/22] serial: Use UPF_* constants with struct uart_port flags
` [PATCH tty-next 09/22] tty: Remove tty_hung_up_p() tests from tty drivers' open()
` [PATCH tty-next 10/22] char: synclink: Remove WARN_ON for bad port count
` [PATCH tty-next 11/22] tty: Call hangup method in modern style
` [PATCH tty-next 12/22] tty: serial: Fix termios/port flags mismatch
` [PATCH tty-next 13/22] serial: blackfin: Fix CTS flow control
` [PATCH tty-next 14/22] tty: Remove tty_wait_until_sent_from_close()
` [PATCH tty-next 15/22] isdn: tty: Use private flag for ASYNC_CLOSING
` [PATCH tty-next 16/22] tty: mxser: Use tty->closing "
` [PATCH tty-next 17/22] tty: Remove ASYNC_CLOSING
` [PATCH tty-next 18/22] tty: Move tty hung up check from port->lock critical section
` [PATCH tty-next 19/22] serial: Style fix
` [PATCH tty-next 20/22] serial: Refactor uart_flush_buffer() from uart_close()
` [PATCH tty-next 21/22] serial: core: Remove superfluous ldisc flush "
` [PATCH tty-next 22/22] serial: Fix locking for uart driver set_termios() method

[PATCH] serial: samsung: Fix compile error with SERIAL_SAMSUNG_DEBUG
 2014-06-16 21:29 UTC  (5+ messages)

[PATCH] serial: 8250_dw: add ability to handle the peripheral clock
 2014-06-16 13:25 UTC 

[PATCH tty-next 1/2] serial: Fix IGNBRK handling
 2014-06-16 12:10 UTC  (2+ messages)
` [PATCH tty-next 2/2] tty: Correct INPCK handling

[PATCH RESEND] tty: serial: men_z135_uart: Wakeup UART after transmitting
 2014-06-16  5:33 UTC 

[PATCH] tty: serial: men_z135_uart: Wakeup UART after transmitting
 2014-06-13 18:27 UTC  (3+ messages)

[RFC 0/8] kgdb: NMI/FIQ support for ARM
 2014-06-13 14:29 UTC  (28+ messages)
` [RFC v2 00/10] "
  ` [RFC v2 01/10] arm: fiq: Allow EOI to be communicated to the intc
  ` [RFC v2 04/10] ARM: vexpress: Extend UART with FIQ support
  ` [RFC v3 0/9] kgdb: NMI/FIQ support for ARM
    ` [RFC v3 1/9] arm: fiq: arbitrary mappings from IRQ to FIQ virqs
    ` [RFC v3 2/9] arm: fiq: Allow EOI to be communicated to the intc
    ` [RFC v3 3/9] irqchip: gic: Provide support for interrupt grouping
    ` [RFC v3 4/9] irqchip: gic: Introduce shadow irqs for FIQ
    ` [RFC v3 5/9] irqchip: vic: "
    ` [RFC v3 6/9] ARM: Move some macros from entry-armv to entry-header
    ` [RFC v3 7/9] ARM: Add KGDB/KDB FIQ debugger generic code
    ` [RFC v3 8/9] serial: amba-pl011: Pass on FIQ information to KGDB
    ` [RFC v3 9/9] serial: asc: Add support for KGDB's FIQ/NMI mode

[PATCH 0/9] Generic earlyconsole for ARC UART Driver
 2014-06-13 14:10 UTC  (12+ messages)
` [PATCH 1/9] serial/arc: use uart_console_write() helper
` [PATCH 2/9] serial/arc: Refactor by referencing to uart_port where possible
` [PATCH 5/9] serial/arc: remove earlyprintk support and switch to earlycon
` [PATCH 6/9] serial/arc: remove last remanants of platform data
` [PATCH 7/9] serial/arc: inline the probe helper
` [PATCH 8/9] ARC: [arcfpga] RIP early uart platform device stuff
  ` [PATCH 3/9] serial/arc: Remove the workaround for legacy ISS
  ` [PATCH 4/9] serial/arc: Use generic earlycon infrastructure
  ` [PATCH 9/9] serial/arc: Add DT based earlycon support

[PATCH] serial: 8250_dma: sync regions for device before transfer
 2014-06-13 13:05 UTC  (2+ messages)

[PATCH] tty/serial: fix 8250 early console option passing to regular console
 2014-06-12 17:52 UTC 

[PATCH v2 0/7] Generic serial earlycon
 2014-06-11 23:44 UTC  (15+ messages)
` [PATCH v2 3/7] tty/serial: convert 8250 to generic earlycon

[PATCH v2] serial: uart: add hw flow control support configuration
 2014-06-11 21:05 UTC  (4+ messages)

serial console does not wake from S3 suspend
 2014-06-10 12:30 UTC  (14+ messages)
` [PATCH 1/2] serial: core: Don't drop DTR if system console
  ` [PATCH 2/2] serial: core: Preserve termios c_cflag for console resume

[patch] serial: txx9: remove duplicate TXX9_SIFCR_TDIL_MASK define
 2014-06-09 15:11 UTC 

Arm Target System hangs on uart_open/uart_write
 2014-06-06 12:38 UTC 

[PATCH] serial: 8250_dw: use UPF_* constants when define flags
 2014-06-06 12:24 UTC 

[PATCH 1/2] serial: tegra: update tx_circular buffer only when TX_DMA is in progress
 2014-06-06 11:18 UTC  (2+ messages)
  ` [PATCH 2/2] serial: tegra: ack the rx dma desc after transfer terminated

[PATCH 1/2] serial: pxa: fix build with !SERIAL_PXA_CONSOLE
 2014-06-05 20:54 UTC  (2+ messages)
` [PATCH] serial: lpc32xx uart module can't do console

[PATCH] serial: 8250_dw: clock rate handling for all ACPI platforms
 2014-06-05 13:51 UTC 

[PATCH] serial: samsung: fix typo in debug code
 2014-06-05  2:55 UTC  (4+ messages)

[PATCH] serial: samsung: Use %pa to print 'resource_size_t' type
 2014-06-05  1:12 UTC  (2+ messages)

[PATCH 1/2] serial: core: Make enable_ms() optional
 2014-06-03 14:54 UTC  (2+ messages)
` [PATCH 2/2] serial: treewide: Remove empty implementations of enable_ms()

[PATCH 1/1] serial: samsung: Fix build error
 2014-06-03  6:26 UTC 

[PATCH 0/4] serail: imx: patches for DMA
 2014-06-03  5:51 UTC  (3+ messages)
` [PATCH 1/4] serial: imx: implement the flush_buffer hook

[GIT PULL] TTY/Serial patches for 3.16-rc1
 2014-06-03  5:47 UTC 

[PATCH] tty: serial: msm_serial.c: Cleaning up uninitialized variables
 2014-06-02 23:15 UTC  (3+ messages)

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

[PATCH tty-next] serial: sirf: Fix compilation failure
 2014-05-30 10:02 UTC  (4+ messages)

[PATCH V8 0/2] serial/uart/8250: Introduce tunable RX trigger I/F
 2014-05-30  6:16 UTC  (3+ messages)
` [PATCH V8 1/2] serial/uart: Introduce device specific attribute group to uart_port structure
` [PATCH V8 2/2] serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffers

[PATCH v6] serial: sirf: Fix compilation failure
 2014-05-29 10:03 UTC 

Serial Core crash in tty_open
 2014-05-29  9:39 UTC  (5+ messages)

[PATCH 0/4] serial: kgdb_nmi: Allow ttyNMIX to act as primary console
 2014-05-29  8:48 UTC  (8+ messages)
` [PATCH 1/4] serial: core: Consistent LF handling for poll_put_char
    ` [PATCH tty-next v2 0/4] serial: kgdb_nmi: Allow ttyNMIX to act as primary console
      ` [PATCH tty-next v2 1/4] serial: cpm_uart: No LF conversion in put_poll_char()
      ` [PATCH tty-next v2 2/4] serial: kgdb_nmi: Use container_of() to locate private data
      ` [PATCH tty-next v2 3/4] serial: kgdb_nmi: Switch from tasklets to real timers
      ` [PATCH tty-next v2 4/4] serial: kgdb_nmi: Improve console integration with KDB I/O

UART_IIR_BUSY set for 16550A
 2014-05-29  6:18 UTC  (10+ messages)

[PATCH 0/5] serial: imx: fixes
 2014-05-29  4:58 UTC  (4+ messages)

[PATCH V7] serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffers
 2014-05-29  5:16 UTC  (3+ messages)
  `  "

[PATCH RESEND 0/5] tty/serial: Add helpers to use GPIOs to control modem lines and implement atmel_serial.c
 2014-05-28 19:47 UTC  (4+ messages)
` [PATCH RESEND 3/5] tty/serial: Add GPIOLIB helpers for controlling modem lines

[PATCH] serial: Add support for Advantech PCM-3614I/PCM-3618I serial expansion cards
 2014-05-28 19:38 UTC  (2+ messages)

[PATCH] serial: samsung: Neaten dbg uses
 2014-05-28 19:29 UTC  (3+ messages)

Work.Begins.Today-linux-serial@vger.kernel.org
 2014-05-28 19:13 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).