messages from 2015-10-27 18:18:21 to 2015-11-12 13:49:56 UTC [more...]
[PATCH V1] serial:bfin-uart:Remove 'struct timeval'
2015-11-12 13:49 UTC (2+ messages)
` [Y2038] "
[PATCH v2 1/3] tty: Introduce UART_CAP_HW485
2015-11-12 13:35 UTC (24+ messages)
` [PATCH v2 2/3] tty: Implement default fallback serial8250_rs485_config
` [PATCH v2 3/3] tty: Add software emulated RS485 support for 8250
[PATCH] serial: 8250_mid: Add missing dependency
2015-11-12 13:21 UTC
linux-next: Tree for Nov 10 (8250_mid.c)
2015-11-12 10:44 UTC (2+ messages)
[PATCH] serial: imx: fix clk_prepare/unprepare usage
2015-11-12 9:58 UTC
[PATCH] serial: imx: fix a possible NULL dereference
2015-11-12 7:46 UTC
4.3 serial driver crashes with console shortly after boot
2015-11-11 16:50 UTC (7+ messages)
[PATCH 00/13] dmaengine + omap drivers: support fro deferred probing
2015-11-10 7:56 UTC (4+ messages)
` [PATCH 12/13] [media] omap3isp: Support for deferred probing when requesting DMA channel
[PATCH 0/4] Replace tty->closing
2015-11-09 12:15 UTC (12+ messages)
` [PATCH 1/4] tty: rocket: Remove private close_wait
` [PATCH 2/4] n_tty: Ignore all read data when closing
` [PATCH 3/4] tty: Abstract and encapsulate tty->closing behavior
` [PATCH 4/4] tty: Remove drivers' extra tty_ldisc_flush()
` [PATCH v2 0/4] Replace tty->closing
` [PATCH v2 1/4] tty: rocket: Remove private close_wait
` [PATCH v2 2/4] n_tty: Ignore all read data when closing
` [PATCH v2 3/4] tty: Abstract and encapsulate tty->closing behavior
` [PATCH v2 4/4] tty: Remove drivers' extra tty_ldisc_flush()
[PATCH 1/3] serial: SERIAL_ATMEL should depend on HAS_DMA
2015-11-09 9:47 UTC (4+ messages)
` [PATCH 2/3] serial: SERIAL_IMX_AUART "
` [PATCH 3/3] serial: SERIAL_MXS_AUART "
[PATCH] tty: amba-pl011: add options to earlycon for 32-bit reg access
2015-11-07 23:31 UTC (8+ messages)
[PATCH] tty: amba-pl011: add support for 32-bit register access for earlycon
2015-11-07 0:18 UTC
[PATCH 1/2] serial: amba-pl011: use cpu_relax when polling registers
2015-11-06 1:19 UTC (6+ messages)
` [PATCH 2/2] serial: amba-pl011: abstract register accessors
[PATCH DRAFT 0/2] Sketch for ZTE ZX296702 UART integration
2015-11-06 0:27 UTC (35+ messages)
` [PATCH DRAFT 1/2] drivers: serial: PL011: refactor register access
` [PATCH DRAFT 2/2] drivers: serial: PL011: [DRAFT] implement register diverson for ZTE UART
` [PATCH 01/11] tty: amba-pl011: add register accessor functions
` [PATCH 02/11] tty: amba-pl011: convert accessor functions to take uart_amba_port
` [PATCH 03/11] tty: amba-pl011: add helper to detect split LCRH register
` [PATCH 04/11] tty: amba-pl011: prepare REG_* register indexes
` [PATCH 05/11] tty: amba-pl011: add register lookup table
` [PATCH 06/11] tty: amba-pl011: add register offset table to vendor data
` [PATCH 07/11] tty: amba-pl011: add ST register offset table
` [PATCH 08/11] tty: amba-pl011: clean up LCR register offsets
` [PATCH 09/11] tty: amba-pl011: remove ST micro registers from standard table
` [PATCH 10/11] tty: amba-pl011: add support for 32-bit register access
` [PATCH 11/11] tty: amba-pl011: add support for ZTE UART (EXPERIMENTAL)
[PATCH] serial: 8250_uniphier: add earlycon support
2015-11-05 16:48 UTC (4+ messages)
[PATCH v2 00/10] tty: xuartps: Fix lock ups
2015-11-05 7:21 UTC (11+ messages)
` [PATCH v2 01/10] tty: xuartps: Beautify read-modify writes
` [PATCH v2 02/10] tty: xuartps: Use spinlock to serialize HW access
` [PATCH v2 03/10] tty: xuartps: Always enable transmitter in start_tx
` [PATCH v2 04/10] tty: xuartps: Clear interrupt status register in shutdown
` [PATCH v2 05/10] tty: xuartps: Improve startup function
` [PATCH v2 06/10] tty: xuartps: Keep lock for whole ISR
` [PATCH v2 07/10] tty: xuartps: Acquire port lock for shutdown
` [PATCH v2 08/10] tty: xuartps: Move RX path into helper function
` [PATCH v2 09/10] tty: xuartps: Only handle RX IRQs when RX is enabled
` [PATCH v2 10/10] tty: xuartps: Cleanup: Reformat if-else
implement put_char() in cdc-acm
2015-11-05 4:18 UTC (18+ messages)
[GIT PULL] TTY/Serial patches for 4.4-rc1
2015-11-04 22:17 UTC
linux-next: Tree for Nov 4 (serial console & earlycon)
2015-11-04 20:58 UTC (2+ messages)
[RESEND][PATCH] ARM: debug: add support for Palmchip 16550-like UART
2015-11-04 16:08 UTC (4+ messages)
[PATCH v1] Revert "serial: imx: remove unbalanced clk_prepare"
2015-11-04 7:53 UTC (4+ messages)
[PATCH 0/9] tty: xuartps: Fix lock ups
2015-11-04 0:52 UTC (11+ messages)
` [PATCH 1/9] tty: xuartps: Beautify read-modify writes
` [PATCH 2/9] tty: xuartps: Use spinlock to serialize HW access
` [PATCH 3/9] tty: xuartps: Always enable transmitter in start_tx
` [PATCH 4/9] tty: xuartps: Clear interrupt status register in shutdown
` [PATCH 5/9] tty: xuartps: Improve startup function
` [PATCH 6/9] tty: xuartps: Keep lock for whole ISR
` [PATCH 7/9] tty: xuartps: Acquire port lock for shutdown
` [PATCH 8/9] tty: xuartps: Move RX path into helper function
` [PATCH 9/9] tty: xuartps: Only handle RX IRQs when RX is enabled
Unreliable register being read in max310x UART driver
2015-11-03 7:27 UTC
[PATCH -next] serial: etraxfs-uart: Fix crash
2015-11-02 21:29 UTC (7+ messages)
Unreliable register being read in max310x UART driver
2015-11-02 15:30 UTC
[PATCH 1/3] serial: sh-sci: Updated calculation of bit error rate and bit rate
2015-11-02 13:56 UTC (3+ messages)
` [PATCH 3/3] serial: sh-sci: Add calculation recive margin for HSCIF
[PATCH v3 0/3] serial: 8250_early: simplify serial_putc()
2015-10-30 13:41 UTC (5+ messages)
` [PATCH v3 1/3] serial: 8250_early: do not save and restore IER in write callback
` [PATCH v3 2/3] serial: 8250_early: confirm empty transmitter after sending characters
` [PATCH v3 3/3] serial: 8250_early: squash wait_for_xmitr() into serial_putc()
[PATCH v2] serial: 8250_uniphier: add earlycon support
2015-10-30 13:30 UTC (2+ messages)
[PATCH 0/3] Add AMBA bus probing support to ACPI
2015-10-29 14:47 UTC (2+ messages)
[PATCH v2 0/2] serial: 8250_early: simplify serial_putc()
2015-10-29 5:21 UTC (6+ messages)
` [PATCH v2 1/2] serial: 8250_early: do not save and restore IER in write callback
[PATCH] of/fdt: fix error checking for earlycon address
2015-10-29 4:07 UTC (5+ messages)
Which is better to specify console, "console= " or "stdout-path" ?
2015-10-28 16:00 UTC (7+ messages)
[PATCH v13 5/5] uart: pl011: Add support to ZTE ZX296702 uart
2015-10-28 15:08 UTC (18+ messages)
` [PATCH v13 2/5] uart: pl011: Introduce register accessor
[PATCH] tty: serial: sa1100.c: use UPIO_MEM rather than SERIAL_IO_MEM
2015-10-28 14:52 UTC
[PATCH v4] serial: support 16-bit register interface for console
2015-10-28 13:51 UTC (2+ messages)
[PATCH] tty: serial: sa1100.c: use UPIO_MEM rather than SERIAL_IO_MEM
2015-10-28 13:45 UTC (2+ messages)
[PATCH v3] serial: support 16-bit register interface for console
2015-10-28 3:29 UTC (3+ messages)
[PATCH 00/15] drivers/tty/: Deinline smaller/less used functions
2015-10-27 18:55 UTC (17+ messages)
` [PATCH 01/15] cyclades: Deinline cyz_is_loaded, save 240 bytes
` [PATCH 02/15] isicom: Deinline drop_dtr, save 112 bytes
` [PATCH 04/15] serial/fsl_lpuart: Deinline lpuart_transmit_buffer, save 176 bytes
` [PATCH 05/15] serial/m32r_sio: Deinline wait_for_xmitr, save 165 bytes
` [PATCH 06/15] serial/men_z135_uart: Deinline men_z135_reg_clr, save 176 bytes
` [PATCH 07/15] serial/msm_serial: Deinline wait_for_xmitr, save 165 bytes
` [PATCH 08/15] serial/omap-serial: "
` [PATCH 09/15] serial/pxa: "
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).