[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1443616023-28625-1-git-send-email-ivan.ivanov@linaro.org>
Date: Wed, 30 Sep 2015 15:26:57 +0300
From: "Ivan T. Ivanov" <ivan.ivanov@...aro.org>
To: Andy Gross <agross@...eaurora.org>
Cc: David Brown <davidb@...eaurora.org>,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jslaby@...e.com>,
Frank Rowand <frank.rowand@...ymobile.com>,
Rob Herring <robh+dt@...nel.org>,
Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-msm@...r.kernel.org, linux-soc@...r.kernel.org,
linux-serial@...r.kernel.org
Subject: [PATCH v3 0/6] tty: serial: msm: Add DMA support and fix bit definitions
Hi,
This is the third version of patches which add 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], because it did not make 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 | 622 +++++++++++++++++++--
drivers/tty/serial/msm_serial.h | 53 +-
3 files changed, 607 insertions(+), 74 deletions(-)
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists