messages from 2013-11-27 23:18:27 to 2013-12-06 09:16:57 UTC [more...]
[PATCH 01/11] resolve PXA<->8250 serial device address conflict
2013-12-06 9:16 UTC (26+ messages)
` [PATCH] serial: rewrite pxa2xx-uart to use 8250_core
` [PATCH v2] "
` [PATCH 05/11] serial: support for 16550 serial ports on LP-8x4x
[PATCH 0/5] tty: serial: bcm63xx_uart: do not depend on MIPS
2013-12-06 2:26 UTC (6+ messages)
` [PATCH 1/5] tty: serial: bcm63xx_uart: remove unused inclusion
` [PATCH 2/5] tty: serial: bcm63xx_uart: drop bcm_{readl,writel} macros
` [PATCH 3/5] MIPS: BCM63XX: move UART register definitions
` [PATCH 4/5] tty: serial: bcm63xx_uart: use linux/serial_bcm63xx.h
` [PATCH 5/5] MIPS: BCM63XX: "
[PATCH v4] ARM/serial: at91: switch atmel serial to use gpiolib
2013-12-05 20:28 UTC (10+ messages)
[PATCH v3 00/29] Add OF support to the sh-sci serial port driver
2013-12-05 14:38 UTC (10+ messages)
[PATCH v6 00/17] add COMMON_CLK support for PowerPC MPC512x
2013-12-05 0:55 UTC (5+ messages)
` [PATCH v6 09/17] serial: mpc512x: adjust for OF based clock lookup
` [PATCH v6 10/17] serial: mpc512x: setup the PSC FIFO clock as well
3.12.x looses serial mouse over hibernate + resume
2013-12-05 0:41 UTC (13+ messages)
[PATCH tty-next 0/4] tty: Fix ^C echo
2013-12-05 0:13 UTC (12+ messages)
` [PATCH tty-next 1/4] tty: Fix stale tty_buffer_flush() comment
` [PATCH tty-next 2/4] tty: Add flush_nested() tty driver method and accessor
` [PATCH tty-next 3/4] tty: Fix pty flush
` [PATCH tty-next 4/4] n_tty: Flush echoes for signal chars
` Convert termios to RCU (was Re: [PATCH tty-next 0/4] tty: Fix ^C echo)
[PATCH] serial: samsung: move clock deactivation below uart registration
2013-12-04 23:54 UTC
[PATCH] tty: serial: pch: don't crash if DMA enabled but not loaded
2013-12-04 19:52 UTC
[PATCH v2] serial: 8250_dw: Improve unwritable LCR workaround
2013-12-04 18:56 UTC (10+ messages)
[PATCH] serial: pl011: use port lock to guard control register access
2013-12-04 16:17 UTC (2+ messages)
[PATCH] serial: sh-sci: Fix warnings due to improper casts and printk formats
2013-12-03 18:45 UTC (2+ messages)
[PATCH v2] serial: sh-sci: Fix warnings due to improper casts and printk formats
2013-12-03 18:45 UTC (5+ messages)
[PATCH 00/15] Enable compilation of various Renesas drivers with COMPILE_TEST
2013-12-03 18:45 UTC (4+ messages)
` [PATCH 03/15] serial: sh-sci: Restrict non-COMPILE_TEST compilation
[PATCH 0/2] serial: sh-sci: Prepare for CCF migration
2013-12-03 18:43 UTC (6+ messages)
` [PATCH 1/2] serial: sh-sci: Don't enable/disable port from within break timer
` [PATCH 2/2] serial: sh-sci: Convert to clk_prepare/unprepare
[PATCH 00/16] sh-sci: Remove unnecessary fields from platform data
2013-12-03 18:44 UTC (18+ messages)
` [PATCH 01/16] serial: sh-sci: Move overrun_bit and error_mask fields out of pdata
` [PATCH 02/16] serial: sh-sci: Remove unused GPIO request code
` [PATCH 03/16] serial: sh-sci: Compute overrun_bit without using baud rate algo
` [PATCH 04/16] serial: sh-sci: Rework baud rate calculation
` [PATCH 05/16] ARM: shmobile: sh7372: Don't set plat_sci_port scbrr_algo_id field
` [PATCH 06/16] ARM: shmobile: sh73a0: "
` [PATCH 07/16] ARM: shmobile: r7s72100: "
` [PATCH 08/16] ARM: shmobile: r8a73a4: "
` [PATCH 09/16] ARM: shmobile: r8a7740: "
` [PATCH 10/16] ARM: shmobile: r8a7778: "
` [PATCH 11/16] ARM: shmobile: r8a7779: "
` [PATCH 12/16] ARM: shmobile: r8a7790: "
` [PATCH 13/16] ARM: shmobile: r8a7791: "
` [PATCH 14/16] sh: sh772[34]: Set serial port sampling rate to 8 for SCIFA ports
` [PATCH 15/16] sh: Don't set plat_sci_port scbrr_algo_id field
` [PATCH 16/16] serial: sh-sci: Remove platform data "
[PATCH] serial: Remove old SC26XX driver
2013-12-03 15:23 UTC
[PATCH 1/5] serial: 8250_pci: use DEFINE_PCI_DEVICE_TABLE macro
2013-12-03 1:52 UTC (25+ messages)
` [PATCH 2/5] serial: icom: "
` [PATCH 3/5] serial: jsm: "
` [PATCH 4/5] serial: mfd: "
` [PATCH 5/5] serial: txx9: "
` [PATCH] pci/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLE
[PATCH 00/10] tty: xuartps: Update
2013-12-02 20:42 UTC (3+ messages)
` [PATCH 03/10] tty: xuartps: Implement BREAK detection, add SYSRQ support
[PATCH] tty: xuartps: Properly guard sysrq specific code
2013-12-02 19:38 UTC
[PATCH tty-next 0/7] n_tty cleanup + trace additions
2013-12-02 19:24 UTC (10+ messages)
` [PATCH v2 tty-next 0/8] "
` [PATCH v2 tty-next 1/8] n_tty: Merge .receive_buf() flavors
` [PATCH v2 tty-next 2/8] n_tty: Un-inline slow-path n_tty_receive_char()
` [PATCH v2 tty-next 3/8] n_tty: Un-inline slow-path n_tty_receive_char_closing()
` [PATCH v2 tty-next 4/8] n_tty: Refactor PARMRK doubling checks
` [PATCH v2 tty-next 5/8] n_tty: Refactor input_available_p() by call site
` [PATCH v2 tty-next 6/8] n_tty: Only perform wakeups for waiters
` [PATCH v2 tty-next 7/8] n_tty: Extend debug tracing
` [PATCH v2 tty-next 8/8] n_tty: Trace echo output with separate trace configuration
[PATCH tty-next 1/5] tty: Always handle NULL flag ptr
2013-12-02 19:09 UTC (3+ messages)
` [PATCH v2 "
[PATCH] tty: serial: mxs-auart: Check the return value from clk_prepare_enable()
2013-12-02 3:17 UTC
[PATCH] drivers/misc/ti-st: Prefer tty_driver_flush_buffer
2013-11-29 23:00 UTC
[PATCH 0/3] serial: mxs-auart: flush_buffer hook and interrupt processing
2013-11-29 18:04 UTC (12+ messages)
` [PATCH 1/3] serial: mxs-auart: implement flush_buffer hook
` [PATCH 2/3] serial: mxs-auart: check BUSY flag on tx_empty hook
` [PATCH 3/3] serial: mxs-auart: move irq handling to a tasklet
tty/serial eating \n regression in 3.13-rc1
2013-11-29 17:56 UTC (6+ messages)
` >> On 11/26/2013 04:53 PM, Jason Gunthorpe wrote:
` [PATCH] n_tty: Fix missing newline echo
[PATCH 00/31] ARM: tegra: use common reset and DMA bindings
2013-11-29 14:49 UTC (3+ messages)
` [PATCH 24/31] serial: tegra: use reset framework
[PATCH V2] serial: tegra: convert to standard DMA DT bindings
2013-11-29 14:20 UTC (2+ messages)
[PATCH] serial: imx: add support for loopback mode
2013-11-29 9:29 UTC
[PATCH] serial: pl011: use DMA RX polling by default
2013-11-28 9:41 UTC
[PATCH v4 00/29] Add OF support to the sh-sci serial port driver
2013-11-27 23:18 UTC (20+ messages)
` [PATCH v4 03/29] serial: sh-sci: Simplify baud rate calculation algorithms
` [PATCH v4 05/29] serial: sh-sci: Set the UPF_FIXED_PORT flag
` [PATCH v4 08/29] ARM: shmobile: sh7372: Use macros to declare SCIF devices
` [PATCH v4 09/29] ARM: shmobile: sh73a0: "
` [PATCH v4 13/29] ARM: shmobile: r8a73a4: Don't define SCIF platform data in an array
` [PATCH v4 14/29] ARM: shmobile: r8a7778: "
` [PATCH v4 17/29] ARM: shmobile: sh7372: Declare SCIF register base and IRQ as resources
` [PATCH v4 18/29] ARM: shmobile: sh73a0: "
` [PATCH v4 19/29] ARM: shmobile: r7s72100: "
` [PATCH v4 20/29] ARM: shmobile: r8a73a4: "
` [PATCH v4 21/29] ARM: shmobile: r8a7740: "
` [PATCH v4 22/29] ARM: shmobile: r8a7778: "
` [PATCH v4 23/29] ARM: shmobile: r8a7779: "
` [PATCH v4 24/29] ARM: shmobile: r8a7790: "
` [PATCH v4 25/29] ARM: shmobile: r8a7791: "
` [PATCH v4 26/29] sh: "
` [PATCH v4 27/29] serial: sh-sci: Remove platform data mapbase and irqs fields
` [PATCH v4 28/29] serial: sh-sci: Add device tree bindings documentation
` [PATCH v4 29/29] serial: sh-sci: Add OF support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).