linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-13 23:15:19 to 2015-03-04 09:39:04 UTC [more...]

[PATCH 0/5] TTY: fix tty_wait_until_sent on 64-bit machines
 2015-03-04  9:39 UTC  (3+ messages)
` [PATCH 1/5] net: irda: fix wait_until_sent poll timeout
` [PATCH 2/5] TTY: bfin_jtag_comm: remove incorrect wait_until_sent operation

[PATCH 0/8] Fix struct clk pointer comparing
 2015-03-04  8:55 UTC  (32+ messages)
` [PATCH 1/8] clk: add helper function clk_is_match()
      ` [alsa-devel] "
` [PATCH 2/8] ARM: imx: fix struct clk pointer comparing
` [PATCH 3/8] drm: armada: "
` [PATCH 4/8] pwm: atmel-hlcdc: "
` [PATCH 5/8] serial: samsung: "
` [PATCH 6/8] ASoC: fsl_esai: "
` [PATCH 7/8] ASoC: fsl_spdif: "
` [PATCH 8/8] ASoC: kirkwood: "

[PATCH v2 0/6] ARM: at91: fix irq_pm_install_action WARNING
 2015-03-04  1:43 UTC  (11+ messages)
` [PATCH v2 1/6] PM / wakeup: export pm_system_wakeup symbol
  ` [PATCH v2 2/6] rtc: at91sam9: rework wakeup and interrupt handling
  ` [PATCH v2 5/6] watchdog: at91sam9: request the irq with IRQF_NO_SUSPEND
` [PATCH v2 3/6] rtc: at91rm9200: rework wakeup and interrupt handling
` [PATCH v2 4/6] clk: at91: implement suspend/resume for the PMC irqchip
` [PATCH v2 6/6] tty: serial: atmel: rework interrupt and wakeup handling

[PATCH v2 02/18] ARM: ARMv7M: Enlarge vector table to 256 entries
 2015-03-03 19:43 UTC  (13+ messages)
  ` [PATCH v2 04/18] clocksource: Add ARM System timer driver
  ` [PATCH v2 14/18] ARM: Add STM32 family machine
      ` [PATCH v2 16/18] ARM: dts: Introduce STM32F429 MCU

[PATCH v2] serial/8250_dw: use platform_get_irq() instead of platform_get_resource()
 2015-03-03 15:59 UTC  (6+ messages)

[PATCH] serial/8250_dw: use platform_get_irq() instead of platform_get_resource()
 2015-03-03  8:41 UTC 

[PATCH V3 0/7] serial: Configure {big,native}-endian MMIO accesses via DT
 2015-03-02 18:57 UTC  (16+ messages)
` [PATCH V3 3/7] of: Document {little,big,native}-endian bindings
` [PATCH V3 5/7] serial: earlycon: Set UPIO_MEM32BE based on DT properties

[PATCH] serial:imx make of_device_id array const
 2015-03-02  7:08 UTC 

[PATCH -next 00/13] Extensible console matching & direct earlycon
 2015-03-01 17:40 UTC  (24+ messages)
` [PATCH -next 01/13] serial: earlycon: Refactor parse_options into serial core
` [PATCH -next 02/13] console: Preserve index after console setup()
` [PATCH -next 03/13] console: Add extensible console matching
` [PATCH -next 04/13] serial: core: Fix kernel doc for uart_console_write()
` [PATCH -next 05/13] serial: 8250_early: Remove early_device variable
` [PATCH -next 06/13] serial: earlycon: Move ->uartclk initialize
` [PATCH -next 07/13] serial: 8250_early: Assume uart already initialized if no baud option
` [PATCH -next 08/13] serial: 8250_early: Fix setup() error code
` [PATCH -next 09/13] serial: earlycon: Ignore parse_options() "
` [PATCH -next 10/13] serial: earlycon: Allow earlycon params with name only
` [PATCH -next 11/13] serial: earlycon: Refactor earlycon registration
` [PATCH -next 12/13] serial: earlycon: Enable earlycon without command line param
` [PATCH -next 13/13] serial: 8250_early: Remove setup_early_serial8250_console()

[PATCH v2 -next 00/13] Extensible console matching & direct earlycon
 2015-03-01 16:05 UTC  (14+ messages)
` [PATCH v2 -next 01/13] serial: earlycon: Refactor parse_options into serial core
` [PATCH v2 -next 02/13] console: Preserve index after console setup()
` [PATCH v2 -next 03/13] console: Add extensible console matching
` [PATCH v2 -next 04/13] serial: core: Fix kernel doc for uart_console_write()
` [PATCH v2 -next 05/13] serial: 8250_early: Remove early_device variable
` [PATCH v2 -next 06/13] serial: earlycon: Move ->uartclk initialize
` [PATCH v2 -next 07/13] serial: 8250_early: Assume uart already initialized if no baud option
` [PATCH v2 -next 08/13] serial: 8250_early: Fix setup() error code
` [PATCH v2 -next 09/13] serial: earlycon: Ignore parse_options() "
` [PATCH v2 -next 10/13] serial: earlycon: Allow earlycon params with name only
` [PATCH v2 -next 11/13] serial: earlycon: Refactor earlycon registration
` [PATCH v2 -next 12/13] serial: earlycon: Enable earlycon without command line param
` [PATCH v2 -next 13/13] serial: 8250_early: Remove setup_early_serial8250_console()

[PATCH] serial: core: Fix iotype userspace breakage
 2015-03-01 16:03 UTC  (3+ messages)

[PATCH] tty: serial: Fix spelling of Medfield
 2015-03-01  7:54 UTC 

[PATCH] tty: serial: Fixed misspelling of 'Medfield' in Kconfig
 2015-03-01  7:41 UTC  (2+ messages)

[PATCH 1/5] serial: atmel: fix error handling when mctrl_gpio_init fails
 2015-02-27 20:49 UTC  (3+ messages)

[PATCH v2 0/5] tty/serial: at91: fix bugs when using multiple serials
 2015-02-27  8:07 UTC  (6+ messages)
` [PATCH v2 1/5] tty/serial: at91: correct check of buf used in DMA
` [PATCH v2 2/5] tty/serial: at91: correct buffer size "
` [PATCH v2 3/5] tty/serial: at91: revise the return type of atmel_init_property
` [PATCH v2 4/5] tty/serial: at91: set ops in property init each time
` [PATCH v2 5/5] tty/serial: at91: correct the usage of tasklet

[PATCH 0/5] tty/serial: at91: fix bugs when using multiple serials
 2015-02-27  7:38 UTC  (8+ messages)
` [PATCH 1/5] tty/serial: at91: correct check of buf used in DMA
` [PATCH 2/5] tty/serial: at91: correct buffer size "
` [PATCH 3/5] tty/serial: at91: revise the return type of atmel_init_property
` [PATCH 4/5] tty/serial: at91: set ops in property init each time
` [PATCH 5/5] tty/serial: at91: correct the usage of tasklet

[PATCH 0/1] Synopsis 8250 serial port driver fix
 2015-02-27  0:35 UTC  (7+ messages)
    ` [PATCH 1/1] serial: 8250_dw: Fix get_mctrl behaviour
` [PATCH v2 0/1] Synopsis 8250 serial port driver fix
  ` [PATCH v2 1/1] serial: 8250_dw: Fix get_mctrl behaviour

[PATCH v2 00/11] powerpc: kill PPC_OF
 2015-02-26 12:08 UTC  (2+ messages)
` [PATCH v2 10/11] tty: kconfig: remove the superfluous dependency on PPC_OF

[PATCH] serial: pl010 is no longer broken
 2015-02-25 16:04 UTC  (3+ messages)

[PATCH] tty: serial: xilinx_uartps: Use Macro for ttyPS0
 2015-02-24 23:13 UTC 

[PATCH v2 0/7] serial: imx: a fix, cleanups and rs485 support
 2015-02-24 10:17 UTC  (8+ messages)
` [PATCH v2 1/7] serial: imx: Fix clearing of receiver overrun flag
` [PATCH v2 2/7] serial: imx: remove long dead code
` [PATCH v2 3/7] serial: imx: drop members from driver data that are only used during probe
` [PATCH v2 4/7] serial: imx: reformat and cleanup copyright header
` [PATCH v2 5/7] serial: imx: fix comment about which machines use the i.MX21 type
` [PATCH v2 6/7] serial: imx: drop support for IRDA
` [PATCH v2 7/7] serial: imx: add support for half duplex rs485

[PATCH] tty: serial: s/Medfile/Medfield
 2015-02-23  0:26 UTC 

[PATCH 1/7] serial: imx: drop members from driver data that are only used during probe
 2015-02-21  8:58 UTC  (16+ messages)
` [PATCH 2/7] serial: imx: reformat and cleanup copyright header
` [PATCH 3/7] serial: imx: fix comment about which machines use the i.MX21 type
` [PATCH 4/7] serial: imx: drop support for IRDA
` [PATCH 5/7] serial: imx: Fix handling of receiver overrun
` [PATCH 6/7] serial: imx: remove long dead code
` [PATCH 7/7] serial: imx: add support for half duplex rs485
  ` [PATCH 7'/7] fixup! "

[PATCH 7/7 linux-next] serial: core: replace current->state by __set_current_state()
 2015-02-20 18:12 UTC 

[PATCH 02/14] ARM: ARMv7M: Enlarge vector table to 256 entries
 2015-02-19 16:35 UTC  (25+ messages)
  ` [PATCH 12/14] ARM: dts: Introduce STM32F429 MCU
` [PATCH 00/14] Add support to STMicroelectronics STM32 family
  ` [PATCH 05/14] ARM: call reset_controller_of_init from default time_init handler
    ` [PATCH 03/14] clocksource: Add ARM System timer driver
  ` [PATCH 06/14] drivers: reset: Add STM32 reset driver

[PATCH 00/10] drivers: PL011: add ARM SBSA Generic UART support
 2015-02-17 16:16 UTC  (4+ messages)
` [PATCH 10/10] drivers: PL011: add support for the ARM SBSA generic UART

Usb serial driver change question in the linux kernel
 2015-02-16  5:12 UTC  (3+ messages)

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

[GIT PULL] TTY/Serial patches for 3.20-rc1
 2015-02-15 15:13 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).