devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] tty: serial: msm: Add DMA support and fix bit definitions
@ 2015-09-30 12:08 Ivan T. Ivanov
  2015-09-30 12:08 ` [PATCH v2 1/6] tty: serial: msm: Add mask value for UART_DM registers Ivan T. Ivanov
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Ivan T. Ivanov @ 2015-09-30 12:08 UTC (permalink / raw)
  To: Andy Gross
  Cc: David Brown, Srinivas Kandagatla, Greg Kroah-Hartman, Jiri Slaby,
	Frank Rowand, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell,
	devicetree, linux-kernel, linux-arm-msm, linux-soc, linux-serial

Hi,

This is second version of patches which DMA support for UARTDM type
of hardware found in Qualcomm chip sets.

Changes since v0 (https://lkml.org/lkml/2015/9/12/108):

* Fixed SysRq issue reported by Srini.
* Dropped [PATCH 3/7], which did not make any functional change.

Ivan T. Ivanov (4):
  tty: serial: msm: Add msm prefix to all driver functions
  tty: serial: msm: Add TX DMA support
  tty: serial: msm: Add RX DMA support
  tty: serial: msm: Remove 115.2 Kbps maximum baud rate limitation

Pramod Gurav (2):
  tty: serial: msm: Add mask value for UART_DM registers
  tty: serial: msm: replaces (1 << x) with BIT(x) macro

 .../devicetree/bindings/serial/qcom,msm-uartdm.txt |   6 +
 drivers/tty/serial/msm_serial.c                    | 620 +++++++++++++++++++--
 drivers/tty/serial/msm_serial.h                    |  53 +-
 3 files changed, 606 insertions(+), 73 deletions(-)

--
1.9.1

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-09-30 20:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-30 12:08 [PATCH v2 0/6] tty: serial: msm: Add DMA support and fix bit definitions Ivan T. Ivanov
2015-09-30 12:08 ` [PATCH v2 1/6] tty: serial: msm: Add mask value for UART_DM registers Ivan T. Ivanov
2015-09-30 12:08 ` [PATCH v2 2/6] tty: serial: msm: replaces (1 << x) with BIT(x) macro Ivan T. Ivanov
2015-09-30 12:08 ` [PATCH v2 3/6] tty: serial: msm: Add msm prefix to all driver functions Ivan T. Ivanov
2015-09-30 12:08 ` [PATCH v2 4/6] tty: serial: msm: Add TX DMA support Ivan T. Ivanov
2015-09-30 13:29   ` Mark Rutland
2015-09-30 13:51     ` Ivan T. Ivanov
2015-09-30 17:32       ` Mark Rutland
2015-09-30 20:24         ` Andy Gross
2015-09-30 12:08 ` [PATCH v2 5/6] tty: serial: msm: Add RX " Ivan T. Ivanov
2015-09-30 13:30   ` Mark Rutland
2015-09-30 12:08 ` [PATCH v2 6/6] tty: serial: msm: Remove 115.2 Kbps maximum baud rate limitation Ivan T. Ivanov
     [not found] ` <1443614906-2196-1-git-send-email-ivan.ivanov-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-09-30 12:12   ` [PATCH v2 0/6] tty: serial: msm: Add DMA support and fix bit definitions Ivan T. Ivanov

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