messages from 2015-08-11 09:47:11 to 2015-09-08 16:45:25 UTC [more...]
[RFC 0/5] console/acpi: add DBG2 and SPCR console configuration
2015-09-08 16:45 UTC (11+ messages)
` [RFC 1/5] arm64: move acpi/dt decision earlier in boot process
` [RFC 2/5] of/serial: move earlycon early_param handling to serial
` [RFC 3/5] acpi/serial: add DBG2 earlycon support
` [Linaro-acpi] "
` [RFC 4/5] tty/console: use SPCR table to define console
` [RFC 5/5] HACK: serial: move pl011 initcall to device_initcall
[PATCH] tty: don't leak cdev in tty_cdev_add()
2015-09-08 10:32 UTC (2+ messages)
[PATCH 0/3] serial: samsung: Fix UART status handling and other fixes
2015-09-08 9:38 UTC (4+ messages)
` [PATCH 1/3] serial: samsung: remove unused 'irq' parameter
` [PATCH 2/3] serial: samsung: remove unneded 'ignore_char' label
` [PATCH 3/3] serial: samsung: Fix UART status handling in DMA mode
[PATCH v2] serial: pl011: Fix earlycon register LUT breakage
2015-09-08 8:31 UTC (2+ messages)
[PATCH] serial: core: prevent softlockups on slow consoles
2015-09-06 11:58 UTC (9+ messages)
earlycon issues in -next with amba-pl011 updates
2015-09-05 14:54 UTC (22+ messages)
[PATCH v5 00/11] drivers: PL011: add ARM SBSA Generic UART support
2015-09-03 18:09 UTC (5+ messages)
` [PATCH v5 05/11] drivers: PL011: refactor pl011_probe()
[RFC] firmware: annotate thou shalt not request fw on init or probe
2015-09-03 11:45 UTC (7+ messages)
` [Cocci] "
[GIT PULL] TTY/Serial patches for 4.3-rc1
2015-08-30 23:19 UTC (5+ messages)
[PATCH] serial: sc16is7xx: Remove unnecessary MODULE_ALIAS()
2015-08-30 21:42 UTC
[PATCH 1/3] serial: 8250: move rx_running out of the bitfield
2015-08-26 13:01 UTC (10+ messages)
` [PATCH 2/3] serial: 8250_omap: check how many bytes were injected
` [RFC 3/3] serial: 8250_omap: try to avoid IER_RDI with DMA
Potential data race in uart_ioctl
2015-08-26 10:08 UTC (8+ messages)
[PATCH/RFC v3 0/4] serial: sh-sci: Add DT DMA support
2015-08-25 13:01 UTC (7+ messages)
` [PATCH/RFC v3 1/4] serial: sh-sci: Stop TX and RX on shutdown
` [PATCH/RFC v3 2/4] serial: sh-sci: Get rid of the workqueue to handle receive DMA requests
` [PATCH/RFC v3 3/4] serial: sh-sci: Submit RX DMA from RX interrupt on (H)SCIF
` [PATCH/RFC v3 4/4] serial: sh-sci: Add DT support to DMA setup
[v3 3/3] serial: 8250_dw: Add UPF_SKIP_TEST to flags depend on device tree
2015-08-25 8:57 UTC (9+ messages)
` [v4 0/2] *** 8250_dw ***
` [v4 1/2] serial: 8250_dw: Add support for big-endian MMIO accesses
` [v4 2/2] serial: 8250_dw: dw8250_setup_port() use endianness aware read
` [v5] *** 8250_dw ***
` [v5] serial: 8250_dw: Add support for big-endian MMIO accesses
[PATCH] serial: sh-sci: Add device tree support for r8a7795
2015-08-25 6:49 UTC
[PATCH RFC] serial: 8250: Handle invalid UART state
2015-08-24 13:31 UTC (2+ messages)
[PATCH v3 00/33] serial: sh-sci: Miscellaneous and DMA Improvements
2015-08-21 18:02 UTC (34+ messages)
` [PATCH v3 01/33] serial: sh-sci: Replace buggy big #ifdef by runtime logic
` [PATCH v3 02/33] serial: sh-sci: Prevent compiler warnings on 64-bit
` [PATCH v3 03/33] serial: sh-sci: Correct SCIF_ERROR_CLEAR for plain SCIF
` [PATCH v3 04/33] serial: sh-sci: Use SCIF_DR instead of hardcoded literal 1
` [PATCH v3 05/33] serial: sh-sci: Use SCSMR_CKS instead of hardcoded literal 3
` [PATCH v3 06/33] serial: sh-sci: Drop path in reference to serial_core.c
` [PATCH v3 07/33] serial: sh-sci: Improve readability of sampling rate configuration
` [PATCH v3 08/33] serial: sh-sci: Make sci_irq_desc[] const
` [PATCH v3 09/33] serial: sh-sci: Make sci_regmap[] const
` [PATCH v3 10/33] serial: sh-sci: Remove useless memory allocation failure printks
` [PATCH v3 11/33] serial: sh-sci: Remove bogus sci_handle_fifo_overrun() call on (H)SCIF
` [PATCH v3 12/33] serial: sh-sci: Return IRQ_HANDLED when overrun if detected
` [PATCH v3 13/33] serial: sh-sci: Improve DMA error messages
` [PATCH v3 14/33] serial: sh-sci: Improve comments for DMA timeout calculation
` [PATCH v3 15/33] serial: sh-sci: Handle DMA init failures inside sci_request_dma()
` [PATCH v3 16/33] serial: sh-sci: Use correct device for DMA mapping with IOMMU
` [PATCH v3 17/33] serial: sh-sci: Use min_t()/max_t() instead of casts
` [PATCH v3 18/33] serial: sh-sci: Switch to dma_map_single() for DMA transmission
` [PATCH v3 19/33] serial: sh-sci: Fix TX buffer mapping leak
` [PATCH v3 20/33] serial: sh-sci: Use DMA submission helpers instead of open-coding
` [PATCH v3 21/33] serial: sh-sci: Switch to generic DMA residue handling
` [PATCH v3 22/33] serial: sh-sci: Stop acknowledging DMA transmit completions
` [PATCH v3 23/33] serial: sh-sci: Simplify sci_submit_rx() error handling
` [PATCH v3 24/33] serial: sh-sci: Do not resubmit DMA descriptors
` [PATCH v3 25/33] serial: sh-sci: Fix exclusion of work_fn_rx and sci_dma_rx_complete
` [PATCH v3 26/33] serial: sh-sci: Fix race condition between RX worker and cleanup
` [PATCH v3 27/33] serial: sh-sci: Pass scatterlist to sci_dma_rx_push()
` [PATCH v3 28/33] serial: sh-sci: Use tty_insert_flip_string() for DMA receive
` [PATCH v3 29/33] serial: sh-sci: Use incrementing pointers instead of stack array
` [PATCH v3 30/33] serial: sh-sci: Fix NULL pointer dereference if HIGHMEM is enabled
` [PATCH v3 31/33] serial: sh-sci: Don't call sci_rx_interrupt() on error when using DMA
` [PATCH v3 32/33] serial: sh-sci: Don't kick tx in sci_er_interrupt() "
` [PATCH v3 33/33] serial: sh-sci: Don't call sci_dma_rx_push() if no data has arrived
omap-dma + 8250_omap: fix the dmaengine_pause()
2015-08-21 8:32 UTC (14+ messages)
` [PATCH 1/3] tty: serial: 8250_omap: do not use RX DMA if pause is not supported
` [PATCH 2/3] dma: add __must_check annotation for dmaengine_pause()
` [PATCH v3 3/3] dma: omap-dma: add support for pause of non-cyclic transfers
[PATCH] Revert "serial: imx: remove unbalanced clk_prepare"
2015-08-20 11:13 UTC (3+ messages)
[PATCH v2 0/5] drivers/tty: make more bool drivers explicitly non-modular
2015-08-20 6:58 UTC (4+ messages)
` [PATCH 4/5] drivers/tty: make serial/mpsc.c driver "
` [PATCH 5/5] drivers/tty: make serial 8250_lpc18xx.c Kconfig a tristate
USB, TTY, char/misc, and Staging trees now closed for 4.3
2015-08-19 16:09 UTC (2+ messages)
[PATCHv4 0/4] serial: imx: rework pm support and add runtime pm
2015-08-18 0:28 UTC (7+ messages)
` [PATCHv4 1/4] serial: imx: add a flag to indicate we are in the suspend path
` [PATCHv4 2/4] serial: imx: add runtime pm support
` [PATCHv4 3/4] serial: imx: add pm_qos request
` [PATCHv4 4/4] serial: imx: use SET_*SYSTEM_PM_OPS helper functions
[PATCH v4] serial: 8250: Fix autoconfig_irq() to avoid race conditions
2015-08-17 19:22 UTC (2+ messages)
[PATCH 1/4] serial: xuartps: Fix termios issue for enabling odd parity
2015-08-17 18:46 UTC (15+ messages)
` [PATCH 2/4] serial: xuartps: Do not handle overrun errors under IGNPAR option
` [PATCH 3/4] serial: xuartps: Do not enable parity error interrupt
` [PATCH 4/4] serial: xuartps: Rewrite the interrupt handling logic
[PATCH v3] serial: 8250: Fix autoconfig_irq() to avoid race conditions
2015-08-17 0:15 UTC (3+ messages)
[PATCHv3] serial: don't register CIR serial ports
2015-08-15 17:25 UTC
[PATCHv3 0/8] serial: imx: rework pm support and add runtime pm
2015-08-15 1:20 UTC (11+ messages)
` [PATCHv3 1/8] serial: imx: remove unbalanced clk_prepare
` [PATCHv3 2/8] serial: imx: introduce serial_imx_enable_wakeup()
` [PATCHv3 3/8] serial: imx: allow waking up on RTSD
` [PATCHv3 4/8] serial: imx: save and restore context in the suspend path
` [PATCHv3 5/8] serial: imx: add a flag to indicate we are "
` [PATCHv3 6/8] serial: imx: add runtime pm support
` [PATCHv3 7/8] serial: imx: add pm_qos request
` [PATCHv3 8/8] serial: imx: use SET_*SYSTEM_PM_OPS helper functions
[PATCH 0/5] drivers/tty: make more bool drivers explicitly non-modular
2015-08-15 0:16 UTC (5+ messages)
` [PATCH 5/5] drivers/tty: make serial 8250_lpc18xx.c "
[PATCH v2] tty: serial: 8250_omap: do not use RX DMA if pause is not supported
2015-08-14 15:52 UTC
[PATCHv2 0/8] serial: imx: rework pm support and add runtime pm
2015-08-12 19:32 UTC (5+ messages)
` [PATCHv2 6/8] serial: imx: add runtime pm support
[PATCH v2] serial: max310x: Fix out of bounds access
2015-08-12 15:17 UTC (4+ messages)
[PATCH] serial: max310x: Fix out of bounds access
2015-08-12 5:33 UTC
[PATCH] serial: mxs-auart: fix baud rate range
2015-08-11 12:42 UTC (2+ messages)
[PATCH REPOST #2] serial/amba-pl011: Disable interrupts around TX softirq
2015-08-11 9:47 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).