linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-05 17:12:48 to 2014-11-12 09:04:49 UTC [more...]

[PATCH/RFC 0/8] UART driver support for BMIPS multiplatform kernels
 2014-11-12  9:04 UTC  (14+ messages)
` [PATCH/RFC 1/8] tty: Fallback to use dynamic major number
` [PATCH/RFC 2/8] serial: core: Add big_endian flag
` [PATCH/RFC 3/8] of: Add helper function to check MMIO register endianness
` [PATCH/RFC 4/8] serial: pxa: Add fifo-size and {big,native}-endian properties
` [PATCH/RFC 5/8] serial: pxa: Make the driver buildable for BCM7xxx set-top platforms
` [PATCH/RFC 6/8] serial: pxa: Update DT binding documentation
` [PATCH/RFC 7/8] serial: earlycon: Set uart_port->big_endian based on DT properties
` [PATCH/RFC 8/8] serial: pxa: Add OF_EARLYCON support

tty: serial: Add 8250-core based omap driver
 2014-11-12  8:48 UTC 

[PATCH 1/2] of: Fix crash if an earlycon driver is not found
 2014-11-11 19:50 UTC  (12+ messages)
` [PATCH 2/2] tty: serial: bcm63xx: Allow device nodes to be renamed to /dev/ttyBCM*

serial console problem with kernel 3.18.0-rc4
 2014-11-11 19:13 UTC 

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

[PATCH] tty: serial: msm_serial: Use DT aliases
 2014-11-11 15:31 UTC  (16+ messages)

[PATCH] serial: sirf: add a new uart type support
 2014-11-11 12:44 UTC 

[RESEND] serial: of-serial: add PM suspend/resume support
 2014-11-11  7:09 UTC 

[RESENDv5] serial: of-serial: fix up PM ops on no_console_suspend and port type
 2014-11-11  6:15 UTC  (5+ messages)

[PATCH 00/13 v10] omap 8250 based UART + DMA
 2014-11-10 17:24 UTC  (4+ messages)

[PATCH] tty: serial: men_z135_uart: Add terminating entry for men_z135_ids
 2014-11-10  8:05 UTC 

[PATCH] tty: pr_warning->pr_warn and logging neatening
 2014-11-10  6:46 UTC 

[PATCH 0/5] serial: jsm: Provide better code quality
 2014-11-09  1:22 UTC  (6+ messages)
` [PATCH 1/5] serial: jsm: Remove unnecessary parameter from clear_break()
  ` [PATCH 2/5] serial: jsm: Remove unnecessary if statement
    ` [PATCH 3/5] serial: jsm: Fix the alignment of the switch satement
      ` [PATCH 4/5] serial: jsm: Replace magic value with the proper define
        ` [PATCH 5/5] serial: jsm: Fix unnecessary space before function ptr arguments

[GIT PULL] TTY/Serial fixes for 3.18-rc3
 2014-11-08 18:58 UTC 

[PATCH v4 0/4] serial: mxs-auart: gpios as modem signals
 2014-11-08 13:38 UTC  (14+ messages)
` [PATCH v4 2/4] serial: mxs-auart: use mctrl_gpio helpers for handling "

usb: gadget: Fixes to receive from USB EHCI Debug
 2014-11-07 18:04 UTC  (3+ messages)
  ` [PATCH v2 1/2] usb: gadget dbgp: Fix endpoint config after USB disconnect

[PATCH 0/5] serial: jsm: Add support for the Digi Classic adapters
 2014-11-07 16:12 UTC  (13+ messages)
` [PATCH 1/5] drivers: serial: jsm: Add Classic board UART structure
  ` [PATCH 2/5] drivers: serial: jsm: Add the Classic board implementation
      ` [PATCH v2 0/4] serial: jsm: Add support for the Digi Classic adapters
        ` [PATCH v2 1/4] drivers: serial: jsm: Add the Classic board implementation
          ` [PATCH v2 2/4] drivers: serial: jsm: Enable support for Digi Classic adapters
            ` [PATCH v2 3/4] staging: dgnc: Remove driver in favor of serial/jsm driver
              ` [PATCH v2 4/4] drivers: serial: jsm: Remove FSF address from the file documentation/header

[PATCH 3/5] serial: pl011: Set length of DMA transfer
 2014-11-07 14:14 UTC 

[PATCH 4/5] serial: pl011: Don't enable RX DMA if residue processing not supported
 2014-11-07 14:14 UTC 

[PATCH 2/5] serial: pl011: Avoid assumptions about buffer size when refilling TX DMA
 2014-11-07 14:14 UTC 

[PATCH 1/5] serial: pl011: Allocate TX DMA buffer from DMA capable memory
 2014-11-07 14:14 UTC 

[PATCH 0/5] serial: pl011: Fix DMA issues on 64bit PL330 based systems
 2014-11-07 14:14 UTC 

[PATCH 5/5] serial: pl011: Add device tree support for RX DMA polling
 2014-11-07 14:14 UTC 

[PATCH 1/2] serial: fsl_lpuart: Remove unneeded check for 'res'
 2014-11-07  9:59 UTC  (4+ messages)
` [PATCH 2/2] serial: fsl_lpuart: Remove unneeded registration message

[PATCH v3 01/11] serial_core: Handle TIOC[GS]RS485 ioctls
 2014-11-06 23:02 UTC  (3+ messages)
` [PATCH v3 08/11] serial/omap: Use the rs485 functions on serial_core

[PATCH] tty: serial: 8250: omap: Add pinctrl support for suspend
 2014-11-06 20:35 UTC  (5+ messages)

Caught up on pending tty/serial patches
 2014-11-06 20:27 UTC 

[PATCH] serial: 8250_core: use pre-decrement for iteration limit
 2014-11-06 20:10 UTC  (4+ messages)
` [PATCH v2] serial: 8250_core: actually limit char reads to max_count

[PATCH 0/4] fix serial console suspend on PNP
 2014-11-06 19:06 UTC  (10+ messages)
` [PATCH 1/4] serial: core: Simplify console suspend logic in uart_suspend_port()
` [PATCH 2/4] serial: 8250_pnp: Override pnp disable for no_console_suspend
` [PATCH 3/4] PNP: Allow device to override ACPI device sleep
` [PATCH 4/4] serial: 8250_pnp: Override pnp suspend for no_console_suspend
  ` [PATCH v2 "

[PATCH V3 00/10] bcm63xx_uart and of-serial updates
 2014-11-06 18:49 UTC  (2+ messages)

[PATCH] serial: of-serial: zero-out struct of_serial_info
 2014-11-06 18:40 UTC  (4+ messages)

[PATCH v2 00/11] Handle TIOC[GS]RS485 iocts on serial_core
 2014-11-06 17:33 UTC  (13+ messages)
` [PATCH v2 01/11] serial_core: Handle TIOC[GS]RS485 ioctls
` [PATCH v2 02/11] serial/8250: Copy RS485 fields to serial_core
` [PATCH v2 03/11] 8250/fintek: Use rs485 handler from serial_core
` [PATCH v2 04/11] serial/8250: Remove obsolete handling of rs485 ioctls
` [PATCH v2 05/11] serial/sc16is7xx: Use the rs485 functions on serial_core
` [PATCH v2 06/11] serial/mcf: "
` [PATCH v2 07/11] serial/atmel: "
` [PATCH v2 08/11] serial/omap: "
` [PATCH v2 09/11] drivers/max310: "
` [PATCH v2 10/11] serial_core: Remove call to driver-specific TIO[GS]RS485]
` [PATCH v2 11/11] tty/serial_core: Introduce lock mechanism for RS485

[PATCH 1/1] tty: warn on deprecated serial flags
 2014-11-06 15:56 UTC 

[PATCH] serial: pl011: Fix build breakage with !CONFIG_DMA_ENGINE
 2014-11-06 14:06 UTC 

[PATCH] serial: MIPS: lantiq: use devm_iounmap instead of iounmap
 2014-11-06 13:30 UTC 

[PATCHv4] parport: Add support for the WCH382 2S/1P multi-IO card
 2014-11-06 11:36 UTC  (3+ messages)
` [PATCHv5] "
  ` [PATCH] "

[PATCH v2 0/2] serial: 8250_dma: couple of cleanups
 2014-11-06 11:28 UTC  (3+ messages)
` [PATCH v2 1/2] serial: 8250_dma: call serial8250_tx_dma unconditionally
` [PATCH v2 2/2] serial: 8250_dma: no need to set tx_err twice

[PATCH] serial: 8250_dma: call serial8250_tx_dma unconditionally
 2014-11-06 10:32 UTC  (3+ messages)

[PATCH -next 0/9] various tty cleanups
 2014-11-06  8:23 UTC  (12+ messages)
` [PATCH -next 1/9] tty: Replace open-coded test with tty_hung_up_p()
` [PATCH -next 2/9] tty: Call methods in modern style
` [PATCH -next 3/9] tty: Remove defunct pcxe_open() declaration
` [PATCH -next 4/9] tty: Remove defunct serial_console_init() declaration
` [PATCH -next 5/9] serial: hp300: Remove obsolete comments
` [PATCH -next 6/9] cris: Remove obsolete ASYNC_SPLIT_TERMIOS behavior
` [PATCH -next 7/9] tty: Document defunct ASYNC_SPLIT_TERMIOS flag in uapi header
` [PATCH -next 8/9] vt: Remove vt_get_kmsg_redirect() from "
` [PATCH -next 9/9] serial: 8250_em: Remove out-of-memory message

Fwd: Fwd: Re: pl2303 linux driver does not work
 2014-11-06  3:36 UTC  (5+ messages)

[PATCH] tty: serial: 8250_mtk: Fix quot calculation
 2014-11-06  3:27 UTC  (4+ messages)

[PATCH -next 00/10] serial core fixes
 2014-11-06  2:53 UTC  (6+ messages)
` [PATCH -next 05/10] tty: Document defunct ASYNC_* bits in uapi header

[PATCH 1/1] tty: Do not set modem lines when reopening ports
 2014-11-05 23:56 UTC  (5+ messages)

[PATCH 11/13] arm: dts: dra7: add DMA properties for UART
 2014-11-05 19:43 UTC  (11+ messages)

[PATCH 00/12] Handle TIOC[GS]RS485 iocts on serial_core
 2014-11-05 19:37 UTC  (6+ messages)
` [PATCH 03/12] serial_core: Handle TIOC[GS]RS485 ioctls

[PATCH -next 0/5] set_ldisc notification fixes
 2014-11-05 18:11 UTC  (6+ messages)
` [PATCH -next 1/5] tty: Allow safe access to termios for set_ldisc() handlers
` [PATCH -next 2/5] serial: core: Claim port mutex for set_ldisc()
` [PATCH -next 3/5] serial: core: Pass termios to set_ldisc() notifications
` [PATCH -next 4/5] serial: Take uart port lock for direct *_enable_ms()
` [PATCH -next 5/5] serial: Test/disable MSIs if switching from N_PPS

[PATCH -next 0/3] more tty closing fixes
 2014-11-05 17:40 UTC  (4+ messages)
` [PATCH -next 1/3] tty: Move tty hung up check from port->lock critical section
` [PATCH -next 2/3] tty: Convert tty->closing to int
` [PATCH -next 3/3] tty: Flush tty buffers after hardware shutdown


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