linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-22 10:36:56 to 2015-04-07 16:30:23 UTC [more...]

[PATCH v6 00/15] Add support to STMicroelectronics STM32 family
 2015-04-07 16:30 UTC  (5+ messages)
` [PATCH v6 01/15] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel
` [PATCH v6 02/15] ARM: ARMv7-M: Enlarge vector table up to 256 entries
  ` [PATCH v6 03/15] dt-bindings: Document the ARM System timer bindings
` [PATCH v6 04/15] clocksource/drivers: Add ARM System timer driver

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

[PATCH] tty: serial: msm: Fix mask value of RFR level
 2015-04-07 13:47 UTC 

[PATCH] tty: serial: Add const to struct uart_ops declarations
 2015-04-07 12:46 UTC  (10+ messages)
  ` [PATCH V2] "

[PATCH 0/3] tty: eliminate 64 byte stack buffers passed to tty_name
 2015-04-07  8:57 UTC  (5+ messages)
` [PATCH 3/3] tty: remove buf parameter from tty_name()

[PATCH V3 0/7] serial: Configure {big,native}-endian MMIO accesses via DT
 2015-04-06 21:07 UTC  (14+ messages)
` [PATCH V3 5/7] serial: earlycon: Set UPIO_MEM32BE based on DT properties

[PATCH v3 -next 00/11] Extensible console matching & direct earlycon
 2015-04-06 14:48 UTC  (53+ messages)
` [PATCH v3 -next 11/11] serial: 8250_early: Remove setup_early_serial8250_console()
                                  ` [PATCH] earlycon: 8250: Fix command line regression
                                    ` [PATCH v2] "
                                      ` [PATCH v3] "
                                        ` [PATCH v4] "
                                          ` [PATCH v5] "
                                            ` [PATCH v6] "

[GIT PULL] TTY/Serial fixes for 4.0-rc6
 2015-04-04 11:09 UTC 

[PATCH] earlycon: Fix __earlycon_table stride
 2015-04-03 12:57 UTC 

[Patch] tty: Re-add external interface for tty_set_termios()
 2015-04-03 11:49 UTC  (3+ messages)

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

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

[PATCH REPOST v4 0/2] serial/amba-pl011: Refactor and simplify TX FIFO handling
 2015-04-01 11:10 UTC  (3+ messages)
` [PATCH REPOST v4 1/2] Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"
` [PATCH REPOST v4 2/2] serial/amba-pl011: Refactor and simplify TX FIFO handling

[PATCH V3 0/1] serial: 8250_pci: Fintek products S3 patch
 2015-04-01  6:00 UTC  (2+ messages)
` [PATCH V3 1/1] serial: 8250_pci: port failed after wakeup from S3

[PATCH 6/8] mtd: replace CONFIG_8xx by CONFIG_PPC_8xx
 2015-03-31  0:55 UTC  (2+ messages)

[PATCH 0/7] drivers: Use bool function return values true/false not 1/0
 2015-03-30 17:43 UTC  (2+ messages)
` [PATCH 7/7] serial: kgdb_nmi: Use bool function return values of "

[PATCH 4/5] dmaengine: hsu: Fix memory leak when stopping a running transfer
 2015-03-30 17:37 UTC  (2+ messages)

[PATCH v4 0/2] serial/amba-pl011: Activate TX IRQ passively (rework)
 2015-03-30 16:09 UTC  (11+ messages)
` [PATCH v4 1/2] Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"
` [PATCH v4 2/2] serial/amba-pl011: Refactor and simplify TX FIFO handling

[PATCH v3 0/*] serial/amba-pl011: Activate TX IRQ passively
 2015-03-30 12:02 UTC  (10+ messages)
` [PATCH v3 0/1] "
  ` [PATCH v3] "
` [PATCH v3, tty-next.. 0/2] "
  ` [PATCH v3, tty-next.. 1/2] Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"
  ` [PATCH v3, tty-next.. 2/2] serial/amba-pl011: Activate TX IRQ passively

[PATCH 64/86] tty/serial: comment update
 2015-03-29 13:42 UTC 

[PATCH v3 00/15] Add support to STMicroelectronics STM32 family
 2015-03-27 12:33 UTC  (21+ messages)
` [PATCH v3 04/15] clocksource: Add ARM System timer driver
` [PATCH v3 10/15] serial: stm32-usart: Add STM32 USART Driver

[PATCH 1/1] serial: samsung: Clear operation mode on UART shutdown
 2015-03-26 22:19 UTC  (4+ messages)

[PATCH] serial: imx: protect Soft Reset of port with lock
 2015-03-26 22:01 UTC  (2+ messages)

[PATCH 0/4] serial: sc16is7xx: bunch of small fixes
 2015-03-26 21:48 UTC  (6+ messages)
` [PATCH 3/4] sc16is7xx: expose RTS inversion in RS-485 mode

[PATCH 02/13] tty: serial: atmel: fix big-endian on ARMv7 devices
 2015-03-26 21:46 UTC  (2+ messages)

[PATCH v2] amba-pl011: simplify TX handling
 2015-03-26 21:28 UTC  (2+ messages)

[PATCH v2 0/2] serial/amba-pl011: Activate TX IRQ passively
 2015-03-26 21:27 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] serial/amba-pl011: Leave the TX IRQ alone when the UART is not open

[PATCH V2 RESEND 0/2] serial: 8250_pci: Fintek products patches
 2015-03-26 21:23 UTC  (2+ messages)

[RFC 2/6] tty: serial: atmel: use atmel_io.h to provide on-chip IO
 2015-03-26 11:45 UTC 

[PATCH] bfin uart: it will hang when read current y count if not disable dma irq
 2015-03-26  9:13 UTC 

[PATCH] serial: sh-sci: Add overrun handling of SCIFA and SCIFB
 2015-03-25 11:57 UTC  (2+ messages)

[GIT PULL] TTY/Serial fixes for 4.0-rc5
 2015-03-22 10:36 UTC 


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