linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-17 21:08:12 to 2013-11-19 14:02:03 UTC [more...]

[PATCH v3 00/29] Add OF support to the sh-sci serial port driver
 2013-11-19 14:02 UTC  (15+ messages)
` [PATCH v3 01/29] serial: sh-sci: Sort headers alphabetically
` [PATCH v3 02/29] serial: sh-sci: Remove baud rate calculation algorithm 5
` [PATCH v3 03/29] serial: sh-sci: Simplify baud rate calculation algorithms
` [PATCH v3 04/29] serial: sh-sci: Remove duplicate interrupt check in verify port op
` [PATCH v3 05/29] serial: sh-sci: Set the UPF_FIXED_PORT flag
` [PATCH v3 06/29] serial: sh-sci: Don't check IRQ in verify port operation
` [PATCH v3 07/29] serial: sh-sci: Support resources passed through platform resources
` [PATCH v3 09/29] ARM: shmobile: sh73a0: Use macros to declare SCIF devices
` [PATCH v3 10/29] ARM: shmobile: r8a7740: "
` [PATCH v3 11/29] ARM: shmobile: r8a7779: "
` [PATCH v3 12/29] ARM: shmobile: r7s72100: Don't define SCIF platform data in an array
` [PATCH v3 13/29] ARM: shmobile: r8a73a4: "
` [PATCH v3 14/29] ARM: shmobile: r8a7778: "
` [PATCH v3 16/29] ARM: shmobile: r8a7791: "

[PATCH] tty: Only hangup once
 2013-11-19 13:46 UTC  (8+ messages)

[PATCH v2 00/29] Add OF support to the sh-sci serial port driver
 2013-11-19 13:12 UTC  (40+ messages)
` [PATCH v2 01/29] serial: sh-sci: Sort headers alphabetically
` [PATCH v2 02/29] serial: sh-sci: Remove baud rate calculation algorithm 5
` [PATCH v2 03/29] serial: sh-sci: Simplify baud rate calculation algorithms
` [PATCH v2 04/29] serial: sh-sci: Remove duplicate interrupt check in verify port op
` [PATCH v2 05/29] serial: sh-sci: Set the UPF_FIXED_PORT flag
` [PATCH v2 06/29] serial: sh-sci: Don't check IRQ in verify port operation
` [PATCH v2 07/29] serial: sh-sci: Support resources passed through platform resources
` [PATCH v2 08/29] ARM: shmobile: sh7372: Use macros to declare SCIF devices
` [PATCH v2 09/29] ARM: shmobile: sh73a0: "
` [PATCH v2 10/29] ARM: shmobile: r8a7740: "
` [PATCH v2 11/29] ARM: shmobile: r8a7779: "
` [PATCH v2 12/29] ARM: shmobile: r7s72100: Don't define SCIF platform data in an array
` [PATCH v2 13/29] ARM: shmobile: r8a73a4: "
` [PATCH v2 14/29] ARM: shmobile: r8a7778: "
` [PATCH v2 15/29] ARM: shmobile: r8a7790: "
` [PATCH v2 16/29] ARM: shmobile: r8a7791: "
` [PATCH v2 17/29] ARM: shmobile: sh7372: Declare SCIF register base and IRQ as resources
` [PATCH v2 18/29] ARM: shmobile: sh73a0: "
` [PATCH v2 19/29] ARM: shmobile: r7s72100: "
` [PATCH v2 20/29] ARM: shmobile: r8a73a4: "
` [PATCH v2 21/29] ARM: shmobile: r8a7740: "
` [PATCH v2 22/29] ARM: shmobile: r8a7778: "
` [PATCH v2 23/29] ARM: shmobile: r8a7779: "
` [PATCH v2 24/29] ARM: shmobile: r8a7790: "
` [PATCH v2 25/29] ARM: shmobile: r8a7791: "
` [PATCH v2 26/29] sh: "
` [PATCH v2 27/29] serial: sh-sci: Remove platform data mapbase and irqs fields
` [PATCH v2 28/29] serial: sh-sci: Add device tree bindings documentation
` [PATCH v2 29/29] serial: sh-sci: Add OF support

[PATCH 00/31] ARM: tegra: use common reset and DMA bindings
 2013-11-18  8:24 UTC  (4+ messages)
` [PATCH 24/31] serial: tegra: use reset framework
` [PATCH 25/31] serial: tegra: convert to standard DMA DT bindings

[PATCH v5 00/17] add COMMON_CLK support for PowerPC MPC512x
 2013-11-17 23:06 UTC  (3+ messages)
` [PATCH v5 09/17] serial: mpc512x: adjust for OF based clock lookup
` [PATCH v5 10/17] serial: mpc512x: setup the PSC FIFO clock as well

[PATCH v4] ARM/serial: at91: switch atmel serial to use gpiolib
 2013-11-13 16:28 UTC  (2+ messages)

[PATCH RFC] tty_ldisc: add more limits to the @write_wakeup
 2013-11-13  7:30 UTC 

[PATCH v2 00/19] Enable various Renesas drivers on all ARM platforms
 2013-11-12 23:32 UTC  (4+ messages)
` [PATCH v2 01/19] serial: sh-sci: Enable the driver "

Re:Answer back
 2013-11-12 10:52 UTC 

[PATCH] serial: 8250_dw: add new ACPI IDs
 2013-11-12 10:11 UTC 

[PATCH] n_tty: Fix echo overrun tail computation
 2013-11-08 14:42 UTC 

[patch] serial: icom: dereference after free in load_code()
 2013-11-08  9:53 UTC 

[GIT PATCH] TTY/Serial fixes for 3.12-rc4
 2013-11-07 20:01 UTC  (8+ messages)
        ` [PATCH] n_tty: Ensure reader restarts worker for next reader

[PATCH] n_tty: Protect minimum_to_wake reset for concurrent readers
 2013-11-07 19:01 UTC 

[PATCH bz 60724] tty/serial/8250: fix typo in help text
 2013-11-07 17:58 UTC 

[PATCH v3] ARM/serial: at91: switch atmel serial to use gpiolib
 2013-11-07  6:11 UTC  (2+ messages)

[GIT PATCH] TTY/Serial patches for 3.13-rc1
 2013-11-06 22:52 UTC 

[PATCH 0/5] Add OF support to the sh-sci serial port driver
 2013-11-06 15:26 UTC  (17+ messages)
` [PATCH 1/5] serial: sh-sci: Sort headers alphabetically
` [PATCH 2/5] serial: sh-sci: Remove baud rate calculation algorithm 5
` [PATCH 3/5] serial: sh-sci: Simplify baud rate calculation algorithms
` [PATCH 4/5] serial: sh-sci: Add OF support
` [PATCH 5/5] serial: sh-sci: Add device tree bindings documentation

OXPCIe952: Kernel doesn't output messages to the serial port
 2013-11-06 13:19 UTC 

omap-serial: Add minimal device tree support
 2013-11-06 11:59 UTC 

[PATCH v2] ARM/serial: at91: switch atmel serial to use gpiolib
 2013-11-06 10:06 UTC  (2+ messages)

linux-next: Tree for Nov 5 (tty/serial/xilinx_uartps)
 2013-11-05 19:00 UTC 

[PATCH] USB: pl2303: fixed handling of CS5 setting
 2013-11-05 18:08 UTC  (3+ messages)

[PATCH 1/4] ARM/serial: at91: move machine quirk into machine
 2013-11-05 12:53 UTC  (4+ messages)

[PATCH] USB: pl2303: fixed handling of CS5 setting
 2013-11-04 10:13 UTC  (2+ messages)

[PATCH] pl2303: fixed handling of CS5 setting. 5 databits work now
 2013-11-03 21:54 UTC  (4+ messages)

[PATCH] serial: pl011: remove redundant early amba_ports declaration
 2013-11-03 16:38 UTC 

Fwd: Driver for touchscreen BF6931A1 instead S2100A
 2013-11-01  0:08 UTC 

[PATCH] serial: omap: fix missing comma
 2013-10-31 16:02 UTC  (2+ messages)

linux-next: build failure after merge of the tty tree
 2013-10-31 13:24 UTC  (3+ messages)

[PATCH] serial: 8250: Fix initialisation of Quatech cards with the AMCC PCI chip
 2013-10-31  5:13 UTC 

[GIT PATCH] TTY/Serial fixes for 3.12-rc8/final
 2013-10-30 18:34 UTC 

USB, TTY, char/misc, and Staging trees now closed for 3.13
 2013-10-30 17:29 UTC 

[PATCH 00/19] Enable various Renesas drivers on all ARM platforms
 2013-10-30 10:59 UTC  (16+ messages)
` [PATCH 01/19] serial: sh-sci: Enable the driver "

Re:Answer back
 2013-10-29 14:32 UTC 

Re:Answer back
 2013-10-29 11:14 UTC 

[PATCH 0/3] tty: xuartps: Fix build
 2013-10-29 16:39 UTC  (8+ messages)
` [PATCH 1/3] tty: xuartps: Fix "may be used uninitialized" build warning
` [PATCH 2/3] tty: xuartps: Fix build error due to missing forward declaration
` [PATCH 3/3] tty: xuartps: Fix build error when COMMON_CLK is not set

[PATCH] serial: mfd: Staticize local symbols
 2013-10-28  0:48 UTC 

Account
 2013-10-24 21:05 UTC 

my subject
 2013-10-26  8:36 UTC 

my subject
 2013-10-26  8:36 UTC 

Account
 2013-10-24 17:18 UTC 

linux-next: Tree for Oct 24 (xilinx_uartps)
 2013-10-24 20:02 UTC 

[PATCH 0/2] serial: omap: improve performance for RS-485
 2013-10-23 22:49 UTC  (3+ messages)
` [PATCH 1/2] serial: omap: improve RS-485 performance
` [PATCH 2/2] serial: omap: fix a few checkpatch warnings

[PATCH 1/2] mrst_max3110: fix unbalanced IRQ issue during resume
 2013-10-23 18:38 UTC  (12+ messages)
` [PATCH 2/2] mrst_max3110: fix SPI UART interrupt parameters

linux-next: Tree for Oct 22 (xilinx_uartps)
 2013-10-23  7:04 UTC  (2+ messages)

hello dearest
 2013-10-22 19:01 UTC 

[PATCH] serial: omap: Add support for optional wake-up interrupt
 2013-10-22 13:49 UTC  (8+ messages)

[PATCH]: serial: 8250_pci: add support for Fintek 4, 8, and 12 port cards
 2013-10-22 10:15 UTC  (2+ messages)

[PATCH] serial: sirf: remove duplicate defines
 2013-10-21  8:19 UTC 

E-mail Has Won 1.5M
 2013-10-20 11:54 UTC 

Pericom PCIe Serial board Support (12d8:7952/4/8) - Chip PI7C9X7952/4/8
 2013-10-20  2:51 UTC  (7+ messages)

[PATCH 4/5] serial: pch_uart: remove reference to .set_wake()
 2013-10-18 14:37 UTC  (3+ messages)

[PATCH 00/10] tty: xuartps: Update
 2013-10-17 21:08 UTC  (4+ messages)
` [PATCH 04/10] tty: xuartps: Add polled mode support for xuartps
` [PATCH 09/10] tty: xuartps: Implement suspend/resume callbacks
` [PATCH 10/10] tty: xuartps: Update copyright information


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).