messages from 2015-11-20 14:43:48 to 2015-12-11 10:36:01 UTC [more...]
[PATCH 0/9] Fix checkpatch errors
2015-12-11 10:36 UTC (2+ messages)
` [PATCH 1/9] drivers: tty: 68328serial.c: Add missing spaces(checkpatch)
[PATCH 0/9] 8250: AMD Carrizo UART PL300 DMA enablement
2015-12-11 9:31 UTC (28+ messages)
` [PATCH 1/9] ACPI: Add support for AMBA bus type
` [PATCH 2/9] 8250/Kconfig: add config option CONFIG_SERIAL_8250_AMD
` [PATCH 3/9] ACPI: add struct acpi_amba_quirk for AMD pl330 specific device config
` [PATCH 4/9] dmaengine: pl330: add new items for pl330 private data
` [PATCH 5/9] dmaengine: pl330: provide ACPI dmaengine interface
` [PATCH 6/9] dmaengine:pl330: set segment_boundary_mask = 0cffffffff
` [PATCH 7/9] Serial:8250: New Port Type PORT_AMD_8250
` [PATCH 8/9] Documentation: Add ivrs_acpihid kernel parameter description
` [PATCH 9/9] iommu/amd: Add ACPI HID named devices IOMMU driver support
tty: Introduce software RS485 direction control support
2015-12-11 8:48 UTC (6+ messages)
` [PATCH v4 1/3] tty: Move serial8250_stop_rx in front of serial8250_start_tx
` [PATCH v4 2/3] tty: Add software emulated RS485 support for 8250
` [PATCH v4 3/3] tty: 8250_omap: Use software emulated RS485 direction control
[PATCH-v8] serial: 8250_dw: Add support for big-endian MMIO accesses
2015-12-11 8:37 UTC
[PATCH] serial: earlycon: Initialize uart_port spinlock
2015-12-11 2:35 UTC (2+ messages)
[PATCH 00/25] serial: sh-sci: Add external clock and BRG Support
2015-12-11 1:12 UTC (21+ messages)
` [PATCH 07/25] serial: sh-sci: Convert from clk_get() to devm_clk_get()
` [PATCH 17/25] serial: sh-sci: Correct SCIF type on R-Car for BRG
` [PATCH 18/25] serial: sh-sci: Prepare for multiple clocks and baud rate generators
[PATCH LINUX v4 00/13] tty: xuartps: Fix lock ups
2015-12-10 21:41 UTC (15+ messages)
` [PATCH LINUX v4 01/13] tty: xuartps: Beautify read-modify writes
` [PATCH LINUX v4 02/13] tty: xuartps: Use spinlock to serialize HW access
` [PATCH LINUX v4 03/13] tty: xuartps: Don't consider circular buffer when enabling transmitter
` [PATCH LINUX v4 04/13] tty: xuartps: Clear interrupt status register in shutdown
` [PATCH LINUX v4 05/13] tty: xuartps: Improve startup function
` [PATCH LINUX v4 06/13] tty: xuartps: Move request_irq to after setting up the HW
` [PATCH LINUX v4 07/13] tty: xuartps: Keep lock for whole ISR
` [PATCH LINUX v4 08/13] tty: xuartps: Acquire port lock for shutdown
` [PATCH LINUX v4 09/13] tty: xuartps: Move RX path into helper function
` [PATCH LINUX v4 10/13] tty: xuartps: Refactor IRQ handling
` [PATCH LINUX v4 11/13] tty: xuartps: Cleanup: Reformat if-else
` [PATCH LINUX v4 12/13] tty: xuartps: Improve sysrq handling
` [PATCH LINUX v4 13/13] tty: xuartps: Remove '_OFFSET' suffix from #defines
[PATCH 00/28] MIPS Boston board support
2015-12-10 16:26 UTC (6+ messages)
` [PATCH 01/28] serial: earlycon: allow MEM32 I/O for DT earlycon
[v6] *** 8250_dw ***
2015-12-10 10:33 UTC (15+ messages)
` [v7] "
` [v7] serial: 8250_dw: Add support for big-endian MMIO accesses
` [PATCH-v8] "
[PATCH v4 1/2] serial: rewrite pxa2xx-uart to use 8250_core
2015-12-09 22:28 UTC
randconfig build error with next-20151209, in drivers/tty/serial/kgdboc.c
2015-12-09 16:44 UTC
[PATCH v1] serial: core: support more baud rates when serial console setup
2015-12-09 12:05 UTC (2+ messages)
[PATCH v1 00/10] Support for Cortex-M Prototyping System
2015-12-07 9:26 UTC (13+ messages)
` [PATCH v1 01/10] dt-bindings: document the MPS2 timer bindings
` [PATCH v1 02/10] clockevents/drivers: add MPS2 Timer driver
` [PATCH v1 03/10] dt-bindings: document the MPS2 UART bindings
` [PATCH v1 04/10] serial: mps2-uart: add MPS2 UART driver
` [PATCH v1 05/10] serial: mps2-uart: add support for early console
` [PATCH v1 06/10] ARM: mps2: introduce MPS2 platform
` [PATCH v1 07/10] ARM: mps2: add low-level debug support
` [PATCH v1 08/10] ARM: configs: add MPS2 defconfig
` [PATCH v1 09/10] ARM: dts: introduce MPS2 AN385/AN386
` [PATCH v1 10/10] ARM: dts: introduce MPS2 AN399/AN400
[PATCH] serial: sh-sci: Fix length of scatterlist
2015-12-07 6:27 UTC (2+ messages)
[PATCH LINUX v3 00/10] tty: xuartps: Fix lock ups
2015-12-05 22:19 UTC (27+ messages)
` [PATCH LINUX v3 01/10] tty: xuartps: Beautify read-modify writes
` [PATCH LINUX v3 02/10] tty: xuartps: Use spinlock to serialize HW access
` [PATCH LINUX v3 03/10] tty: xuartps: Don't consider circular buffer when enabling transmitter
` [PATCH LINUX v3 04/10] tty: xuartps: Clear interrupt status register in shutdown
` [PATCH LINUX v3 05/10] tty: xuartps: Improve startup function
` [PATCH LINUX v3 06/10] tty: xuartps: Keep lock for whole ISR
` [PATCH LINUX v3 07/10] tty: xuartps: Acquire port lock for shutdown
` [PATCH LINUX v3 08/10] tty: xuartps: Move RX path into helper function
` [PATCH LINUX v3 09/10] tty: xuartps: Only handle RX IRQs when RX is enabled
` [PATCH LINUX v3 10/10] tty: xuartps: Cleanup: Reformat if-else
[PATCH 00/12] Prepare amba-pl011 for ZTE UART support
2015-12-05 19:06 UTC (5+ messages)
` [PATCH 01/12] tty: amba-pl011: add register accessor functions
[PATCH v3 0/5] tty: Introduce software RS485 direction control support
2015-12-04 17:50 UTC (16+ messages)
` [PATCH v3 2/5] tty: Introduce SER_RS485_SOFTWARE read-only flag for struct serial_rs485
[PATCH 0/3] Add AMBA bus probing support to ACPI
2015-12-03 20:06 UTC (9+ messages)
` [PATCH 2/3] ACPI: scan add call to probe amba devices
` [PATCH 3/3] serial: amba-pl011: add ACPI support to AMBA probe
[PATCH v2 1/3] serial: xuartps: Spliting the ISR into smaller routines
2015-12-02 23:04 UTC (4+ messages)
[RFC PATCH 00/10] Support for Cortex-M Prototyping System
2015-12-01 11:35 UTC (20+ messages)
` [RFC PATCH 01/10] dt-bindings: document the MPS2 timer bindings
` [RFC PATCH 02/10] clockevents/drivers: add MPS2 Timer driver
` [RFC PATCH 03/10] dt-bindings: document the MPS2 UART bindings
` [RFC PATCH 04/10] serial: mps2-uart: add MPS2 UART driver
` [RFC PATCH 05/10] serial: mps2-uart: add support for early console
` [RFC PATCH 06/10] ARM: mps2: introduce MPS2 platform
` [RFC PATCH 07/10] ARM: mps2: add low-level debug support
` [RFC PATCH 08/10] ARM: configs: add MPS2 defconfig
` [RFC PATCH 09/10] ARM: dts: introduce MPS2 AN385/AN386
` [RFC PATCH 10/10] ARM: dts: introduce MPS2 AN399/AN400
[PATCH RESEND 1/1] serial: 8250_pci: Fix real serial port count for F81504/508/512
2015-12-01 6:54 UTC
[PATCH 1/1] serial: 8250_pci: Fix real serial port count for F81504/508/512
2015-12-01 6:51 UTC
The console log is doubled if earlycon is enabled
2015-11-30 17:10 UTC (6+ messages)
[PATCH v2 0/1] serial: imx: fix a possible NULL dereference
2015-11-29 17:03 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH] serial: earlycon: Add missing spinlock initialization
2015-11-28 2:15 UTC (2+ messages)
[PATCH] serial: sh-sci: Add device tree support for r8a779[23]
2015-11-27 1:20 UTC
[PATCH v2] drivers/tty/serial: make tegra_serial_handle_break() static
2015-11-25 17:50 UTC
[PATCH] drivers/tty/serial: make tegra_serial_handle_break() static
2015-11-25 11:27 UTC
[PATCH] serial: ifx6x60: avoid uninitialized variable use
2015-11-25 10:07 UTC (2+ messages)
[PATH RESEND v2 00/10] tty: xuartps: Fix lock ups
2015-11-24 7:26 UTC (13+ messages)
` [PATH RESEND v2 03/10] tty: xuartps: Always enable transmitter in start_tx
[PATCH v2 00/16] serial: sh-sci: Clock Cleanups
2015-11-24 2:44 UTC (4+ messages)
` [PATCH v2 01/16] serial: sh-sci: Drop the interface clock
AMLogic Meson serial driver fixes
2015-11-23 11:52 UTC (2+ messages)
` [linux-meson] "
[GIT PULL] TTY/Serial fixes for 4.4-rc2
2015-11-22 22:30 UTC (2+ messages)
[GIT PULL] TTY/Serial fixes for 4.4-rc2
2015-11-22 22:30 UTC
[PATCH 00/14] Initial Microchip PIC32MZDA Support
2015-11-21 0:17 UTC (2+ messages)
` [PATCH 10/14] serial: pic32_uart: Add PIC32 uart driver
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).