messages from 2013-04-10 13:58:28 to 2013-04-22 18:36:54 UTC [more...]
[PATCHv2 0/5] Serial Omap fixes and cleanups
2013-04-22 18:36 UTC (15+ messages)
` [PATCHv2 1/5] driver: tty: serial: Move "uart_console" def to core header file
` [PATCHv2 2/5] driver: serial: omap: prevent runtime PM for "no_console_suspend"
` [PATCHv2 3/5] arm: omap2+: serial: remove no_console_suspend support
` [PATCHv2 4/5] arm: dts: am33xx: Remove "ti,no_idle_on_suspend" property
` [RFC/PATCHv2 5/5] arm: omap2+: omap_device: remove no_idle_on_suspend
using a RS232->RS485 adapter issues
2013-04-22 18:19 UTC
[RESEND][PATCH] ARM: PL011: add support for extended FIFO-size of PL011-r1p5
2013-04-22 17:36 UTC (6+ messages)
[PATCH 0/6] Serial Omap fixes and cleanups
2013-04-22 5:50 UTC (31+ messages)
` [PATCH 1/6] driver: tty: serial: Move "uart_console" def to core header file
` [RFT/PATCH 2/6] driver: serial: mpc52xx_uart: Remove "uart_console" defintion
` [PATCH 3/6] driver: serial: omap: add prepare/complete callback for "no_console_suspend" case
` [PATCH 4/6] arm: mach-omap2: remove "OMAP_DEVICE_NO_IDLE_ON_SUSPEND" check
` [PATCH 5/6] arm: dts: am33xx: Remove "ti,no_idle_on_suspend" property
` [PATCH 6/6] arm: mach-omap2: Remove "no_console_suspend"
[PATCH] serial: mxs: fix buffer overflow
2013-04-19 19:12 UTC
[PATCH] serial: mxs: drop superfluous {get|put}_device
2013-04-19 19:06 UTC
[PATCH] ARM: PL011: add support for extended FIFO-size of PL011-r1p5
2013-04-19 12:58 UTC (2+ messages)
S3C64xx serial broken in -next
2013-04-18 14:01 UTC (2+ messages)
[PATCH v2 1/2] serial/mpc52xx_uart: prepare for adding MPC5125 PSC UART support
2013-04-17 21:21 UTC (2+ messages)
` [PATCH v2 2/2] serial/mpc52xx_uart: add MPC5125 PSC support
[PATCH 0/4] ARM: davinci: fix UART clock enabling
2013-04-17 10:15 UTC (3+ messages)
[PATCH V2] tty: serial: ralink: fix SERIAL_8250_RT288X dependency
2013-04-16 16:11 UTC (3+ messages)
[PATCH 00/18] lockless n_tty receive path
2013-04-16 10:15 UTC (82+ messages)
` [PATCH v3 00/24] "
` [PATCH v3 01/24] tty: Don't change receive_room for ioctl(TIOCSETD)
` [PATCH v3 02/24] tty: Simplify tty buffer/ldisc interface with helper function
` [PATCH v3 03/24] tty: Make ldisc input flow control concurrency-friendly
` [PATCH v3 04/24] n_tty: Factor canonical mode copy from n_tty_read()
` [PATCH v3 05/24] n_tty: Line copy to user buffer in canonical mode
` [PATCH v3 06/24] n_tty: Split n_tty_chars_in_buffer() for reader-only interface
` [PATCH v3 07/24] tty: Deprecate ldisc .chars_in_buffer() method
` [PATCH v3 08/24] n_tty: Get read_cnt through accessor
` [PATCH v3 09/24] n_tty: Don't wrap input buffer indices at buffer size
` [PATCH v3 10/24] n_tty: Remove read_cnt
` [PATCH v3 11/24] tty: Convert termios_mutex to termios_rwsem
` [PATCH v3 12/24] n_tty: Access termios values safely
` [PATCH v3 13/24] n_tty: Replace canon_data with index comparison
` [PATCH v3 14/24] n_tty: Make N_TTY ldisc receive path lockless
` [PATCH v3 15/24] n_tty: Reset lnext if canonical mode changes
` [PATCH v3 16/24] n_tty: Fix type mismatches in receive_buf raw copy
` [PATCH v3 17/24] n_tty: Don't wait for buffer work in read() loop
` [PATCH v3 18/24] n_tty: Separate buffer indices to prevent cache-line sharing
` [PATCH v3 19/24] tty: Only guarantee termios read safety for throttle/unthrottle
` [PATCH v3 20/24] n_tty: Move chars_in_buffer() to factor throttle/unthrottle
` [PATCH v3 21/24] n_tty: Factor throttle/unthrottle into helper functions
` [PATCH v3 22/24] n_tty: Move n_tty_write_wakeup() to avoid forward declaration
` [PATCH v3 23/24] n_tty: Special case pty flow control
` [PATCH v3 24/24] n_tty: Queue buffer work on any available cpu
` [PATCH 00/16] lockless tty flip buffers
` [PATCH 01/16] tty: Compute flip buffer ptrs
` [PATCH 02/16] tty: Fix flip buffer free list
` [PATCH 03/16] tty: Factor flip buffer initialization into helper function
` [PATCH 04/16] tty: Merge tty_buffer_find() into tty_buffer_alloc()
` [PATCH 05/16] tty: Use generic names for flip buffer list cursors
` [PATCH 06/16] tty: Use lockless flip buffer free list
` [PATCH 07/16] tty: Simplify flip buffer list with 0-sized sentinel
` [PATCH 08/16] tty: Track flip buffer memory limit atomically
` [PATCH 09/16] tty: Make driver-side flip buffers lockless
` [PATCH 10/16] tty: Ensure single-threaded flip buffer consumer with mutex
` [PATCH 11/16] tty: Only perform flip buffer flush from tty_buffer_flush()
` [PATCH 12/16] tty: Avoid false-sharing flip buffer ptrs
` [PATCH 13/16] tty: Use non-atomic state to signal flip buffer flush pending
` [PATCH 14/16] tty: Merge __tty_flush_buffer() into lone call site
` [PATCH 15/16] tty: Fix unsafe vt paste_selection()
` [PATCH 16/16] tty: Remove private constant from global namespace
` [PATCH 0/9] mostly lockless tty echo
` [PATCH 1/9] n_tty: Remove unused echo_overrun field
` [PATCH 2/9] n_tty: Use separate head and tail indices for echo_buf
` [PATCH 3/9] n_tty: Replace echo_cnt with computed value
` [PATCH 4/9] n_tty: Remove echo_lock
` [PATCH 5/9] n_tty: Eliminate echo_commit memory barrier
` [PATCH 6/9] n_tty: Process echoes in blocks
` [PATCH 7/9] n_tty: Only flush echo output if actually output
` [PATCH 8/9] n_tty: Eliminate counter in __process_echoes
` [PATCH 9/9] n_tty: Avoid false-sharing echo buffer indices
` [PATCH 00/20] streamline per-char receiving
` [PATCH 01/20] n_tty: Fix EOF push handling
` [PATCH 02/20] n_tty: Remove alias ptrs in __receive_buf()
` [PATCH 03/20] n_tty: Move buffers into n_tty_data
` [PATCH 04/20] n_tty: Rename process_char_map to char_map
` [PATCH 05/20] n_tty: Simplify __receive_buf loop count
` [PATCH 06/20] n_tty: Factor 'real raw' receive_buf into standalone fn
` [PATCH 07/20] n_tty: Factor signal char handling into separate fn
` [PATCH 08/20] n_tty: Factor flagged "
` [PATCH 09/20] n_tty: Factor raw mode receive_buf() "
` [PATCH 10/20] n_tty: Special case EXTPROC receive_buf() as raw mode
` [PATCH 11/20] n_tty: Factor tty->closing receive_buf() into separate fn
` [PATCH 12/20] n_tty: Factor standard per-char i/o "
` [PATCH 13/20] n_tty: Eliminate char tests from IXANY restart test
` [PATCH 14/20] n_tty: Split n_tty_receive_char()
` [PATCH 15/20] n_tty: Factor ISTRIP and IUCLC receive_buf into separate fn
` [PATCH 16/20] n_tty: Factor PARMRK from normal per-char i/o
` [PATCH 17/20] n_tty: Remove overflow tests from receive_buf() path
` [PATCH 18/20] n_tty: Un-inline single-use functions
` [PATCH 19/20] n_tty: Factor LNEXT processing from per-char i/o path
` [PATCH 20/20] tty: Remove extra wakeup from pty write() path
` [PATCH 1/7] tty: Add timed, writer-prioritized rw semaphore
` [PATCH 2/7] tty: Add lock/unlock ldisc pair functions
` [PATCH 3/7] tty: Replace ldisc locking with ldisc_sem
` [PATCH 4/7] tty: Clarify ldisc variable
` [PATCH 5/7] tty: Fix hangup race with TIOCSETD ioctl
` [PATCH 6/7] tty: Clarify multiple-references comment in "
` [PATCH 7/7] tty: Fix tty_ldisc_lock name collision
[PATCH 0/3] tty: serial: make of_serial work on Ralink SoC
2013-04-16 4:05 UTC (9+ messages)
` [PATCH 1/3] tty: of_serial: allow rt288x-uart to load from OF
` [PATCH 2/3] tty: serial: add iosize field to struct uart_port
` [PATCH 3/3] tty: of_serial: initialize port.iosize from resource
[PATCH 1/2] tty: serial: ralink: fix SERIAL_8250_RT288X dependency
2013-04-16 4:08 UTC (5+ messages)
` [PATCH 2/2] tty: serial: ralink: select SERIAL_8250_RT288X when ralink kernel is built
[PATCHv3] driver: serial: prevent UART console idle on suspend while using "no_console_suspend"
2013-04-15 21:33 UTC (13+ messages)
[PATCH 0/4] TTY: fix DTR being raised on hang up
2013-04-15 15:11 UTC (7+ messages)
` [PATCH 1/4] TTY: synclink: "
` [PATCH 2/4] TTY: synclink_gt: "
` [PATCH 3/4] TTY: synclinkmp: "
` [PATCH 4/4] TTY: ircomm: "
[PATCH 2/3] tty: Add safe tty throttle/unthrottle functions
2013-04-15 15:06 UTC (2+ messages)
` [PATCH tty-next] tty: Fix unsafe bit ops in tty_throttle_safe/unthrottle_safe
[PATCH] serial_core.c: add put_device() after device_find_child()
2013-04-15 14:01 UTC
[PATCH] tty/serial: add MVF uart driver support
2013-04-14 8:42 UTC (4+ messages)
[PATCH V2 2/2] tty: serial: ralink: select SERIAL_8250_RT288X when ralink kernel is built
2013-04-13 11:42 UTC
[PATCH 1/2] serial: sccnxp: Do not override device name
2013-04-13 4:46 UTC (2+ messages)
` [PATCH 2/2] serial: sccnxp: Replace pdata.init/exit with regulator API
[PATCH 0/1] serial: 8250_dw: fix for tty-next
2013-04-12 9:44 UTC (2+ messages)
` [PATCH 1/1] serial: 8250_dw: Fix the stub for dw8250_probe_acpi()
[PATCH] drivers: tty: serial: use devm_ioremap_resource()
2013-04-11 20:24 UTC (2+ messages)
` [PATCH] drivers: tty: serial: tegra: "
[PATCH 0/9] serial: 8250_dma to use the new dmaengine helpers
2013-04-11 12:43 UTC (9+ messages)
` [PATCH 1/9] serial: 8250_dma: TX cleanup
` [PATCH 5/9] serial: 8250_dw: Enable runtime PM
` [PATCH 6/9] serial: 8250_dw: Support clk framework also with ACPI
` [PATCH 7/9] serial: 8250_dw: Let ACPI code extract the DMA client info
` [PATCH 8/9] serial: 8250_dw: Set port capabilities based on CPR register
` [PATCH 9/9] serial: 8250_dw: Use devm_request_and_ioremap()
` [PATCH 9/9] serial: 8250_dw: Convert to devm_ioremap()
[PATCH 00/30] ARM: exynos multiplatform support
2013-04-11 0:04 UTC (4+ messages)
` [PATCH 05/30] tty: serial/samsung: prepare for common clock API
` [PATCH 06/30] tty: serial/samsung: make register definitions global
` [PATCH 07/30] tty: serial/samsung: fix modular build
[GIT PATCH] TTY/Serial fixes for 3.9-rc6
2013-04-10 22:48 UTC
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).