linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-04 09:39:04 to 2015-03-10 21:20:03 UTC [more...]

[PATCH v2 10/18] dt-bindings: Document the STM32 pin controller
 2015-03-10 21:20 UTC  (29+ messages)
  ` [PATCH v2 02/18] ARM: ARMv7M: Enlarge vector table to 256 entries
  ` [PATCH v2 16/18] ARM: dts: Introduce STM32F429 MCU
  ` [PATCH v2 04/18] clocksource: Add ARM System timer driver
  ` [PATCH v2 05/18] reset: Add reset_controller_of_init() function
  ` [PATCH v2 07/18] drivers: reset: Add STM32 reset driver
  ` [PATCH v2 11/18] pinctrl: Add pinctrl driver for STM32 MCUs
  ` [PATCH v2 12/18] dt-bindings: Document the STM32 USART bindings
  ` [PATCH v2 14/18] ARM: Add STM32 family machine

[PATCH] serial: mxs-auart: fix build failure due to broken goto statement
 2015-03-10 19:45 UTC  (2+ messages)

[RFC] With 8250 Designware UART, if writes to the LCR failed the kernel will hung up
 2015-03-10 13:25 UTC  (10+ messages)

[PATCH] serial: 8250_dw: fix 'cts-override'
 2015-03-10  0:37 UTC 

[PATCH v2 0/6] ARM: at91: fix irq_pm_install_action WARNING
 2015-03-09 22:34 UTC  (34+ messages)
` [PATCH v2 2/6] rtc: at91sam9: rework wakeup and interrupt handling
` [PATCH v2 4/6] clk: at91: implement suspend/resume for the PMC irqchip
` [PATCH v2 5/6] watchdog: at91sam9: request the irq with IRQF_NO_SUSPEND

[PATCH v3 -next 00/11] Extensible console matching & direct earlycon
 2015-03-09 20:27 UTC  (12+ messages)
` [PATCH v3 -next 01/11] console: Add extensible console matching
` [PATCH v3 -next 02/11] serial: core: Fix kernel doc for uart_console_write()
` [PATCH v3 -next 03/11] serial: 8250_early: Remove early_device variable
` [PATCH v3 -next 04/11] serial: earlycon: Move ->uartclk initialize
` [PATCH v3 -next 05/11] serial: 8250_early: Assume uart already initialized if no baud option
` [PATCH v3 -next 06/11] serial: 8250_early: Fix setup() error code
` [PATCH v3 -next 07/11] serial: earlycon: Ignore parse_options() "
` [PATCH v3 -next 08/11] serial: earlycon: Skip parse_options() if empty string
` [PATCH v3 -next 09/11] serial: earlycon: Refactor earlycon registration
` [PATCH v3 -next 10/11] serial: earlycon: Enable earlycon without command line param
` [PATCH v3 -next 11/11] serial: 8250_early: Remove setup_early_serial8250_console()

[PATCH v2 0/1] Synopsis 8250 serial port driver fix
 2015-03-09 18:51 UTC  (4+ messages)
  ` [PATCH v2 1/1] serial: 8250_dw: Fix get_mctrl behaviour

[PATCH 07/14] clockevent: Add STM32 Timer driver
 2015-03-09 17:01 UTC  (5+ messages)
    ` [PATCH 14/14] MAINTAINERS: Add entry for STM32 MCUs

[PATCH 0/4] Minimal generic wakeirq helpers
 2015-03-09 16:41 UTC  (20+ messages)
` [PATCH 1/4] PM / Wakeirq: Add minimal device wakeirq helper functions
` [PATCH 2/4] serial: 8250_omap: Move wake-up interrupt to generic wakeirq
` [PATCH 3/4] serial: omap: Switch "
` [PATCH 4/4] mmc: omap_hsmmc: Change wake-up interrupt to use "

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

[PATCH] serial:8250:8250_pci: delete unneeded quirk entries
 2015-03-09  9:31 UTC  (3+ messages)

[PATCH] serial: 8250: fix a sparse warning
 2015-03-09  9:02 UTC  (5+ messages)

[PATCH v1] serial: 8250: remove the redundant include
 2015-03-09  4:17 UTC 

[PATCH] serial: 8250: remove the redundant include
 2015-03-09  4:12 UTC  (2+ messages)

[PATCH 0/8] Fix struct clk pointer comparing
 2015-03-08 21:05 UTC  (5+ messages)
` [PATCH 1/8] clk: add helper function clk_is_match()
    ` [PATCH] clk: provide clk_is_match() dummy for non-common clk

[PATCH 1/2] serial: 8250: allow specifying iomem size in addition to address
 2015-03-08 14:30 UTC  (2+ messages)
` [PATCH 2/2] serial: of: set port iomem size from devicetree

[GIT PULL] TTY/Serial fixes for 4.0-rc3
 2015-03-08 12:52 UTC 

[PATCH v2 -next 00/13] Extensible console matching & direct earlycon
 2015-03-07 13:00 UTC  (9+ messages)
` [PATCH v2 -next 03/13] console: Add extensible console matching
` [PATCH v2 -next 10/13] serial: earlycon: Allow earlycon params with name only

[PATCH] serial:imx make of_device_id array const
 2015-03-07  2:51 UTC  (2+ messages)

[PATCH 0/5] TTY: fix tty_wait_until_sent on 64-bit machines
 2015-03-07  2:43 UTC  (9+ messages)
` [PATCH 2/5] TTY: bfin_jtag_comm: remove incorrect wait_until_sent operation
` [PATCH 3/5] USB: serial: fix infinite wait_until_sent timeout
` [PATCH 4/5] TTY: fix tty_wait_until_sent on 64-bit machines
` [PATCH 5/5] TTY: fix tty_wait_until_sent maximum timeout

[PATCH v2 00/11] powerpc: kill PPC_OF
 2015-03-07  2:32 UTC  (3+ messages)
` [PATCH v2 10/11] tty: kconfig: remove the superfluous dependency on PPC_OF

[PATCH v2 -next 00/14] OF earlycon cleanup
 2015-03-06 19:25 UTC  (15+ messages)
` [PATCH v2 -next 01/14] of: earlycon: Fix 'stdout-path' with ':' path terminator
` [PATCH v2 -next 02/14] serial: earlycon: Fixup earlycon console name and index
` [PATCH v2 -next 03/14] serial: earlycon: Emit earlycon name in the OF table
` [PATCH v2 -next 04/14] of: earlycon: Fixup earlycon console name and index
` [PATCH v2 -next 05/14] of: earlycon: Add options string handling
` [PATCH v2 -next 06/14] of: earlycon: of_setup_earlycon() requires CONFIG_OF_EARLY_FLATTREE
` [PATCH v2 -next 07/14] of: earlycon: Initialize port fields from DT properties
` [PATCH v2 -next 08/14] of: earlycon: Move address translation to of_setup_earlycon()
` [PATCH v2 -next 09/14] serial: earlycon: Common log banner for command line and DT
` [PATCH v2 -next 10/14] serial: earlycon: Show the earlycon "driver" in banner
` [PATCH v2 -next 11/14] of: earlycon: Allow multiple OF_EARLYCON_DECLARE() with same name
` [PATCH v2 -next 12/14] of: earlycon: Log more helpful message if earlycon not found
` [PATCH v2 -next 13/14] serial: 8250_early: Use port->regshift
` [PATCH v2 -next 14/14] serial: 8250_omap: Add omap8250 earlycon

[PATCH v6] drivers/tty: amba: defer DMA probe until the DMA channel is required
 2015-03-06 18:05 UTC 

[PATCH] serial:8250:8250_pci: fix redundant entry report for WCH_CH352_2S
 2015-03-06 17:13 UTC 

[PATCH -next 00/12] OF earlycon cleanup
 2015-03-06 16:05 UTC  (21+ messages)
` [PATCH -next 01/12] serial: earlycon: Fixup earlycon console name and index
` [PATCH -next 02/12] serial: earlycon: Emit earlycon name in the OF table
` [PATCH -next 03/12] of: earlycon: Fixup earlycon console name and index
` [PATCH -next 04/12] of: earlycon: Add options string handling
` [PATCH -next 05/12] of: earlycon: Initialize port fields from DT properties
` [PATCH -next 06/12] of: earlycon: Move address translation to of_setup_earlycon()
` [PATCH -next 07/12] serial: earlycon: Common log banner for command line and DT
` [PATCH -next 08/12] serial: earlycon: Id the earlycon "driver" in banner
` [PATCH -next 09/12] of: earlycon: Allow multiple OF_EARLYCON_DECLARE() with same name
` [PATCH -next 10/12] of: earlycon: Log more helpful message if earlycon not found
` [PATCH -next 11/12] serial: 8250_early: Use port->regshift
` [PATCH -next 12/12] serial: 8250_omap: Add omap8250 earlycon

[PATCH REPOST 0/2] Remove pl011 startup glitches and avoid dummy TX during startup
 2015-03-05 12:33 UTC  (7+ messages)
` [PATCH REPOST 1/2] serial/amba-pl011: Activate TX IRQ passively
` [PATCH REPOST 2/2] serial/amba-pl011: Leave the TX IRQ alone when the UART is not open

[PATCH 00/10] drivers: PL011: add ARM SBSA Generic UART support
 2015-03-05 11:15 UTC  (6+ messages)
` [PATCH 10/10] drivers: PL011: add support for the ARM SBSA generic UART


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