Linux-Serial Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-11 04:23:59 to 2016-01-16 21:37:24 UTC [more...]

[PATCH v3 00/13] Earlycon cleanup
 2016-01-16 21:37 UTC  (35+ messages)
` [PATCH v4 00/11] "
  ` [PATCH v4 01/11] earlycon: Use common framework for earlycon declarations
  ` [PATCH v4 02/11] serial: earlycon: Fixup earlycon console name and index
  ` [PATCH v4 03/11] of: "
  ` [PATCH v4 04/11] of: earlycon: Add options string handling
  ` [PATCH v4 05/11] of: earlycon: Initialize port fields from DT properties
  ` [PATCH v4 06/11] of: earlycon: Move address translation to of_setup_earlycon()
  ` [PATCH v4 07/11] serial: earlycon: Common log banner for command line and DT
  ` [PATCH v4 08/11] serial: earlycon: Show the earlycon "driver" in banner
  ` [PATCH v4 09/11] serial: 8250_early: Use port->regshift
  ` [PATCH v4 10/11] of: earlycon: Log more helpful message if stdout-path node not found
  ` [PATCH v4 11/11] serial: 8250_omap: Add omap8250 earlycon
  ` [PATCH v5 00/11] Earlycon cleanup
    ` [PATCH v5 01/11] earlycon: Use common framework for earlycon declarations
    ` [PATCH v5 02/11] serial: earlycon: Fixup earlycon console name and index
    ` [PATCH v5 03/11] of: "
    ` [PATCH v5 04/11] of: earlycon: Add options string handling
    ` [PATCH v5 05/11] of: earlycon: Initialize port fields from DT properties
    ` [PATCH v5 06/11] of: earlycon: Move address translation to of_setup_earlycon()
    ` [PATCH v5 07/11] serial: earlycon: Common log banner for command line and DT
    ` [PATCH v5 08/11] serial: earlycon: Show the earlycon "driver" in banner
    ` [PATCH v5 09/11] serial: 8250_early: Use port->regshift
    ` [PATCH v5 10/11] of: earlycon: Log more helpful message if stdout-path node not found
    ` [PATCH v5 11/11] serial: 8250_omap: Add omap8250 earlycon

[PATCH v6 0/3] tty: Introduce software RS485 direction control support
 2016-01-16 20:28 UTC  (16+ messages)
` [PATCH v6 2/3] tty: Add software emulated RS485 support for 8250
` [PATCH v6 3/3] tty: 8250_omap: Use software emulated RS485 direction control

[PATCH v2] serial: core: remove baud_rates when serial console setup
 2016-01-16 15:49 UTC  (2+ messages)

[PATCH 0/4] UART slave device support - version 4
 2016-01-16  7:34 UTC  (21+ messages)
    ` [Gta04-owner] "

[PATCH] [v2] serial: amba-pl011: use cpu_relax when polling registers
 2016-01-15 20:32 UTC 

[PATCH v7 00/15] tty: serial: 8250: Fix checkpatch warnings
 2016-01-14 15:08 UTC  (16+ messages)
` [PATCH v7 01/15] tty: serial: 8250: Fix whitespace errors
` [PATCH v7 02/15] tty: serial: 8250: Replace spaces with tabs
` [PATCH v7 03/15] tty: serial: 8250: Fix braces after struct
` [PATCH v7 04/15] tty: serial: 8250: Fix multiline comment style
` [PATCH v7 05/15] tty: serial: 8250: Remove else after return
` [PATCH v7 06/15] tty: serial: 8250: Move EXPORT_SYMBOL to function
` [PATCH v7 07/15] tty: serial: 8250: Fix line continuation warning
` [PATCH v7 08/15] tty: serial: 8250: Add parentheses to macro
` [PATCH v7 09/15] tty: serial: 8250: Fix multi-line strings
` [PATCH v7 10/15] tty: serial: 8250: Suitably replace printk
` [PATCH v7 11/15] tty: serial: 8250: Remove SERIAL_DEBUG_PNP macro
` [PATCH v7 12/15] tty: serial: 8250: Correct conversion specifiers
` [PATCH v7 13/15] tty: serial: 8250: Merge duplicate conditions
` [PATCH v7 14/15] tty: serial: 8250: Fix indentation warnings
` [PATCH v7 15/15] tty: serial: 8250: Add generic port init macro

[PATCH v5 00/14] Initial Microchip PIC32MZDA Support
 2016-01-14 13:55 UTC  (4+ messages)
` [PATCH v5 10/14] serial: pic32_uart: Add PIC32 UART driver
    ` [PATCH v5 02/14] irqchip: irq-pic32-evic: Add support for PIC32 interrupt controller

[PATCH v6 00/15] tty: serial: 8250: Fix checkpatch warnings
 2016-01-14  9:31 UTC  (18+ messages)
` [PATCH v6 01/15] tty: serial: 8250: Fix whitespace errors
` [PATCH v6 02/15] tty: serial: 8250: Replace spaces with tabs
` [PATCH v6 03/15] tty: serial: 8250: Fix braces after struct
` [PATCH v6 04/15] tty: serial: 8250: Fix multiline comment style
` [PATCH v6 05/15] tty: serial: 8250: Remove else after return
` [PATCH v6 06/15] tty: serial: 8250: Move EXPORT_SYMBOL to function
` [PATCH v6 07/15] tty: serial: 8250: Fix line continuation warning
` [PATCH v6 08/15] tty: serial: 8250: Add parentheses to macro
` [PATCH v6 09/15] tty: serial: 8250: Fix multi-line strings
` [PATCH v6 10/15] tty: serial: 8250: Suitably replace printk
` [PATCH v6 11/15] tty: serial: 8250: Remove SERIAL_DEBUG_PNP macro
` [PATCH v6 12/15] tty: serial: 8250: Correct conversion specifiers
` [PATCH v6 13/15] tty: serial: 8250: Merge duplicate conditions
` [PATCH v6 14/15] tty: serial: 8250: Fix indentation warnings
` [PATCH v6 15/15] tty: serial: 8250: Add generic port init macro

[PATCH 0/6] 8250: AMD Carrizo UART PL300 DMA enablement
 2016-01-14  6:23 UTC  (9+ messages)
` [PATCH 1/6] 8250/Kconfig: add config option CONFIG_SERIAL_8250_AMD
` [PATCH 6/6] Serial:8250: New Port Type PORT_AMD_8250

[PATCH] 8250: uniphier: allow modular build with 8250 console
 2016-01-13 22:33 UTC 

[PATCH] serial/omap: mark wait_for_xmitr as __maybe_unused
 2016-01-13 20:59 UTC 

[PATCH 0/3] serial: earlycon: Add device-tree support for earlycon on Tegra
 2016-01-13 17:32 UTC  (11+ messages)
  ` [PATCH 1/3] serial: earlycon: Add device-tree support for other IO types
  ` [PATCH 2/3] serial: 8250_early: Add support for regshift
  ` [PATCH 3/3] serial: 8250_early: Add earlycon support for Tegra

[RFC PATCH] always probe UART HW when options are not specified
 2016-01-13 16:34 UTC  (24+ messages)

[PATCH -next] tty/serial: atmel: Include module.h to fix build failure
 2016-01-13 15:06 UTC  (12+ messages)

[PATCH] Drivers: tty: serial: jsm_tty: fixed redundant variable issue
 2016-01-13 13:24 UTC 

[GIT PULL] TTY/Serial fixes for 4.5-rc1
 2016-01-13  4:33 UTC 

[RFC 0/5] console/acpi: add DBG2 and SPCR console configuration
 2016-01-13  0:07 UTC  (3+ messages)

[PATCH] serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)
 2016-01-12 23:14 UTC 

[PATCH] serial: imx: Fix suspend / resume
 2016-01-12 18:41 UTC  (3+ messages)

[PATCH 1/4] TTY: serial/m32r_sio, disband m32r_sio.h
 2016-01-12  9:59 UTC  (4+ messages)
` [PATCH 2/4] TTY: serial/m32r_sio, simplify old_serial_port
` [PATCH 3/4] TTY: serial/m32r_sio, remove debug macros
` [PATCH 4/4] TTY: serial/m32r_sio, remove unused members

[PATCH 1/3] TTY: 8250_pnp, constify tables
 2016-01-12  9:52 UTC  (3+ messages)
` [PATCH 2/3] TTY: 8250_pnp, make checks bool
` [PATCH 3/3] TTY: xtensa/iss/console, remove unused _INLINE_ definition

[PATCH 1/3] TTY: serial/mpsc, stop leaking mappings
 2016-01-12  9:49 UTC  (3+ messages)
` [PATCH 2/3] TTY: serial/mpsc, clean up init/remove functions
` [PATCH 3/3] TTY: serial/mpsc, remove unused fields

[PATCH LINUX 0/6] Second part of xuartps fixes
 2016-01-12  1:41 UTC  (7+ messages)
` [PATCH LINUX 1/6] tty: xuartps: Move request_irq to after setting up the HW
` [PATCH LINUX 2/6] tty: xuartps: Refactor IRQ handling
` [PATCH LINUX 3/6] tty: xuartps: Cleanup: Reformat if-else
` [PATCH LINUX 4/6] tty: xuartps: Improve sysrq handling
` [PATCH LINUX 5/6] tty: xuartps: Remove '_OFFSET' suffix from #defines
` [PATCH LINUX 6/6] tty: xuartps: Consolidate TX handling

[PATCH v4 0/3] Add AMBA bus probing support to ACPI
 2016-01-11 21:38 UTC  (7+ messages)
` [PATCH v4 3/3] serial: amba-pl011: add ACPI support to AMBA probe

[PATCH V2] serial: imx: Fix suspend / resume
 2016-01-11 20:24 UTC  (5+ messages)

[PATCH 0/9] Fix checkpatch errors
 2016-01-11 17:57 UTC  (8+ messages)
` [PATCH] serial: Remove 68328 driver

[PATCH] kgdb: depends on VT
 2016-01-11 17:31 UTC 

RFC: out-of-tree tty driver breakage (changing ASYNC_ bits)
 2016-01-11 16:24 UTC  (5+ messages)

[PATCH V2 0/2] serial: bcm2835: add bcm2835 auxiliar uart driver
 2016-01-11 15:25 UTC  (9+ messages)
` [PATCH V2 2/2] serial: bcm2835: add driver for bcm2835-aux-uart
` [PATCH V2 1/2] dt/bindings: serial: bcm2835: add binding documentation "

[PATCH 1/9] tty: rocket: Remove private close_wait
 2016-01-11  4:37 UTC  (2+ messages)

[PATCH v2 0/9] Misc tty fixes & cleanups
 2016-01-11  4:36 UTC  (10+ messages)
` [PATCH v2 1/9] tty: rocket: Remove private close_wait
` [PATCH v2 2/9] n_tty: Ignore all read data when closing
` [PATCH v2 3/9] ia64: Pin controlling tty for unaligned fault message
` [PATCH v2 4/9] staging: dgap: Remove redundant write_wait wakeups
` [PATCH v2 5/9] tty: Fix GPF in flush_to_ldisc(), part 2
` [PATCH v2 6/9] tty: Unify receive_buf() code paths
` [PATCH v2 7/9] tty: Allow unreadable mess to be > 80 chars
` [PATCH v2 8/9] tty: Use termios c_*flag macros
` [PATCH v2 9/9] tty: Use test_bit() with tty->flags

[PATCH v2 0/8] Misc serial cleanups
 2016-01-11  4:24 UTC  (5+ messages)
` [PATCH v2 5/8] serial: core: Cleanup uart_open() exit
` [PATCH v2 6/8] serial: core: Remove cast from void ptr in uart_open()
` [PATCH v2 7/8] serial: core: Unfold < 80 char lines
` [PATCH v2 8/8] serial: core: Perform RTS signalling before soft flow ctrl


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 read-only IMAP folder(s) and NNTP newsgroup(s).