linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-06-17 14:52:51 to 2014-07-09 17:49:32 UTC [more...]

(unknown),
 2014-07-09 17:49 UTC  (2+ messages)
` [PATCH 1/6] tty: serial: 8250 core: provide a function to export uart_8250_port

[RFC PATCH 1/4] tty: serial: 8250 core: provide a function to export uart_8250_port
 2014-07-09 17:39 UTC  (15+ messages)
` [RFC PATCH 2/4] tty: serial: 8250 core: allow to overwrite & export serial8250_startup()
` [RFC PATCH 3/4] tty: serial: 8250 core: add runtime pm
` [RFC PATCH 4/4] tty: serial: Add 8250-core based omap driver v2

WCH CH-382 support: help with patching
 2014-07-09 14:47 UTC  (2+ messages)

[PATCH tty-next 00/22] tty/serial fixes for 3.17
 2014-07-09 13:57 UTC  (7+ messages)
` [PATCH tty-next 14/22] tty: Remove tty_wait_until_sent_from_close()

[PATCH v2] fix serial console resume-from-suspend
 2014-07-09 13:28 UTC  (3+ messages)
` [PATCH v2] serial: core: Preserve termios c_cflag for console resume

[PATCH 0/3] Deterministic UART numbering on Samsung SoCs
 2014-07-09 13:23 UTC  (9+ messages)
` [PATCH 1/3] Documentation: devicetree: Update samsung UART bindings
` [PATCH 2/3] serial: samsung: Consider DT alias when probing ports
` [PATCH 3/3] ARM: dts: SAMSUNG: Add aliases of UART nodes

[PATCH v4 0/6] ARM: sun8i: Support A23 PRCM clock and reset controllers
 2014-07-09  7:54 UTC  (7+ messages)
  ` [PATCH v4 1/6] clk: sunxi: sun6i-apb0-gates: use bitmaps for valid gate indicies
  ` [PATCH v4 2/6] clk: sunxi: sun6i-a31-apb0-gates: Add A23 APB0 support
  ` [PATCH v4 3/6] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM
  ` [PATCH v4 4/6] serial: 8250_dw: Add optional reset control support
  ` [PATCH v4 5/6] serial: 8250_dw: Add support for deferred probing
  ` [PATCH v4 6/6] ARM: sun8i: Add PRCM clock and reset controller nodes to the DTSI

[RFC PATCH] tty: serial: Add 8250-core based omap driver
 2014-07-08 17:24 UTC  (23+ messages)

[PATCH v2 00/20] ARM: sunxi: Introduce Allwinner A23 (sun8i) support
 2014-07-07 13:17 UTC  (44+ messages)
` [PATCH v2 01/20] serial: 8250_dw: Add optional reset control support
` [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 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 13/20] clk: sunxi: Add A23 specific compatible to sun6i-a31-apb0-gates-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
        `  "
            ` Fwd: "
  ` [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

[PATCH v3 0/9] ARM: sun8i: Support A23 PRCM clock and reset controllers
 2014-07-07 10:19 UTC  (17+ messages)
  ` [PATCH v3 1/9] clk: sunxi: Add A23 APB0 divider clock support
  ` [PATCH v3 2/9] clk: sunxi: Fix gate indexing for sun6i-a31-apb0-gates
  ` [PATCH v3 3/9] clk: sunxi: Add A23 specific compatible to sun6i-a31-apb0-gates-clk
  ` [PATCH v3 4/9] mfd: sun6i-prcm: Add support for Allwinner A23 PRCM
  ` [PATCH v3 5/9] serial: 8250_dw: Add optional reset control support
  ` [PATCH v3 6/9] serial: 8250_dw: Add support for deferred probing
  ` [PATCH v3 7/9] ARM: sunxi: select MFD_SUN6I_PRCM when sun8i arch support is enabled
  ` [PATCH v3 8/9] ARM: sun8i: Add PRCM clock and reset controller nodes to the DTSI
  ` [PATCH v3 9/9] ARM: sun8i: Add "

[PATCH v2] serial: sh-sci: Add device tree support for r8a7{778,740,3a4} and sh73a0
 2014-07-07  6:40 UTC 

[PATCH v2] tty: serial: msm_serial.c: Cleaning up uninitialized variables
 2014-07-06 16:47 UTC 

[PATCH 0/2] fixes for empty tx buffer breakage
 2014-07-06 15:29 UTC  (3+ messages)
  ` [PATCH 1/2] serial: Test for no tx data on tx restart
  ` [PATCH 2/2] serial: arc_uart: Use uart_circ_empty() for open-coded comparison

ATTN:
 2014-07-06  3:33 UTC 

[PATCH v2 REBASED 00/10] Generic earlyconsole for ARC UART Driver
 2014-07-05 20:54 UTC  (16+ messages)
` [PATCH v2 REBASED 01/10] serial/arc: use uart_console_write() helper
` [PATCH v2 REBASED 02/10] serial/arc: Refactor by referencing to uart_port where possible
` [PATCH v2 REBASED 03/10] serial/arc: Remove the workaround for legacy ISS
` [PATCH v2 REBASED 04/10] serial/arc: Use generic earlycon infrastructure
` [PATCH v2 REBASED 05/10] serial/arc: remove earlyprintk support and switch to earlycon
` [PATCH v2 REBASED 06/10] serial/arc: remove last remanants of platform data
` [PATCH v2 REBASED 07/10] serial/arc: inline the probe helper
` [PATCH v2 REBASED 08/10] ARC: [arcfpga] RIP early uart platform device stuff
` [PATCH v2 REBASED 09/10] serial/arc: Enable DT based earlycon
` [PATCH v2 REBASED 10/10] ARC: [arcfpga] stdout-path now suffices for earlycon/console

[PATCH RESEND 1/2] serial: core: Make enable_ms() optional
 2014-07-05  5:54 UTC  (2+ messages)
` [PATCH RESEND 2/2] serial: treewide: Remove empty implementations of enable_ms()

PLEASE VIEW WONGA LOAN DETAILS
 2014-07-03 16:58 UTC 

[PATCH] serial: sirf: transfer more bytes once to decrease interrupts
 2014-07-03 13:26 UTC 

[PATCH 0/3] s/FOOTBRIDGE/ARCH_FOOTBRIDGE/
 2014-07-02 16:26 UTC  (5+ messages)
` [PATCH 1/3] serial: DC21285: depend on ARCH_FOOTBRIDGE instead of FOOTBRIDGE

[PATCH 1/2] serial: fsl_lpuart: move DMA RX timeout calculation
 2014-07-02 16:02 UTC  (2+ messages)
` [PATCH 2/2] serial: fsl_lpuart: calculate DMA burst

[PATCH] serial: 8250_dw: add ability to handle the peripheral clock
 2014-07-02  9:32 UTC  (2+ messages)

[PATCH/RFC] serial: sh-sci: Add device tree support for r8a7778
 2014-07-02  8:01 UTC  (2+ messages)

[PATCH] serial: 8250_dw: support high baudrates if possible
 2014-07-02  0:15 UTC  (5+ messages)

[PATCH v2] serial: 8250_dw: support high baudrates if possible
 2014-07-01 15:15 UTC 

[PATCH] tty: serial: fsl_lpuart: add 32-bit register interface support
 2014-07-01  8:43 UTC 

I just hope this e-mail acct. is still in use?
 2014-06-30 19:10 UTC 

Dear Partner,
 2014-06-29 17:52 UTC 

[PATCH 0/2] serial: amba-pl01x: Clean up patches
 2014-06-26 10:05 UTC  (3+ messages)
` [PATCH V2 1/2] serial: amba-pl011: Remove redundant label
` [PATCH V2 2/2] serial: amba-pl010: Use devres APIs

[PATCH 0/2] serial: amba-pl01x: Clean up patches
 2014-06-26  9:37 UTC  (6+ messages)
` [PATCH 1/2] serial: amba-pl011: Remove redundant label
` [PATCH 2/2] serial: amba-pl010: Use devres APIs

PLEASE VIEW WONGA LOAN DETAILS
 2014-06-25 15:53 UTC 

You've won a Prize
 2014-06-23 14:33 UTC 

[PATCH] serial: samsung: Remove redundant label
 2014-06-23  6:12 UTC  (2+ messages)

[GIT PULL] TTY/Serial fixes for 3.16-rc2
 2014-06-20 19:57 UTC 

[RFC v2 00/10] kgdb: NMI/FIQ support for ARM
 2014-06-20  0:36 UTC  (26+ messages)
` [RFC v3 0/9] "
  ` [RFC v3 1/9] arm: fiq: arbitrary mappings from IRQ to FIQ virqs
  ` [PATCH v4 00/13] kgdb: NMI/FIQ support for ARM
    ` [PATCH v4 01/13] arm: fiq: Add callbacks to manage FIQ routings
    ` [PATCH v4 02/13] arm: fiq: Allow EOI to be communicated to the intc
    ` [PATCH v4 03/13] irqchip: gic: Provide support for interrupt grouping
    ` [PATCH v4 04/13] irqchip: gic: Add support for FIQ management
    ` [PATCH v4 05/13] irqchip: gic: Remove spin locks from eoi_irq
    ` [PATCH v4 06/13] irqchip: vic: Add support for FIQ management
    ` [PATCH v4 07/13] ARM: Move some macros from entry-armv to entry-header
    ` [PATCH v4 08/13] ARM: Add KGDB/KDB FIQ debugger generic code
    ` [PATCH v4 09/13] serial: amba-pl011: Pass FIQ information to KGDB
    ` [PATCH v4 10/13] serial: asc: Add support for KGDB's FIQ/NMI mode
    ` [PATCH v4 11/13] serial: asc: Adopt readl_/writel_relaxed()
    ` [PATCH v4 12/13] serial: imx: clean up imx_poll_get_char()
    ` [PATCH v4 13/13] serial: imx: Add support for KGDB's FIQ/NMI mode

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

9-bit mode
 2014-06-18  8:51 UTC 

Broken serial port
 2014-06-17 21:05 UTC  (3+ 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).