linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-16 18:20:16 to 2014-11-02 20:01:22 UTC [more...]

(unknown)
 2014-11-02 19:54 UTC 

[PATCH 2/2] Documentation: devicetree: Add bindings for Wi2Wi w2sg0004 gps
 2014-11-02 10:15 UTC  (3+ messages)

[PATCH 1/1] tty: Do not set modem lines when reopening ports
 2014-10-31 20:33 UTC 

[PATCH 0/2] Two msm_serial break fixes
 2014-10-31 18:08 UTC  (9+ messages)
` [PATCH 1/2] tty: serial: msm: Fix sysrq spinlock recursion on non-DM
` [PATCH 2/2] tty: serial: msm: Support sysrq on uartDM devices

[PATCH RESEND] tty: serial: 8250_mtk: Fix quot calculation
 2014-10-31 16:48 UTC  (2+ messages)

[PATCH v4 0/4] serial: mxs-auart: gpios as modem signals
 2014-10-31  8:48 UTC  (7+ messages)
` [PATCH v4 1/4] serial: mxs-auart: clean get_mctrl and set_mctrl
` [PATCH v4 2/4] serial: mxs-auart: use mctrl_gpio helpers for handling modem signals

[PATCH 1/2] serial: 8250_pci: Handle devices mapped above 4 GiB
 2014-10-31  0:49 UTC 

[PATCH 2/2] serial: 8250_pci: Check mapping in pci_ni8430_init
 2014-10-31  0:49 UTC 

[PATCH] serial: of-serial: zero-out struct of_serial_info
 2014-10-30 21:55 UTC 

[PATCH] serial: 8250_dw: get index of serial line from DT aliases
 2014-10-30 14:58 UTC 

[PATCH] USB: kobil_sct: Remove unused transfer buffer allocs
 2014-10-30 13:08 UTC  (4+ messages)

[PATCH] serial: msm: Add magic SysRq support in dmmode
 2014-10-30 12:00 UTC  (3+ messages)

[PATCH] tty: serial: msm: Reset uartdm after baud rate change
 2014-10-30  1:47 UTC 

usbserial / ftdi_sio (+ others) bug?
 2014-10-29 11:53 UTC  (3+ messages)

[PATCH V3 00/10] bcm63xx_uart and of-serial updates
 2014-10-29  4:12 UTC  (16+ messages)
` [PATCH V3 01/10] tty: serial: bcm63xx: Allow bcm63xx_uart to be built on other platforms
` [PATCH V3 02/10] tty: serial: bcm63xx: Add support for unnamed clock outputs from DT
` [PATCH V3 03/10] tty: serial: bcm63xx: Update the Kconfig help text
` [PATCH V3 04/10] tty: serial: bcm63xx: Fix typo in MODULE_DESCRIPTION
` [PATCH V3 05/10] Documentation: DT: Add entries for bcm63xx UART
` [PATCH V3 06/10] tty: serial: bcm63xx: Enable DT earlycon support
` [PATCH V3 07/10] tty: serial: bcm63xx: Eliminate unnecessary request/release functions
` [PATCH V3 08/10] tty: serial: of-serial: Suppress warnings if OF earlycon is invoked twice
` [PATCH V3 09/10] tty: serial: of-serial: Allow OF earlycon to default to "on"
` [PATCH V3 10/10] MAINTAINERS: Add entry for rp2 (Rocketport Express/Infinity) driver

[PATCH 1/4] serial: imx: Fix the reporting of interrupts
 2014-10-29  2:02 UTC  (9+ messages)
` [PATCH 2/4] serial: imx: Remove unneeded goto label
` [PATCH 3/4] serial: imx: Remove unneeded OOM error message
` [PATCH 4/4] serial: imx: Remove unneeded registration message

REPLY ME IMMEDIATELY!
 2014-10-28 12:46 UTC 

[PATCH] serial: samsung: wait for transfer completion before clock disable
 2014-10-28 11:19 UTC 

[PATCH 1/2] serial: imx: clean up imx_poll_put_char()
 2014-10-28  8:28 UTC  (2+ messages)
` [PATCH 2/2] serial: imx: add imx_poll_init()

amba-pl011 complains about DMA for bcm2835 where it is not supported
 2014-10-28  0:16 UTC  (4+ messages)

[PATCH -next 00/27] tty locking changes
 2014-10-27 22:13 UTC  (33+ messages)
` [PATCH -next 01/27] tty: Don't hold tty_lock for ldisc release
` [PATCH -next 02/27] tty: Invert tty_lock/ldisc_sem lock order
` [PATCH -next 03/27] tty: Remove TTY_HUPPING
` [PATCH -next 04/27] tty: Clarify re-open behavior of master ptys
` [PATCH -next 05/27] tty: Check tty->count instead of TTY_CLOSING in tty_reopen()
` [PATCH -next 06/27] pty: Always return -EIO if slave BSD pty opened first
` [PATCH -next 07/27] tty: Re-open /dev/tty without tty_mutex
` [PATCH -next 08/27] tty: Drop tty_mutex before tty reopen
` [PATCH -next 09/27] tty: Remove TTY_CLOSING
` [PATCH -next 10/27] tty: Don't take tty_mutex for tty count changes
` [PATCH -next 11/27] tty: Don't release tty locks for wait queue sanity check
` [PATCH -next 12/27] tty: Document check_tty_count() requires tty_lock held
` [PATCH -next 13/27] tty: Simplify pty pair teardown logic
` [PATCH -next 14/27] tty: Fold pty pair handling into tty_flush_works()
` [PATCH -next 15/27] tty: Simplify tty_ldisc_release() interface
` [PATCH -next 16/27] tty: Simplify tty_release_checks() interface
` [PATCH -next 17/27] tty: Simplify tty_release() state checks
` [PATCH -next 18/27] tty: Change tty lock order to master->slave
` [PATCH -next 19/27] tty: Remove tty_unhangup() declaration
` [PATCH -next 20/27] tty: Refactor __tty_hangup to enable lockdep annotation
` [PATCH -next 21/27] pty: Don't drop pty master tty lock to hangup slave
` [PATCH -next 22/27] tty: Document hangup call tree
` [PATCH -next 23/27] pty, n_tty: Simplify input processing on final close
` [PATCH -next 24/27] tty: Prefix tty_ldisc_{lock,lock_nested,unlock} functions
` [PATCH -next 25/27] tty: Fix hung task on pty hangup
` [PATCH -next 26/27] tty: Fix timeout on pty set ldisc
` [PATCH -next 27/27] tty: Flush ldisc buffer atomically with tty flip buffers

[PATCH 2/2] usb: gadget serial: Honour termios CLOCAL on disconnect
 2014-10-27 17:11 UTC  (4+ messages)

[RESENDv5] serial: of-serial: fix up PM ops on no_console_suspend and port type
 2014-10-27  9:27 UTC 

[RESENDv5] serial: of-serial: fix up PM ops on no_console_suspend and port type
 2014-10-27  9:24 UTC 

Synopsys DesignWare 8250 serial port driver, DMA issue
 2014-10-24 15:53 UTC 

[PATCH v3] serial: mxs-auart: gpios as modem signals (dirty)
 2014-10-24 15:36 UTC  (4+ messages)
` [PATCH 3/4] serial: mxs-auart: add interrupts for modem control lines

[PATCH 0/3] tty: serial: Add mediatek MT8127 and MT8135 UART support
 2014-10-24 15:04 UTC  (5+ messages)
` [PATCH 1/3] tty: serial: Fix mediatek UART driver setting baudrate issue
` [PATCH 2/3] ARM: mediatek: add UART dts for mt8127 and mt8135
` [PATCH 3/3] DTS: serial: Add bindings document for the Mediatek UARTs

[PATCH] serial: fsl-lpuart: add lpuart32 power management support
 2014-10-24  9:20 UTC 

[PATCH] tty: serial: omap: increase max consoles to 10
 2014-10-23 10:16 UTC  (5+ messages)
` [PATCH V2] tty: serial: omap: Increase max consoles and add check to prevent crash

Handling of automatic flow control in UART drivers
 2014-10-23  5:51 UTC  (5+ messages)

[PATCH] tty: serial: msm_serial: Use DT aliases
 2014-10-23  0:33 UTC 

[PATCH v3 02/59] serial: at91: Use dmaengine_slave_config API
 2014-10-22 15:43 UTC 

[PATCH -next 0/9] pty fixes
 2014-10-22 15:37 UTC  (11+ messages)
` [PATCH -next 1/9] tty: WARN for attempted set_termios() of pty master
` [PATCH -next 2/9] tty: Move pty-specific set_termios() handling to pty driver
` [PATCH -next 3/9] pty: Use spin_lock_irq() for pty_set_termios()
` [PATCH -next 4/9] tty: Use spin_lock_irq() for ctrl_lock when interrupts enabled
` [PATCH -next 5/9] pty: Don't claim slave's ctrl_lock for master's packet mode
` [PATCH -next 6/9] pty: Fix packet mode setting race
` [PATCH -next 7/9] pty: Hold ctrl_lock for packet mode updates
` [PATCH -next 8/9] tty: Fix missed wakeup from packet mode status update
` [PATCH -next 9/9] n_tty: Only process packet mode data in raw mode

[PATCH -next 00/10] Fixes to controlling tty handling
 2014-10-22 15:00 UTC  (13+ messages)
` [PATCH -next 01/10] tty: Remove tty_pair_get_tty()/tty_pair_get_pty() api
` [PATCH -next 02/10] tty: Reorder proc_set_tty() and related fns
` [PATCH -next 03/10] tty: Remove tsk parameter from proc_set_tty()
` [PATCH -next 04/10] uml: Fix unsafe pid reference to foreground process group
` [PATCH -next 05/10] tty: Replace open-coded tty_get_pgrp()
` [PATCH -next 06/10] tty: Remove !tty condition from __proc_set_tty()
` [PATCH -next 07/10] tty: Fix multiple races when setting the controlling terminal
` [PATCH -next 08/10] tty: Move session_of_pgrp() and make static
` [PATCH -next 09/10] tty: Serialize proc_set_tty() with tty_lock
` [PATCH -next 10/10] tty: Update code comment in __proc_set_tty()

[PATCH] serial: of-serial: fix uninitialized kmalloc variable
 2014-10-21 10:11 UTC  (2+ messages)

[PATCH] tty: serial: 8250_core: Do not call set_sleep for console port
 2014-10-21  6:45 UTC  (8+ messages)
` [PATCH] tty: serial: 8250_core: restore the LCR register in set_sleep
      ` [PATCH v1] "

[PATCH V2 0/9] bcm63xx_uart and of-serial updates
 2014-10-21  5:49 UTC  (14+ messages)
` [PATCH V2 1/9] tty: serial: bcm63xx: Allow bcm63xx_uart to be built on other platforms
` [PATCH V2 2/9] tty: serial: bcm63xx: Update the Kconfig help text
` [PATCH V2 3/9] tty: serial: bcm63xx: Fix typo in MODULE_DESCRIPTION
` [PATCH V2 4/9] Documentation: DT: Add entries for bcm63xx UART
` [PATCH V2 5/9] tty: serial: bcm63xx: Enable DT earlycon support
` [PATCH V2 6/9] tty: serial: bcm63xx: Eliminate unnecessary request/release functions
` [PATCH V2 7/9] tty: serial: of-serial: Suppress warnings if OF earlycon is invoked twice
` [PATCH V2 8/9] tty: serial: of-serial: Allow OF earlycon to default to "on"
` [PATCH V2 9/9] MAINTAINERS: Add entry for rp2 (Rocketport Express/Infinity) driver

[PATCH 1/1] tty/serial: at91: fix rx ring buffer management
 2014-10-20 17:12 UTC 

[PATCH] tty: serial: 8250_mtk: Fix quot calculation
 2014-10-20 11:30 UTC  (4+ messages)

[PATCH 1/3] tty: serial: bcm63xx: Allow bcm63xx_uart to be built on other platforms
 2014-10-19 18:22 UTC  (6+ messages)
` [PATCH 2/3] tty: serial: bcm63xx: Update the Kconfig help text
` [PATCH 3/3] MAINTAINERS: Add entry for rp2 (Rocketport Express/Infinity) driver

[PATCH 4/3] tty: serial: bcm63xx: Enable DT earlycon support
 2014-10-19 17:26 UTC 

[PATCH -next 00/10] serial core fixes
 2014-10-17 13:31 UTC  (14+ messages)
` [PATCH -next 01/10] serial: Refactor uart_flush_buffer() from uart_close()
` [PATCH -next 02/10] serial: core: Flush ldisc after dropping port mutex in uart_close()
` [PATCH -next 03/10] serial: Fix locking for uart driver set_termios() method
` [PATCH -next 04/10] tty,serial: Unify UPF_* and ASYNC_* flag definitions
` [PATCH -next 05/10] tty: Document defunct ASYNC_* bits in uapi header
` [PATCH -next 06/10] serial: core: Unwrap >80 char line in uart_close()
` [PATCH -next 07/10] serial: core: Remove redundant timeout assignments
` [PATCH -next 08/10] serial: core: Colocate crucial structure linkage
` [PATCH -next 09/10] serial: core: Remove extra locking in uart_write()
` [PATCH -next 10/10] serial: core: Fix port count when uart_open() errors

[PATCH 1/3] qe-uart: modify qe-uart to adapt both powerpc and arm
 2014-10-17  4:01 UTC  (4+ messages)

[PATCH] serial: of_serial: add "ralink,rt2880-uart" to the binding documentation
 2014-10-16 20:43 UTC 

Add EndRun PCIe PTP card to 8250_pci.c
 2014-10-16 20:10 UTC 

[PATCH 1/2] serial: of: add a PORT_RT2880 definition
 2014-10-16 19:48 UTC  (2+ messages)
` [PATCH 2/2] serial: ralink: adds Mediatek MT7620 serial

[PATCH -next] n_tty: Remove stale read lock comment
 2014-10-16 19:36 UTC 

[PATCH 1/3] serial: Fix upstat_t sparse warnings
 2014-10-16 18:19 UTC  (3+ messages)
` [PATCH 2/3] serial: Fix sparse warnings in uart_throttle()/uart_unthrottle()
` [PATCH 3/3] tty: Remove sparse lock annotations from tty_write_lock()/_unlock()


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