linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-29 08:19:02 to 2015-05-13 15:20:34 UTC [more...]

[PATCH v8 00/16] Add support to STMicroelectronics STM32 family
 2015-05-13 15:20 UTC  (23+ messages)
` [PATCH v8 01/16] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel
` [PATCH v8 02/16] ARM: ARMv7-M: Enlarge vector table up to 256 entries
` [PATCH v8 03/16] dt-bindings: Document the ARM System timer bindings
` [PATCH v8 04/16] clocksource/drivers: Add ARM System timer driver
` [PATCH v8 05/16] dt-bindings: mfd: Add STM32F4 RCC numeric constants into DT include file
` [PATCH v8 07/16] drivers: reset: Add STM32 reset driver
` [PATCH v8 08/16] dt-bindings: Document the STM32 timer bindings
` [PATCH v8 09/16] clockevents/drivers: Add STM32 Timer driver
` [PATCH v8 10/16] dt-bindings: Document the STM32 USART bindings
` [PATCH v8 11/16] serial: stm32-usart: Add STM32 USART Driver
` [PATCH v8 12/16] ARM: Add STM32 family machine
` [PATCH v8 13/16] ARM: dts: Add ARM System timer as clocksource in armv7m
` [PATCH v8 14/16] ARM: dts: Introduce STM32F429 MCU
  ` [PATCH v8 06/16] dt-bindings: Document the STM32 reset bindings
  ` [PATCH v8 15/16] ARM: configs: Add STM32 defconfig
` [PATCH v8 16/16] MAINTAINERS: Add entry for STM32 MCUs

[PATCH v2] sc16is7xx: spi interface is added
 2015-05-13 13:01 UTC  (3+ messages)

[PATCH/RFC] serial: sh-sci: Add R-Car SCIF DMA receive support
 2015-05-13  9:18 UTC  (2+ messages)

[PATCH v4 00/11] drivers: PL011: add ARM SBSA Generic UART support
 2015-05-13  9:17 UTC  (16+ messages)
` [PATCH v4 01/11] drivers: PL011: avoid potential unregister_driver call
` [PATCH v4 02/11] drivers: PL011: refactor pl011_startup()
` [PATCH v4 03/11] drivers: PL011: refactor pl011_shutdown()
` [PATCH v4 04/11] drivers: PL011: refactor pl011_set_termios()
` [PATCH v4 05/11] drivers: PL011: refactor pl011_probe()
` [PATCH v4 06/11] drivers: PL011: replace UART_MIS reading with _RIS & _IMSC
` [PATCH v4 07/11] drivers: PL011: move cts_event workaround into separate function
` [PATCH v4 08/11] drivers: PL011: allow avoiding UART enabling/disabling
` [PATCH v4 09/11] drivers: PL011: allow to supply fixed option string
` [PATCH v4 10/11] drivers: PL011: add support for the ARM SBSA generic UART
` [PATCH v4 11/11] drivers: PL011: add ACPI probing for SBSA UART

[PATCH 0/8] serial: tegra: various fixes
 2015-05-13  8:23 UTC  (13+ messages)
  ` [PATCH 1/8] serial: tegra: Correct delay after TX flush
  ` [PATCH 2/8] serial: tegra: Add delay after enabling FIFO mode
  ` [PATCH 3/8] serial: tegra: check the count and read if any from dma
  ` [PATCH 4/8] serial: tegra: handle race condition on uart rx side
  ` [PATCH 5/8] serial: tegra: Use unsigned types for RX and TX byte counts
  ` [PATCH 6/8] serial: tegra: Fix cookie used by TX channel
  ` [PATCH 7/8] serial: tegra: Correct shutdown of UARTs
  ` [PATCH 8/8] serial: tegra: Correct error handling on DMA setup

[PATCH 03/16] tty: serial: 8250_core: read only RX if there is something in the FIFO
 2015-05-12 20:25 UTC  (11+ messages)
                ` [PATCH] serial: 8250: Revert "tty: serial: 8250_core: read only RX if there is something in the FIFO"

[PATCH] serial/amba-pl011: Unconditionally poll for FIFO space before each TX char
 2015-05-12 15:00 UTC  (3+ messages)

[PATCH v4 REPOST] Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"
 2015-05-11 16:09 UTC  (2+ messages)

[PATCH] tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_send
 2015-05-11 11:00 UTC 

[PATCH] sc16is7xx: spi interface is added
 2015-05-11  6:43 UTC 

[PATCH] serial: 8250: remove return statements from void function
 2015-05-11  3:30 UTC 

[PATCH] tty: rocket: fix comment of ROCKET_SPD_HI
 2015-05-11  1:25 UTC 

[PATCH] tty: fix comment of ASYNCB_SPD_HI
 2015-05-11  1:23 UTC 

Hardware spec prevents optimal performance in device driver
 2015-05-10 16:46 UTC  (5+ messages)

earlycon: no match?
 2015-05-08 16:11 UTC  (25+ messages)

[PATCH] serial: imx: Revert "initialized DMA w/o HW flow enabled"
 2015-05-08 12:24 UTC  (9+ messages)
  ` [PATCH v2] "

[PATCH] Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"
 2015-05-08 12:17 UTC  (3+ messages)

[PATCH v2] tty: serial: 8250_mtk: Add support for second clock
 2015-05-08  8:59 UTC  (13+ messages)
` [PATCH 1/4] tty: serial: 8250_mtk: remove unnecessary test
` [PATCH 2/4] tty: serial: 8250_mtk: Use devm_clk_get
` [PATCH 3/4] tty: serial: 8250_mtk: use pm_runtime callbacks for enabling
` [PATCH 4/4] tty: serial: 8250_mtk: Add support for bus clock

How to use CONFIG_SERIAL_8250_SHARE_IRQ with device tree ?
 2015-05-08  8:27 UTC 

[PATCH] serial: of_serial: do not set port.type twice
 2015-05-08  4:03 UTC 

[PATCH v3 1/3] tty: serial: msm: Add mask value for UART_DM registers
 2015-05-07 23:37 UTC  (7+ messages)
` [PATCH v3 2/3] tty: serial: msm: Remove duplicate operations on clocks in startup/shutdown
` [PATCH v3 3/3] tty: serial: msm: replaces (1 << x) with BIT(x) macro

[PATCH] earlycon: Revert log warnings
 2015-05-07 18:19 UTC 

[PATCH 1/2] Documentation/magic-number: Remove SCI_MAGIC
 2015-05-07 16:02 UTC  (3+ messages)
` [PATCH 2/2] Documentation/magic-number: Remove SCC_MAGIC

[PATCH v1 00/15] serial: imx: misc fix and features
 2015-05-07 13:58 UTC  (12+ messages)
` [PATCH v1 11/15] serial: imx: initialized DMA w/o HW flow enabled

[PATCH] serial: 8250: do not copy port.fifosize member twice
 2015-05-07 10:12 UTC  (2+ messages)

[PATCH v2] serial: xuartps: add __init to earlycon write method
 2015-05-07  9:55 UTC 

[PATCH] serial: xuartps: add __init to earlycon write method
 2015-05-07  9:27 UTC  (4+ messages)

[PATCH v7 00/15] Add support to STMicroelectronics STM32 family
 2015-05-05 17:24 UTC  (28+ messages)
` [PATCH v7 01/15] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel
` [PATCH v7 02/15] ARM: ARMv7-M: Enlarge vector table up to 256 entries
` [PATCH v7 03/15] dt-bindings: Document the ARM System timer bindings
` [PATCH v7 04/15] clocksource/drivers: Add ARM System timer driver
` [PATCH v7 05/15] dt-bindings: Document the STM32 reset bindings
` [PATCH v7 07/15] dt-bindings: Document the STM32 timer bindings
` [PATCH v7 08/15] clockevents/drivers: Add STM32 Timer driver
` [PATCH v7 09/15] dt-bindings: Document the STM32 USART bindings
` [PATCH v7 10/15] serial: stm32-usart: Add STM32 USART Driver
` [PATCH v7 12/15] ARM: dts: Add ARM System timer as clocksource in armv7m
  ` [PATCH v7 06/15] drivers: reset: Add STM32 reset driver
  ` [PATCH v7 11/15] ARM: Add STM32 family machine
  ` [PATCH v7 13/15] ARM: dts: Introduce STM32F429 MCU
` [PATCH v7 14/15] ARM: configs: Add STM32 defconfig
` [PATCH v7 15/15] MAINTAINERS: Add entry for STM32 MCUs

[PATCH 21/27] serial: Allow compile test of GPIO consumers if !GPIOLIB
 2015-05-05 16:32 UTC 

[PATCH] serial: 8250: Prevent kernel crash with nr_uarts=0
 2015-05-05  6:26 UTC  (5+ messages)
      ` [PATCH] serial: 8250: Do nothing if nr_uarts=0

[PATCH 4/5] dmaengine: hsu: Fix memory leak when stopping a running transfer
 2015-05-04 11:04 UTC  (4+ messages)

[PATCH 1/4] serial: imx: Constify platform_device_id
 2015-05-01 15:40 UTC  (4+ messages)
` [PATCH 2/4] serial: mxs: "
` [PATCH 3/4] serial: samsung: Staticize local symbol
` [PATCH 4/4] serial: samsung: Constify platform_device_id

[PATCH/RFC 00/13] serial: sh-sci: Cleanups and bug fixes
 2015-04-30 16:21 UTC  (14+ messages)
` [PATCH 01/13] serial: sh-sci: Move private definitions to private header file
` [PATCH 02/13] serial: sh-sci: Add (H)SCIF RTS/CTS pin data register bit definitions
` [PATCH 03/13] serial: sh-sci: Add SCIFA/B SCPCR register definitions
` [PATCH 04/13] serial: sh-sci: Document remaining FIFO Control Register bits
` [PATCH 05/13] serial: sh-sci: Standardize on using the BIT() macro to define register bits
` [PATCH 06/13] serial: sh-sci: Replace hardcoded values in SCxSR_*_CLEAR macros
` [PATCH 07/13] serial: sh-sci: Replace hardcoded overrun bit values
` [PATCH 08/13] serial: sh-sci: Use the correct register for overrun checks
` [PATCH 09/13] serial: sh-sci: Don't set SCLSR bits in the SCxSR error mask
` [PATCH 10/13] serial: sh-sci: Remove obsolete comment about overrun detection
` [PATCH/RFC 11/13] serial: sh-sci: Replace buggy big #ifdef by runtime logic
` [PATCH/RFC 12/13] serial: sh-sci: Correct SCIF_ERROR_CLEAR for plain SCIF
` [PATCH/RFC 13/13] serial: sh-sci: Correct FIFO stages on sh7705/sh7720/sh7721

[PATCH] serial: omap: Fix error handling in probe
 2015-04-30 15:38 UTC  (2+ messages)

[PATCH v2] serial: omap: Fix error handling in probe
 2015-04-30 15:35 UTC 

[GIT PULL] TTY/Serial fixes for 4.1-rc2
 2015-04-30 13:46 UTC 

[PATCH/RFC] serial: sh-sci: Remove schedule_work in sci_dma_rx_complete
 2015-04-29 18:21 UTC  (2+ messages)

[PATCH v3 0/3] tty: serial: Add earlycon support to MT8173 SoC
 2015-04-29  8:19 UTC  (4+ messages)
` [PATCH v3 3/3] arm64: dts: Add mediatek MT8173 earlycon support


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).