messages from 2015-11-25 14:39:44 to 2015-12-14 10:34:11 UTC [more...]
[PATCH 00/25] serial: sh-sci: Add external clock and BRG Support
2015-12-14 10:34 UTC (15+ 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 v2 00/16] serial: sh-sci: Clock Cleanups
2015-12-14 9:11 UTC (12+ messages)
` [PATCH v2 01/16] serial: sh-sci: Drop the interface clock
` [PATCH v2 12/16] ARM: shmobile: r8a7793 dtsi: Rename the serial port clock to fck
` [PATCH v2 16/16] serial: sh-sci: Drop the sci_fck clock fallback
[PATCH] serial: sh-sci: Add device tree support for r8a779[23]
2015-12-14 8:14 UTC (5+ messages)
[PATCH 0/4] Replace tty->closing
2015-12-14 4:02 UTC (4+ messages)
` [PATCH v2 "
[PATCH 0/9] Fix checkpatch errors
2015-12-13 20:31 UTC (17+ messages)
` [PATCH 1/9] drivers: tty: 68328serial.c: Add missing spaces(checkpatch)
` [PATCH 2/9] drivers: tty: 68328serial.c: remove unnecessary spaces(checkpatch)
` [PATCH 3/9] drivers: tty: 68328serial.c: Do not initialize statics to 0
` [PATCH 4/9] drivers: tty: 68328serial.c: Fix "foo * bar" should be "foo *bar"
` [PATCH 5/9] drivers: tty: 68328serial.c: Remove parentheses after return
` [PATCH 6/9] drivers: tty: 68328serial.c: Use tabs for indentation
` [PATCH 7/9] drivers: tty: 68328serial.c: remove trailing whitespaces
` [PATCH 8/9] drivers: tty: 68328serial.c: Use use same indentation for switch/case
` [PATCH 9/9] drivers: tty: 68328serial.c: Move trailing statements to next line
[PATCH] tty: amba-pl011: add support for 32-bit register access for earlycon
2015-12-13 15:34 UTC (3+ messages)
[PATCH] serial:bfin-uart:Remove 'struct timeval'
2015-12-13 10:14 UTC
[PATCH v1 00/10] Support for Cortex-M Prototyping System
2015-12-13 7:00 UTC (15+ 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 v2] drivers/tty/serial: make tegra_serial_handle_break() static
2015-12-13 6:51 UTC (2+ messages)
[PATCH 00/12] Prepare amba-pl011 for ZTE UART support
2015-12-13 6:36 UTC (6+ messages)
` [PATCH 01/12] tty: amba-pl011: add register accessor functions
[PATCH 1/2] serial: amba-pl011: use cpu_relax when polling registers
2015-12-13 6:04 UTC (2+ messages)
[PATCH DRAFT 0/2] Sketch for ZTE ZX296702 UART integration
2015-12-13 6:03 UTC (3+ messages)
` [PATCH 05/11] tty: amba-pl011: add register lookup table
[PATCH 0/9] 8250: AMD Carrizo UART PL300 DMA enablement
2015-12-13 2:32 UTC (32+ 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
[PATCH RESEND 1/1] serial: 8250_pci: Fix real serial port count for F81504/508/512
2015-12-13 1:08 UTC (2+ messages)
[PATCH v9 0/3] serial: 8250_dw add big endian support
2015-12-12 17:18 UTC (4+ messages)
` [PATCH v9 1/3] serial: 8250_dw: Avoid serial_outx code duplicate with new dw8250_check_lcr()
` [PATCH v9 2/3] serial: 8250_dw: Add support for big-endian MMIO accesses
` [PATCH v9 3/3] serial: 8250_dw: Do not use readl/writel before checking port iotype
[PATCH v5 0/3] tty: Introduce software RS485 direction control support
2015-12-12 11:23 UTC (4+ messages)
` [PATCH v5 1/3] tty: Move serial8250_stop_rx in front of serial8250_start_tx
` [PATCH v5 2/3] tty: Add software emulated RS485 support for 8250
` [PATCH v5 3/3] tty: 8250_omap: Use software emulated RS485 direction control
[PATCH] serial: earlycon: Initialize uart_port spinlock
2015-12-11 16:28 UTC (3+ messages)
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 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] 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 (26+ 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 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 (13+ 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
[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)
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).