linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-09 07:53:49 to 2015-05-20 17:46:23 UTC [more...]

[PATCH 0/4] serial: sh-sci: Add DMA support to the DT binding
 2015-05-20 17:46 UTC 

[PATCH v8 00/16] Add support to STMicroelectronics STM32 family
 2015-05-20 16:17 UTC  (59+ messages)
` [PATCH v8 01/16] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel
` [PATCH v8 04/16] clocksource/drivers: Add ARM System timer driver
` [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 15/16] ARM: configs: Add STM32 defconfig
` [PATCH v8 16/16] MAINTAINERS: Add entry for STM32 MCUs

[PATCH v3] serial: 8250_uniphier: add UniPhier serial driver
 2015-05-20 12:56 UTC  (10+ messages)

[PATCH 0/8] serial: tegra: various fixes
 2015-05-20 12:12 UTC  (9+ messages)
` [PATCH 8/8] serial: tegra: Correct error handling on DMA setup

[PATCH] serial: tegra: Fix memory leak on DMA setup failure
 2015-05-20 11:33 UTC  (3+ messages)

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

[PATCH v3 1/2] serial_core: add pci uart early console support
 2015-05-20  9:16 UTC  (4+ messages)

[PATCH v2] serial: sh-sci: Remove schedule_work in sci_dma_rx_complete
 2015-05-20  8:50 UTC  (2+ messages)

[PATCH 0/2] pinctrl: zynq: fix two bugs of zynq pinmux function
 2015-05-20  8:38 UTC  (3+ messages)
` [PATCH 1/2] pinctrl: zynq: fix DEFINE_ZYNQ_PINMUX_FUNCTION_MUX macro
` [PATCH 2/2] pinctrl: zynq: fix offset address for {SD0,SD1}_WP_CD_SEL

[PATCHv3 0/5] Linux generic wakeirq handling
 2015-05-20  7:36 UTC  (33+ messages)
` [PATCH 1/5] PM / Runtime: Update last_busy in rpm_resume
` [PATCH 2/5] PM / Wakeirq: Add automated device wake IRQ handling
` [PATCH 3/5] serial: omap: Switch wake-up interrupt to generic wakeirq
` [PATCH 4/5] serial: 8250_omap: Move "
` [PATCH 5/5] mmc: omap_hsmmc: Change wake-up interrupt to use "

[PATCH] tty: serial/8250: remove console dependency for mediatek
 2015-05-20  1:34 UTC  (2+ messages)

[PATCH] serial: samsung: only use earlycon for console
 2015-05-19 20:26 UTC 

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

[RFC PATCH] serial: 8250_omap: provide complete custom startup & shutdown callbacks
 2015-05-19 11:25 UTC  (3+ messages)

[PATCH] serial/amba-pl011: Fix mismerge between v4.1-rc4 and tty-next
 2015-05-19 10:51 UTC 

[PATCH v3 2/2] arch/x86: remove pci uart early console from early_prink.c
 2015-05-18 21:23 UTC 

[PATCH v2] serial: 8250_uniphier: add UniPhier serial driver
 2015-05-18  8:43 UTC  (2+ messages)

[PATCH] serial: 8250_uniphier: add UniPhier serial driver
 2015-05-18  3:24 UTC  (5+ messages)

[PATCH/RFC] serial: sh-sci: Remove schedule_work in sci_dma_rx_complete
 2015-05-17 15:15 UTC  (3+ messages)

[GIT PULL] TTY/Serial fixes for 4.1-rc4
 2015-05-17  0:33 UTC 

[PATCH 1/1] serial: earlycon: Add support for big-endian MMIO accesses
 2015-05-16 13:31 UTC 

[PATCH 0/2] 8250 UART driver for NXP LPC18xx family
 2015-05-15 18:29 UTC  (3+ messages)
  ` [PATCH 1/2] serial: 8250: add LPC18xx/43xx UART driver
  ` [PATCH 2/2] doc: dt: add documentation for nxp,lpc1850-uart

[PATCH v2 1/2] serial_core: add pci uart early console support
 2015-05-15 10:27 UTC  (2+ messages)

[PATCH v2 2/2] arch/x86: remove pci uart early console from early_prink.c
 2015-05-15  4:38 UTC 

[PATCH v4 00/11] drivers: PL011: add ARM SBSA Generic UART support
 2015-05-15  3:31 UTC  (17+ 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 2/2] arch/x86: remove pci uart early console from early_prink.c
 2015-05-15  0:07 UTC  (2+ messages)

[PATCH 1/2] serial_core: add pci uart early console support
 2015-05-15  0:07 UTC  (2+ messages)

serial_core: add pci uart early console support
 2015-05-14 23:40 UTC  (3+ messages)

[PATCH v2] sc16is7xx: spi interface is added
 2015-05-14  9:51 UTC  (8+ messages)

[PATCH 1/6] serial: sirf: enable ATLAS7 USP serial support
 2015-05-14  6:45 UTC  (6+ messages)
` [PATCH 2/6] serial: sirf: fix the issue that HW flow control doesn't work for BT
` [PATCH 3/6] serial: sirf: fix endless loop bug in uart receive tasklet
` [PATCH 4/6] serial: sirf: add uart receive's some error counter and mark
` [PATCH 5/6] serial: sirf: add serial loopback function support
` [PATCH 6/6] serial: sirf: assign console default index if users not set a valid one

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


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