messages from 2015-10-09 13:38:32 to 2015-10-27 22:54:38 UTC [more...]
[PATCH v13 2/5] uart: pl011: Introduce register accessor
2015-10-27 22:54 UTC (18+ messages)
` [PATCH v13 5/5] uart: pl011: Add support to ZTE ZX296702 uart
[PATCH] of/fdt: fix error checking for earlycon address
2015-10-27 20:46 UTC (3+ messages)
[PATCH 00/15] drivers/tty/: Deinline smaller/less used functions
2015-10-27 18:55 UTC (20+ messages)
` [PATCH 01/15] cyclades: Deinline cyz_is_loaded, save 240 bytes
` [PATCH 02/15] isicom: Deinline drop_dtr, save 112 bytes
` [PATCH 03/15] tty: Deinline n_tty_receive_char_inline, save 224 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: "
[PATCH 0/8] drivers/tty/: Deinline functions when it saves at least 300 bytes per function
2015-10-27 17:00 UTC (10+ messages)
` [PATCH 1/8] cyclades: Deinline cyy_readb, save 368 bytes
` [PATCH 2/8] cyclades: Deinline cyy_writeb, save 880 bytes
` [PATCH 3/8] cyclades: Deinline serial_paranoia_check, save 304 bytes
` [PATCH 4/8] isicom: Deinline WaitTillCardIsFree, save 1120 bytes
` [PATCH 5/8] serial/bcm63xx_uart: Deinline wait_for_xmitr, save 374 bytes
` [PATCH 6/8] serial/jsm: Deinline neo_parse_isr, save 688 bytes
` [PATCH 7/8] serial_core: Deinline uart_update_mctrl, save 304 bytes
` [PATCH 8/8] tty/tty_ldisc: Deinline tty_ldisc_put, save 368 bytes
implement put_char() in cdc-acm
2015-10-27 15:45 UTC (2+ messages)
[PATCH 1/2] serial: 8250_ingenic: delete redundant "select SERIAL_EARLYCON"
2015-10-27 14:20 UTC (4+ messages)
` [PATCH 2/2] serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLE
[PATCH v2 0/2] serial: 8250_early: simplify serial_putc()
2015-10-27 13:54 UTC (4+ messages)
` [PATCH v2 1/2] serial: 8250_early: do not save and restore IER in write callback
` [PATCH v2 2/2] serial: 8250_early: squash wait_for_xmitr() into serial_putc()
[PATCH v3] serial: support 16-bit register interface for console
2015-10-27 13:53 UTC (2+ messages)
[PATCH] tty: serial: sa1100.c: use UPIO_MEM rather than SERIAL_IO_MEM
2015-10-27 7:46 UTC
[PATCH] Revert "serial: amba-pl011: fix incorrect integer size in pl011_fifo_to_tty()"
2015-10-26 5:47 UTC (11+ messages)
[PATCH] serial: 8250_early: do not save and restore IER in write callback
2015-10-24 4:02 UTC (3+ messages)
[GIT PULL] TTY/Serial fixes for 4.3-rc7
2015-10-23 21:26 UTC
[PATCH v2 0/2] serial: console: add two features
2015-10-23 11:15 UTC (12+ messages)
` [PATCH v2 1/2] serial: support register interface with 16-bit stride for console
` [PATCH v2 2/2] serial: earlycon: allow to specify uartclk in earlycon kernel-parameter
[PATCH 0/3] Add AMBA bus probing support to ACPI
2015-10-22 17:04 UTC (4+ messages)
[PATCH/trivial] serial: pl011: Spelling s/clocks-names/clock-names/
2015-10-22 15:10 UTC (2+ messages)
[PATCH] serial: sh-sci: Fix length of scatterlist
2015-10-22 11:06 UTC (2+ messages)
[PATCH] serial: 8250_uniphier: add earlycon support
2015-10-22 8:39 UTC
[PATCH] serial: sh-sci: Fix length of scatterlist
2015-10-22 6:36 UTC (4+ messages)
console vs earlycon ?
2015-10-22 4:47 UTC (14+ messages)
Which is better to specify console, "console= " or "stdout-path" ?
2015-10-22 4:20 UTC (10+ messages)
[PATCH] Fix data loss in cdc-acm
2015-10-21 14:58 UTC (13+ messages)
[PATCH 0/5] drivers/tty: make more bool drivers explicitly non-modular
2015-10-21 8:38 UTC (9+ messages)
` [PATCH 3/5] drivers/tty/serial: make serial/atmel_serial.c "
` [PATCH 4/5] drivers/tty/serial: make msm_serial.c "
` [PATCH 5/5] drivers/tty/serial: make 8250/8250_mtk.c "
[PATCH 0/2] serial: console: add two features
2015-10-20 3:37 UTC (5+ messages)
` [PATCH 1/2] serial: support register interface with 16-bit stride for console
` [PATCH 2/2] serial: earlycon: allow to specify uartclk in earlycon kernel-parameter
[PATCH] tty/serial: make early console depend on SERIAL_CORE=y
2015-10-19 19:37 UTC (4+ messages)
[PATCH] serial: sh-sci: Add device tree bindings for r8a7793
2015-10-19 12:31 UTC
[PATCH] serial: 8250_uniphier: fix dl_read and dl_write functions
2015-10-19 4:37 UTC
[v6] *** 8250_dw ***
2015-10-18 9:01 UTC (7+ messages)
` [v7] "
` [v7] serial: 8250_dw: Add support for big-endian MMIO accesses
` [PATCH-v8] "
[PATCH 0/7] tty close cleanup
2015-10-18 4:13 UTC (10+ messages)
` [PATCH 1/7] tty: Remove tty_wait_until_sent_from_close()
` [PATCH 2/7] tty: Remove ASYNC_CLOSING checks in open()/hangup() methods
` [PATCH 3/7] usb: gadget: gserial: Privatize close_wait
` [PATCH 4/7] tty: Remove tty_port::close_wait
` [PATCH 5/7] tty: r3964: Use tty->read_wait waitqueue
` [PATCH 6/7] tty: r3964: Replace/remove bogus tty lock use
` [PATCH 7/7] tty: Remove wait_event_interruptible_tty()
[PATCH] serial: fsl_lpuart: add earlycon support
2015-10-17 7:45 UTC
[PATCH v3 0/3] UART slave device support (goldelico version)
2015-10-16 23:45 UTC (16+ messages)
` [PATCH v3 1/3] tty: serial core: provide a method to search uart by phandle
` [PATCH v3 2/3] tty: serial_core: add hooks for uart slave drivers
` [PATCH v3 3/3] misc: Add w2sg0004 gps receiver driver
[PATCH] n_tty: Remove reader wakeups for TTY_BREAK/TTY_PARITY chars
2015-10-14 11:52 UTC
[PATCH] tty: disable unbind for old 74xx based serial/mpsc console port
2015-10-13 23:06 UTC
[PATCH v3] Revert "serial: 8250_dma: don't bother DMA with small transfers"
2015-10-13 14:10 UTC (3+ messages)
[PATCH] serial: fix mctrl helper functions
2015-10-12 15:15 UTC (2+ messages)
[PATCH 1/2] serial: at91, fix rs485 properties
2015-10-11 13:22 UTC (2+ messages)
` [PATCH 2/2] tty: synclink, fix indentation
[PATCH v2 0/5] drivers/tty: make more bool drivers explicitly non-modular
2015-10-10 19:18 UTC (4+ messages)
` [PATCH 4/5] drivers/tty: make serial/mpsc.c driver "
[GIT PULL] TTY/Serial fixes for 4.3-rc5
2015-10-10 16:21 UTC
[PATCH v2] Revert "serial: 8250_dma: don't bother DMA with small transfers"
2015-10-09 15:09 UTC (6+ messages)
[PATCH 0/4] serial: tegra: One fix and a few clean-ups
2015-10-09 13:52 UTC (6+ messages)
` [PATCH 1/4] serial: tegra: Handle another RX race condition
` [PATCH 2/4] serial: tegra: Remove unnecessary return statements
` [PATCH 3/4] serial: tegra: Remove redundant code and check in tegra_uart_stop_rx()
` [PATCH 4/4] serial: tegra: Add helper function for handling RX buffer
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).