linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-18 10:11:09 to 2017-05-29 12:30:46 UTC [more...]

[PATCH v3 00/10] serial/gpio: exar: Fixes and support for IOT2000
 2017-05-29 12:30 UTC  (20+ messages)
` [PATCH v3 01/10] serial: exar: Leave MPIOs as output for Commtech adapters
` [PATCH v3 02/10] gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cards
` [PATCH v3 03/10] gpio-exar/8250-exar: Fix passing in of parent PCI device
` [PATCH v3 04/10] gpio: exar: Allocate resources on behalf of the platform device
` [PATCH v3 05/10] gpio: exar: Fix iomap request
` [PATCH v3 06/10] gpio: exar: Fix reading of directions and values
` [PATCH v3 07/10] gpio-exar/8250-exar: Rearrange gpiochip parenthood
` [PATCH v3 08/10] gpio: exar: Refactor address and bit calculations
` [PATCH v3 09/10] gpio-exar/8250-exar: Make set of exported GPIOs configurable
` [PATCH v3 10/10] serial: exar: Add support for IOT2040 device

CPU_BIG_ENDIAN in generic code (was: Re: [PATCH v3 3/7] arch/sparc: Define config parameter CPU_BIG_ENDIAN)
 2017-05-29 12:15 UTC  (14+ messages)

[PATCH v8 net-next 00/17] net: qualcomm: add QCA7000 UART driver
 2017-05-29 11:57 UTC  (18+ messages)
` [PATCH v8 net-next 01/17] net: qualcomm: qca_7k: clean up header includes
` [PATCH v8 net-next 02/17] net: qca_framing: use u16 for frame offset
` [PATCH v8 net-next 03/17] net: qca_7k: Use BIT macro
` [PATCH v8 net-next 04/17] net: qca_spi: Use SET_NETDEV_DEV()
` [PATCH v8 net-next 05/17] net: qualcomm: use net_device_ops instead of direct call
  ` [PATCH v8 net-next 06/17] net: qualcomm: Improve readability of length defines
` [PATCH v8 net-next 07/17] net: qca_spi: remove QCASPI_MTU
` [PATCH v8 net-next 08/17] net: qualcomm: move qcaspi_tx_cmd to qca_spi.c
` [PATCH v8 net-next 09/17] net: qca_spi: Clarify MODULE_DESCRIPTION
` [PATCH v8 net-next 10/17] net: qualcomm: rename qca_framing.c to qca_7k_common.c
` [PATCH v8 net-next 11/17] net: qualcomm: prepare frame decoding for UART driver
` [PATCH v8 net-next 12/17] net: qualcomm: make qca_7k_common a separate kernel module
` [PATCH v8 net-next 13/17] dt-bindings: qca7000-spi: Rework binding
` [PATCH v8 net-next 14/17] dt-bindings: qca7000: rename binding
` [PATCH v8 net-next 15/17] dt-bindings: slave-device: add current-speed property
` [PATCH v8 net-next 16/17] dt-bindings: qca7000: append UART interface to binding
` [PATCH v8 net-next 17/17] net: qualcomm: add QCA7000 UART driver

[PATCH v3] serial: 8250_of: Add reset support
 2017-05-29  9:57 UTC 

[PATCH v2] serial: 8250_of: Add reset support
 2017-05-29  9:57 UTC  (3+ messages)

[PATCH 0/6] tty: serial: lpuart: add imx7ulp support
 2017-05-28  0:04 UTC  (3+ messages)
` [PATCH 6/6] tty: serial: lpuart: add a more accurate baud rate calculation method

[GIT PULL] TTY/Serial fixes for 4.12-rc3
 2017-05-27 10:01 UTC 

[PATCH 0/8] serial/gpio: exar: Fixes and support for IOT2000
 2017-05-26 18:38 UTC  (21+ messages)
` [PATCH 1/8] serial: exar: Preconfigure xr17v35x MPIOs as output
` [PATCH 3/8] gpio: exar: Allocate resources on behalf of the platform device
` [PATCH 5/8] gpio: exar: Fix reading of directions and values
` [PATCH 8/8] serial: exar: Add support for IOT2040 device

[PATCH 0/2] Add basic support for Mediatek MT2712 SoC
 2017-05-26 14:33 UTC  (6+ messages)
` [PATCH 1/2] Document: DT: Add bindings for Mediatek MT2712 SoC Platform
` [PATCH 2/2] arm64: dts: Add Mediatek SoC MT2712 and evaluation board dts and Makefile

[PATCH] serial: uartps: Fix kernel doc warnings
 2017-05-26 11:13 UTC 

[PATCH v5 0/3] printk: fix double printing with earlycon
 2017-05-26  9:37 UTC  (9+ messages)
` [PATCH v9 3/3] "

[PATCH] serial: 8250_of: Add reset support
 2017-05-26  1:54 UTC  (3+ messages)

[BUG] tty/serial: stty hangs for 30 seconds after interrupted transfer
 2017-05-25 22:34 UTC  (3+ messages)

[PATCH v6 net-next 00/17] net: qualcomm: add QCA7000 UART driver
 2017-05-25 17:13 UTC  (31+ messages)
` [PATCH v6 net-next 01/17] net: qualcomm: remove unnecessary includes
` [PATCH v6 net-next 02/17] net: qca_framing: use u16 for frame offset
` [PATCH v6 net-next 03/17] net: qca_7k: Use BIT macro
` [PATCH v6 net-next 04/17] net: qca_spi: Use SET_NETDEV_DEV()
` [PATCH v6 net-next 05/17] net: qualcomm: use net_device_ops instead of direct call
` [PATCH v6 net-next 06/17] net: qualcomm: Improve readability of length defines
` [PATCH v6 net-next 07/17] net: qca_spi: remove QCASPI_MTU
` [PATCH v6 net-next 08/17] net: qualcomm: move qcaspi_tx_cmd to qca_spi.c
` [PATCH v6 net-next 09/17] net: qca_spi: Clarify MODULE_DESCRIPTION
` [PATCH v6 net-next 10/17] net: qualcomm: rename qca_framing.c to qca_7k_common.c
` [PATCH v6 net-next 11/17] net: qualcomm: prepare frame decoding for UART driver
` [PATCH v6 net-next 12/17] net: qualcomm: make qca_7k_common a separate kernel module
` [PATCH v6 net-next 13/17] dt-bindings: qca7000-spi: Rework binding
` [PATCH v6 net-next 14/17] dt-bindings: qca7000: rename binding
` [PATCH v6 net-next 15/17] dt-bindings: slave-device: add current-speed property
  ` [PATCH v6 net-next 16/17] dt-bindings: qca7000: append UART interface to binding
  ` [PATCH v6 net-next 17/17] net: qualcomm: add QCA7000 UART driver
              ` [PATCH v7 "
            ` [PATCH RESEND "
            ` Aw: Re: [PATCH v6 "

[PATCH 1/1] xilinx ps uart: Adding a kernel parameter for the number of xilinx ps uarts
 2017-05-25 15:33 UTC  (13+ messages)

[PATCH V1] serial: imx: revert setup DCEDTE early and ensure DCD and RI irqs to be off
 2017-05-24 16:08 UTC  (15+ messages)

gpio-exar: Why filtering out Commtech devices?
 2017-05-23 21:16 UTC  (8+ messages)

[PATCH v3 0/4] tty/serial: meson_uart: add support for core clock handling
 2017-05-23  8:37 UTC  (2+ messages)

[PATCH V2 2/6] tty: serial: lpuart: add little endian 32 bit register support
 2017-05-23  5:24 UTC  (10+ messages)
` [V2, "

[PATCH v2 0/6] serial/gpio: exar: Fixes and support for IOT2000
 2017-05-22 17:04 UTC  (25+ messages)
` [PATCH v2 1/6] gpio: exar: Fix passing in of parent PCI device
` [PATCH v2 2/6] gpio: exar: Allocate resources on behalf of the platform device
` [PATCH v2 3/6] gpio: exar: Fix iomap request
` [PATCH v2 4/6] gpio: exar: Fix reading of directions and values
` [PATCH v2 5/6] gpio-exar/8250-exar: Make set of exported GPIOs configurable
` [PATCH v2 6/6] serial: exar: Add support for IOT2040 device

[PATCH] serial: meson: hide an unused function
 2017-05-22 13:37 UTC 

[PATCH] serial: sh-sci: Update warning message in sci_request_dma_chan()
 2017-05-22 13:15 UTC 

[PATCH] serial: of_serial: remove NULL pointer check for clk_disable_unprepare
 2017-05-20 19:04 UTC  (2+ messages)

[PATCH] serial: 8250: Add CAP_MINI, set for bcm2835aux
 2017-05-19 18:09 UTC  (2+ messages)

[PATCH v5 00/17] net: qualcomm: add QCA7000 UART driver
 2017-05-19 12:37 UTC  (11+ messages)
` [PATCH v5 15/17] dt-bindings: qca7000: append UART interface to binding
` [PATCH v5 16/17] tty: serdev-ttyport: return actual baudrate from ttyport_set_baudrate

[PATCH V2 0/6] tty: serial: lpuart: add imx7ulp support
 2017-05-19 11:50 UTC  (6+ messages)
` [PATCH V2 6/6] tty: serial: lpuart: add a more accurate baud rate calculation method

[PATCH 0/4] serdev: fix broken lifetime assumptions
 2017-05-18 15:39 UTC  (5+ messages)
` [PATCH 3/4] tty/serdev: add serdev registration interface

[PATCH v2 0/2] serdev: fix broken lifetime assumptions
 2017-05-18 15:33 UTC  (3+ messages)
` [PATCH v2 1/2] tty/serdev: add serdev registration interface
` [PATCH v2 2/2] serial: enable serdev support

[PATCH-stable] serial: samsung: Bring back removed variable to fix compilation
 2017-05-18 13:16 UTC  (4+ 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).