linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-09 11:29:19 to 2015-05-04 09:36:00 UTC [more...]

[PATCH v2] tty: serial: 8250_mtk: Add support for second clock
 2015-05-04  9:36 UTC  (7+ 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

earlycon: no match?
 2015-05-03 21:10 UTC 

[PATCH v7 00/15] Add support to STMicroelectronics STM32 family
 2015-05-02 10:01 UTC  (19+ 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 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 12/15] ARM: dts: Add ARM System timer as clocksource in armv7m
` [PATCH v7 14/15] ARM: configs: Add STM32 defconfig
` [PATCH v7 15/15] MAINTAINERS: Add entry for STM32 MCUs

[PATCH/RFC] serial: sh-sci: Add R-Car SCIF DMA receive support
 2015-05-01 17:11 UTC 

[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 1/3] tty: serial: msm: Add mask value for UART_DM registers
 2015-04-29 15:45 UTC  (8+ 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 v3 0/3] tty: serial: Add earlycon support to MT8173 SoC
 2015-04-29  8:19 UTC  (7+ messages)
` [PATCH v3 1/3] tty: serial: 8250: export early_serial8250_setup function
` [PATCH v3 2/3] tty: serial: 8250_mtk: Add earlycon
` [PATCH v3 3/3] arm64: dts: Add mediatek MT8173 earlycon support

[PATCH 1/2] serial: sirf: use dynamic method allocate uart structure
 2015-04-29  6:45 UTC  (2+ messages)
` [PATCH 2/2] serial: sirf: use uart_port's fifosize for fifo related operation

[RFC/RFT 3/6] serial: msm: convert driver to use runtime PM apis
 2015-04-29  3:15 UTC  (3+ messages)

[PATCH v3 00/13] Earlycon cleanup
 2015-04-28 14:02 UTC  (9+ messages)
` [PATCH v3 01/13] of: earlycon: Fix 'stdout-path' with ':' path terminator
` [PATCH v3 12/13] serial: 8250_early: Use port->regshift

[PATCH] earlycon: Fix uart_parse_earlycon() if !CONFIG_SERIAL_CORE_CONSOLE
 2015-04-28 12:22 UTC  (2+ messages)

[PATCH v6 00/15] Add support to STMicroelectronics STM32 family
 2015-04-28 12:13 UTC  (4+ messages)
` [PATCH v6 10/15] serial: stm32-usart: Add STM32 USART Driver

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

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

8250-based SoC serial ports and features
 2015-04-27 14:07 UTC  (3+ messages)

[PATCH 2/3] dmaenegine: edma: allow pause/resume for non-cyclic mode
 2015-04-27 11:55 UTC  (2+ messages)

[PATCH 1/3] ARM: common: edma: clear completion interrupts on stop
 2015-04-27 11:55 UTC  (2+ messages)

[PATCH 3/3] tty: serial: 8250: omap: synchronize rx_running
 2015-04-27 11:52 UTC 

tty: serial: 8250_mtk: Add support for second clock
 2015-04-27  6:33 UTC  (11+ messages)
` [PATCH 1/4] tty: serial: 8250_mtk: Use devm_clk_get
  ` [PATCH 2/4] tty: serial: 8250_mtk: remove unnecessary test
` [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

[PATCH] ARM: meson: serial: convert iounmap to devm_iounmap
 2015-04-26 10:46 UTC 

[PATCH v4 00/37] JZ4780 & CI20 support
 2015-04-24 13:17 UTC  (2+ messages)
` [PATCH v4 34/37] serial: 8250_ingenic: support for Ingenic SoC UARTs

[PATCH 1/2] drivers/tty/serial/sh-sci.h: remove dead reference on ARCH_SH7372
 2015-04-24  8:54 UTC  (2+ messages)

[PATCH 1/3] serial: ifx6x60: Remove dangerous spi_driver casts
 2015-04-23 14:15 UTC  (3+ messages)
` [PATCH 2/3] serial: ifx6x60: Remove superfluous casts when calling request_irq()
` [PATCH 3/3] serial: SERIAL_IFX6X60 should depend on HAS_DMA

[GIT PULL] TTY/Serial patches for 4.1-rc1
 2015-04-22  6:53 UTC  (3+ messages)

[PATCH v3 00/37] JZ4780 & CI20 support
 2015-04-22  4:06 UTC  (4+ messages)
` [PATCH v3 34/37] serial: 8250_ingenic: support for Ingenic SoC UARTs

[PATCH] tty: Re-add external interface for tty_set_termios()
 2015-04-21 16:04 UTC  (4+ messages)

[PATCH v2] serial: samsung: fix serial console break
 2015-04-18 14:42 UTC  (2+ messages)

[PATCH v1 00/15] serial: imx: misc fix and features
 2015-04-17 10:31 UTC  (7+ messages)
` [PATCH v1 11/15] serial: imx: initialized DMA w/o HW flow enabled

[PATCH] tty: Remove leftover dependencies on PPC_OF
 2015-04-17  8:19 UTC  (8+ messages)

[PATCH] tty/serial: at91: maxburst was missing for dma transfers
 2015-04-16 15:07 UTC  (2+ messages)

[PATCH v2] serial: of-serial: Remove device_type = "serial" registration
 2015-04-16  9:31 UTC  (4+ messages)

[PATCH V4 0/5] Add big-endian MMIO support to serial8250
 2015-04-15 12:51 UTC  (10+ messages)
  ` [PATCH V4 1/5] of: Add helper function to check MMIO register endianness
` [PATCH V4 2/5] of/fdt: Add endianness helper function for early init code
` [PATCH V4 3/5] of: Document {little,big,native}-endian bindings
` [PATCH V4 4/5] serial: 8250: Add support for big-endian MMIO accesses
` [PATCH V4 5/5] serial: of_serial: Support big-endian register accesses

[PATCH] serial: of-serial: Remove device_type = "serial" registration
 2015-04-14 10:04 UTC  (7+ messages)

[PATCH] serial: bfin: ctsrts: enfore Kconfig naming convention
 2015-04-14  2:38 UTC  (2+ messages)

[PATCH] serial: xilinx: Use platform_get_irq to get irq description structure
 2015-04-13 14:34 UTC 

[PATCH v2] serial: imx: protect Soft Reset of port with lock
 2015-04-13  9:31 UTC 

[PATCH 1/2] drivers/tty/serial: altera: fix typos in #endif comments
 2015-04-13  7:24 UTC  (2+ messages)

[PATCH] serial: imx: protect Soft Reset of port with lock
 2015-04-13  7:20 UTC  (4+ messages)

[PATCH v2] drivers/tty/serial/mcf.c: fix typo on SERIAL_MCF_CONSOLE
 2015-04-12 16:20 UTC  (2+ messages)

[PATCH] serial: 8250: remove Kconfig indirection
 2015-04-12 16:13 UTC  (2+ messages)

[PATCH] drivers/tty/serial/mpc52xx_uart.c: fix typo in C comment
 2015-04-12 16:07 UTC  (2+ messages)

[PATCH] drivers/tty/serial/8250/8250_core.c: remove CONFIG_HUB6
 2015-04-12 16:05 UTC  (2+ messages)

[PATCH] drivers/tty/serial/mcf.c: fix typo on MCF_CONSOLE
 2015-04-12 16:00 UTC  (3+ messages)

[serial] BUG: spinlock bad magic on CPU#0, swapper/0
 2015-04-12 13:04 UTC  (3+ messages)

[PATCH v3 00/10] drivers: PL011: add ARM SBSA Generic UART support
 2015-04-12 10:16 UTC  (10+ messages)
` [PATCH v3 01/10] drivers: PL011: avoid potential unregister_driver call
` [PATCH v3 03/10] drivers: PL011: refactor pl011_shutdown()
` [PATCH v3 05/10] drivers: PL011: refactor pl011_probe()
` [PATCH v3 08/10] drivers: PL011: allow avoiding UART enabling/disabling
` [PATCH v3 09/10] drivers: PL011: allow to supply fixed option string
` [PATCH v3 10/10] drivers: PL011: add support for the ARM SBSA generic UART

[PATCH] serial: earlycon requires console support
 2015-04-11 15:21 UTC  (4+ messages)

[PATCH 0/4] drivers/tty/serial: fix Kconfig issues in crisv10.c
 2015-04-11 13:56 UTC  (5+ messages)
` [PATCH 1/4] drivers/tty/serial/crisv10.c: remove dead #ifdef block
` [PATCH 2/4] drivers/tty/serial/crisv10.c: remove dead #ifdef blocks
` [PATCH 3/4] "
` [PATCH 4/4] drivers/tty/serial/crisv10.c: rename CPP identifier CONFIG_ETRAX_SERX_DTR_RI_DSR_CD_MIXED

[Patch] tty: Re-add external interface for tty_set_termios()
 2015-04-10 12:13 UTC  (2+ messages)

[PATCH v2 1/2] tty: serial: msm: Add mask value for UART_DM registers
 2015-04-09 14:04 UTC  (5+ messages)
` [PATCH v2 2/2] tty: serial: msm: Disable pclk when port is closed


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