messages from 2013-03-05 13:00:43 to 2013-03-15 20:24:57 UTC [more...]
Serial port initialization broken on Armada 370/XP due to "serial: 8250_dw: Don't use UPF_FIXED_TYPE"
2013-03-15 20:24 UTC (5+ messages)
[PATCH 1/6] serial: 8250_dw: add support for clk api
2013-03-15 20:06 UTC
[PATCH 1/6] serial: 8250_dw: add support for clocks property when using DeviceTree
2013-03-15 19:48 UTC (3+ messages)
[Fwd: [PATCH v2 0/4] TTY: port hangup and close fixes]
2013-03-15 19:42 UTC (27+ messages)
` [PATCH v3 0/6] TTY: port hangup and close fixes
` [PATCH v3 1/6] TTY: clean up port shutdown
` [PATCH v3 2/6] TTY: wake up processes last at hangup
` [PATCH v3 3/6] TTY: fix DTR being raised on hang up
` [PATCH v3 4/6] TTY: fix DTR not being dropped "
` [PATCH v3 5/6] TTY: clean up port drain-delay handling
` [PATCH v3 6/6] TTY: fix close of uninitialised ports
[PATCH 3/3] serial: tegra: Convert to devm_ioremap_resource()
2013-03-15 17:33 UTC (9+ messages)
[BUG]: when printk too more through serial, cpu up is failed
2013-03-15 15:03 UTC (4+ messages)
[PATCH 1/1] tty: atmel_serial_probe(): index of atmel_ports[] fix
2013-03-15 14:58 UTC (3+ messages)
linux-3.7.10: possible circular locking dependency detected: tty_lock_nested vs. process_one_work
2013-03-14 22:56 UTC (2+ messages)
[PATCH v2 00/11] tty: Fix buffer work access-after-free
2013-03-14 12:13 UTC (67+ messages)
` [PATCH v3 00/23] ldisc fixes
` [PATCH v4 00/32] ldisc patchset
` [PATCH v4 25/32] tty: Add read-recursive, writer-prioritized rw semaphore
` [PATCH v5 00/44] ldisc patchset
` [PATCH v5 01/44] tty: Add diagnostic for halted line discipline
` [PATCH v5 02/44] n_tty: Factor packet mode status change for reuse
` [PATCH v5 03/44] n_tty: Don't flush buffer when closing ldisc
` [PATCH v5 04/44] tty: Refactor wait for ldisc refs out of tty_ldisc_hangup()
` [PATCH v5 05/44] tty: Remove unnecessary re-test of ldisc ref count
` [PATCH v5 06/44] tty: Fix ldisc halt sequence on hangup
` [PATCH v5 07/44] tty: Relocate tty_ldisc_halt() to avoid forward declaration
` [PATCH v5 08/44] tty: Strengthen no-subsequent-use guarantee of tty_ldisc_halt()
` [PATCH v5 09/44] tty: Halt both ldiscs concurrently
` [PATCH v5 10/44] tty: Wait for SAK work before waiting for hangup work
` [PATCH v5 11/44] n_tty: Correct unthrottle-with-buffer-flush comments
` [PATCH v5 12/44] n_tty: Fully initialize ldisc before restarting buffer work
` [PATCH v5 13/44] tty: Don't reenable already enabled ldisc
` [PATCH v5 14/44] tty: Complete ownership transfer of flip buffers
` [PATCH v5 15/44] tty: Make core responsible for synchronizing its work
` [PATCH v5 16/44] tty: Fix 'deferred reopen' ldisc comment
` [PATCH v5 17/44] tty: Bracket ldisc release with TTY_DEBUG_HANGUP messages
` [PATCH v5 18/44] tty: Add ldisc hangup debug messages
` [PATCH v5 19/44] tty: Don't protect atomic operation with mutex
` [PATCH v5 20/44] tty: Separate release semantics of ldisc reference
` [PATCH v5 21/44] tty: Document unsafe ldisc reference acquire
` [PATCH v5 22/44] tty: Fold one-line assign function into callers
` [PATCH v5 23/44] tty: Locate get/put ldisc functions together
` [PATCH v5 24/44] tty: Remove redundant tty_wait_until_sent()
` [PATCH v5 25/44] tty: Fix recursive deadlock in tty_perform_flush()
` [PATCH v5 26/44] tty: Add read-recursive, writer-prioritized rw semaphore
` [PATCH v5 27/44] tty: Drop lock contention stat from ldsem trylocks
` [PATCH v5 28/44] tty: Remove ldsem recursion support
` [PATCH v5 29/44] tty: Add lock/unlock ldisc pair functions
` [PATCH v5 30/44] tty: Replace ldisc locking with ldisc_sem
` [PATCH v5 31/44] tty: Clarify ldisc variable
` [PATCH v5 32/44] tty: Fix hangup race with TIOCSETD ioctl
` [PATCH v5 33/44] tty: Clarify multiple-references comment in "
` [PATCH v5 34/44] tty: Fix tty_ldisc_lock name collision
` [PATCH v5 35/44] tty: Drop "tty is NULL" flip buffer diagnostic
` [PATCH v5 36/44] tty: Inline ldsem down_failed() into down_{read,write}_failed()
` [PATCH v5 37/44] tty: Drop ldsem wait type
` [PATCH v5 38/44] tty: Drop wake type optimization
` [PATCH v5 39/44] tty: Factor ldsem writer trylock
` [PATCH v5 40/44] tty: Simplify lock taking for waiting writers
` [PATCH v5 41/44] tty: Implement ldsem fast path write lock stealing
` [PATCH v5 42/44] tty: Reduce and simplify ldsem atomic ops
` [PATCH v5 43/44] tty: Early-out ldsem write lock stealing
` [PATCH v5 44/44] tty: Early-out tardy ldsem readers
[PATCH] serial: imx: Add Rx Fifo overrun error message
2013-03-14 7:11 UTC (4+ messages)
[GIT PATCH] TTY/Serial fixes for 3.9-rc2
2013-03-13 20:58 UTC
[PATCH] allow alternative name for PXA serial console
2013-03-13 0:03 UTC (5+ messages)
[PATCH] tty: serial: fix typo "SERIAL_S3C2412"
2013-03-12 9:10 UTC
[PATCH 13/18] driver: tty: serial: remove cast for kzalloc return value
2013-03-12 5:27 UTC
[PATCH 1/4] tty: max3100: Use dev_pm_ops
2013-03-11 19:09 UTC (10+ messages)
` [PATCH 2/4] tty: max310x: "
` Re[2]: "
` [PATCH 3/4] tty: mrst_max3110: "
` [PATCH 4/4] tty: ifx6x60: Remove unused suspend/resume callbacks
[PATCH] tty: serial: fix typo "ARCH_S5P6450"
2013-03-11 1:35 UTC (2+ messages)
8250.nr_uarts broken in 3.7
2013-03-10 22:33 UTC (24+ messages)
` [PATCH v2] serial: 8250: Keep 8250.<xxxx> module options functional after driver rename
Greetings from George Daniels
2013-03-10 21:42 UTC
Legitimate Arrangement./ FROM ALEXANDER THAMBO & ASSOCIATES
2013-03-09 12:20 UTC
[PATCH] tty: serial: mpc5xxx: fix PSC clock name bug
2013-03-09 11:43 UTC
[PATCH] tty: serial: vt8500: Fix clock code in probe
2013-03-09 5:44 UTC (2+ messages)
` [PATCH] tty: serial: vt8500: Unneccessary duplicated clock code removed
[PATCH] serial/efm32: parse location property
2013-03-08 8:51 UTC (6+ messages)
` [Customers.Bosch-Gecko] "
[PATCH] tty/serial: Add support for Altera serial port
2013-03-07 2:28 UTC
arc_uart: serial output truncated
2013-03-06 18:58 UTC (2+ messages)
[PATCH 0/5] Fix session leader exit hang
2013-03-06 16:20 UTC (7+ messages)
` [PATCH 1/5] tty: Refactor session leader SIGHUP from __tty_hangup()
` [PATCH 2/5] tty: Fix spinlock flavor in non-atomic __tty_hangup()
` [PATCH 3/5] tty: Use spin_lock() inside existing critical region
` [PATCH 4/5] tty: Signal foreground group processes in hangup
` [PATCH 5/5] tty: Signal SIGHUP before hanging up ldisc
[PATCH] tty/8250_pnp: serial port detection regression since v3.7
2013-03-06 14:42 UTC (3+ messages)
[PATCH 0/7] n_tty fixes
2013-03-06 13:38 UTC (8+ messages)
` [PATCH 1/7] n_tty: Fix unsafe driver-side signals
` [PATCH 2/7] n_tty: Lock access to tty->pgrp for POSIX job control
` [PATCH 3/7] tty: Fix checkpatch errors in tty_ldisc.h
` [PATCH 4/7] n_tty: Encapsulate minimum_to_wake within N_TTY
` [PATCH 5/7] n_tty: Untangle read completion variables
` [PATCH 6/7] n_tty: Fix unsafe update of available buffer space
` [PATCH 7/7] n_tty: Buffer work should not reschedule itself
[PATCH 1/3] n_tty: Inline check_unthrottle() at lone call site
2013-03-06 13:20 UTC (3+ messages)
` [PATCH 2/3] tty: Add safe tty throttle/unthrottle functions
` [PATCH 3/3] n_tty: Fix stuck throttled driver
[PATCH v4 1/3] serial: sh-sci: Add OF support
2013-03-06 10:28 UTC (13+ messages)
` [PATCH v4 3/3] ARM: mach-shmobile: r8a7740: Setup the serial devices using DT
[PATCH v2 00/12] ARM: mxs: move to generic DMA device tree binding
2013-03-06 1:36 UTC (4+ messages)
` [PATCH v2 08/12] serial: mxs-auart: move to use generic DMA helper
[PATCH v6 0/31] Create generic board init for ARM, x86, PPC
2013-03-06 0:40 UTC (2+ messages)
` [PATCH v6 28/31] serial: ns16550: Remove unwanted cast
[PATCH v5] serial: sh-sci: Add OF support - incremental
2013-03-05 19:28 UTC (2+ messages)
[PATCH v2]serial: 8250_pci: add device id for a kind of Multi-I/O Controller based on NetMos Technology PCI 9835
2013-03-05 15:44 UTC
[PATCH v2]8250_pci: Add WCH CH352 quirk to avoid Xscale detection
2013-03-05 15:16 UTC
[PATCH] serial: pch_uart: add console poll support
2013-03-05 14:30 UTC
[PATCH]8250_pci: Add additional WCH CH352 device
2013-03-05 14:19 UTC (2+ messages)
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).