messages from 2015-12-11 10:36:00 to 2015-12-17 18:21:41 UTC [more...]
[RFC PATCH] always probe UART HW when options are not specified
2015-12-17 18:21 UTC (6+ messages)
[PATCH] use callbacks to access UART_DLL/UART_DLM
2015-12-17 18:09 UTC (4+ messages)
[PATCH] tty: amba-pl011: add support for 32-bit register access for earlycon
2015-12-17 17:06 UTC (7+ messages)
[PATCH] drivers/tty/serial: delete unused MODULE_DEVICE_TABLE from atmel_serial.c
2015-12-17 16:48 UTC (3+ messages)
[PATCH 00/11] tty: serial: 8250: Fix checkpatch warnings
2015-12-17 15:16 UTC (19+ messages)
` [PATCH 01/11] tty: serial: 8250: Fix whitespace errors
` [PATCH 02/11] tty: serial: 8250: Fix indentation warnings
` [PATCH 03/11] tty: serial: 8250: Fix braces after struct
` [PATCH 04/11] tty: serial: 8250: Fix multiline comment style
` [PATCH 05/11] tty: serial: 8250: Remove else after return
` [PATCH 06/11] tty: serial: 8250: Move EXPORT_SYMBOL to function
` [PATCH 07/11] tty: serial: 8250: Fix line continuation warning
` [PATCH 08/11] tty: serial: 8250: Add parentheses to macro
` [PATCH 09/11] tty: serial: 8250: Fix multi-line strings
` [PATCH 10/11] tty: serial: 8250: Replace printk by pr_*
` [PATCH 11/11] tty: serial: 8250: Delete commented code
[PATCH] serial: atmel: header file for MODULE_DEVICE_TABLE
2015-12-17 15:02 UTC (2+ messages)
[PATCH v5] serial: support for 16550A serial ports on LP-8x4x
2015-12-17 14:50 UTC (5+ messages)
[PATCH v1 00/10] Support for Cortex-M Prototyping System
2015-12-17 13:15 UTC (11+ messages)
` [PATCH v1 02/10] clockevents/drivers: add MPS2 Timer driver
` [PATCH v1 04/10] serial: mps2-uart: add MPS2 UART driver
[PATCH v3 00/27] serial: sh-sci: External Clock Support
2015-12-17 10:28 UTC (32+ messages)
` [PATCH v3 01/27] serial: sh-sci: Drop the interface clock
` [PATCH v3 20/27] serial: sh-sci: Correct SCIF type on R-Car for BRG
` [PATCH v3 02/27] serial: sh-sci: Add fallback compatibility strings
` [PATCH v3 03/27] serial: sh-sci: Update DT binding documentation for external clock input
` [PATCH v3 04/27] serial: sh-sci: Update DT binding documentation for BRG support
` [PATCH v3 05/27] serial: sh-sci: Drop useless check for zero sampling_rate
` [PATCH v3 06/27] serial: sh-sci: Grammar s/Get ... for/Get ... from/
` [PATCH v3 07/27] serial: sh-sci: Use existing local variable in sci_parse_dt()
` [PATCH v3 08/27] serial: sh-sci: Drop unused frame_len parameter for sci_baud_calc_hscif()
` [PATCH v3 09/27] serial: sh-sci: Don't overwrite clock selection in serial_console_write()
` [PATCH v3 10/27] serial: sh-sci: Convert from clk_get() to devm_clk_get()
` [PATCH v3 11/27] serial: sh-sci: Make unsigned values in sci_baud_calc_hscif() unsigned
` [PATCH v3 12/27] serial: sh-sci: Avoid overflow in sci_baud_calc_hscif()
` [PATCH v3 13/27] serial: sh-sci: Improve bit rate error calculation for HSCIF
` [PATCH v3 14/27] serial: sh-sci: Avoid calculating the receive margin "
` [PATCH v3 15/27] serial: sh-sci: Merge sci_scbrr_calc() and sci_baud_calc_hscif()
` [PATCH v3 16/27] serial: sh-sci: Take into account sampling rate for max baud rate
` [PATCH v3 17/27] serial: sh-sci: Add BRG register definitions
` [PATCH v3 18/27] serial: sh-sci: Replace struct sci_port_info by type/regtype encoding
` [PATCH v3 19/27] serial: sh-sci: Correct SCIF type on RZ/A1H
` [PATCH v3 21/27] serial: sh-sci: Prepare for multiple sampling clock sources
` [PATCH v3 22/27] serial: sh-sci: Add support for optional external (H)SCK input
` [PATCH v3 23/27] serial: sh-sci: Add support for optional BRG on (H)SCIF
` [PATCH v3 24/27] sh: Rename sci_ick and sci_fck clock to fck
` [PATCH v3 25/27] sh: Remove sci_ick clock alias
` [PATCH v3 26/27] sh: sh7734: Correct SCIF type for BRG
` [PATCH v3 27/27] serial: sh-sci: Drop the sci_fck clock fallback
[PATCH LINUX v4 00/13] tty: xuartps: Fix lock ups
2015-12-17 10:00 UTC (8+ messages)
` [PATCH LINUX v4 06/13] tty: xuartps: Move request_irq to after setting up the HW
[PATCH 0/9] Fix checkpatch errors
2015-12-16 16:25 UTC (24+ 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 v2 0/4] Fix checkpatch errors
` [PATCH v2 1/4] drivers: tty: 68328serial.c: Use tabs for indentation
` [PATCH v2 2/4] drivers: tty: 68328serial.c: remove trailing whitespaces
` [PATCH v2 3/4] drivers: tty: 68328serial.c: Use use same indentation for switch/case
` [PATCH v2 4/4] drivers: tty: 68328serial.c: Move trailing statements to next line
[PATCH 0/5] drivers/tty: make more bool drivers explicitly non-modular
2015-12-15 22:29 UTC (2+ messages)
[PATCH] tty: serial: constify uartlite_reg_ops structs
2015-12-15 14:54 UTC (2+ messages)
[PATCH RESEND 1/1] serial: 8250_pci: Fix real serial port count for F81504/508/512
2015-12-15 2:56 UTC (3+ messages)
[PATCH] tty: serial: constify psc_ops structs
2015-12-14 23:45 UTC
[PATCH] tty: serial: constify sunhv_ops structs
2015-12-14 23:37 UTC
[PATCH v2 00/14] Initial Microchip PIC32MZDA Support
2015-12-14 22:42 UTC (2+ messages)
` [PATCH v2 10/14] serial: pic32_uart: Add PIC32 UART driver
[PATCH v2 0/9] ARM: shmobile: dts: Enable SCIF_CLK frequency and pins
2015-12-14 18:58 UTC (10+ messages)
` [PATCH v2 1/9] ARM: shmobile: alt "
` [PATCH v2 2/9] ARM: shmobile: bockw "
` [PATCH v2 3/9] ARM: shmobile: gose "
` [PATCH v2 5/9] ARM: shmobile: lager "
` [PATCH v2 6/9] ARM: shmobile: marzen "
` [PATCH v2 4/9] ARM: shmobile: koelsch "
` [PATCH v2 7/9] ARM: shmobile: porter "
` [PATCH v2 8/9] ARM: shmobile: silk "
` [PATCH v2 9/9] arm64: renesas: salvator-x "
[PATCH v2 0/7] ARM: shmobile: dtsi: Add BRG support for (H)SCIF
2015-12-14 18:58 UTC (8+ messages)
` [PATCH v2 1/7] ARM: shmobile: r8a7778 dtsi: Add BRG support for SCIF
` [PATCH v2 2/7] ARM: shmobile: r8a7779 "
` [PATCH v2 3/7] ARM: shmobile: r8a7790 dtsi: Add BRG support for (H)SCIF
` [PATCH v2 5/7] ARM: shmobile: r8a7793 dtsi: Add BRG support for SCIF
` [PATCH v2 4/7] ARM: shmobile: r8a7791 dtsi: Add BRG support for (H)SCIF
` [PATCH v2 6/7] ARM: shmobile: r8a7794 "
` [PATCH v2 7/7] arm64: renesas: r8a7795 "
[PATCH v3 00/12] ARM: shmobile: dtsi: Rename the serial port clock to fck
2015-12-14 18:58 UTC (13+ messages)
` [PATCH v3 01/12] h8300: dts: "
` [PATCH v3 03/12] ARM: shmobile: r7s72100 dtsi: "
` [PATCH v3 04/12] ARM: shmobile: r8a73a4 "
` [PATCH v3 05/12] ARM: shmobile: r8a7740 "
` [PATCH v3 02/12] ARM: shmobile: sh73a0 "
` [PATCH v3 06/12] ARM: shmobile: r8a7778 "
` [PATCH v3 07/12] ARM: shmobile: r8a7779 "
` [PATCH v3 10/12] ARM: shmobile: r8a7793 "
` [PATCH v3 08/12] ARM: shmobile: r8a7790 "
` [PATCH v3 09/12] ARM: shmobile: r8a7791 "
` [PATCH v3 11/12] ARM: shmobile: r8a7794 "
` [PATCH v3 12/12] arm64: renesas: r8a7795 "
[PATCH 0/7] ARM: shmobile: dtsi: Add SCIF fallback compatibility strings
2015-12-14 18:57 UTC (8+ messages)
` [PATCH 1/7] ARM: shmobile: r8a7778 "
` [PATCH 2/7] ARM: shmobile: r8a7779 "
` [PATCH 7/7] arm64: renesas: r8a7795 "
` [PATCH 3/7] ARM: shmobile: r8a7790 "
` [PATCH 4/7] ARM: shmobile: r8a7791 "
` [PATCH 5/7] ARM: shmobile: r8a7793 "
` [PATCH 6/7] ARM: shmobile: r8a7794 "
[PATCH 00/25] serial: sh-sci: Add external clock and BRG Support
2015-12-14 15:47 UTC (12+ 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] serial:bfin-uart:Remove 'struct timeval'
2015-12-13 10:14 UTC
[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 (4+ messages)
[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 (11+ messages)
` [PATCH 4/9] dmaengine: pl330: add new items for pl330 private data
` [PATCH 5/9] dmaengine: pl330: provide ACPI dmaengine interface
` [PATCH 7/9] Serial:8250: New Port Type PORT_AMD_8250
[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)
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).