Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1236220
| From | "Ivan T. Ivanov" <ivan.ivanov@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/6] tty: serial: msm: Add DMA support and fix bit definitions |
| Date | 2015-09-30 14:10 +0200 |
| Message-ID | <qeomS-4wT-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/6] tty: serial: msm: Add DMA support and fix bit definitions "Ivan T. Ivanov" <ivan.ivanov@linaro.org> - 2015-09-30 14:10 +0200
[PATCH v2 1/6] tty: serial: msm: Add mask value for UART_DM registers "Ivan T. Ivanov" <ivan.ivanov@linaro.org> - 2015-09-30 14:10 +0200
[PATCH v2 6/6] tty: serial: msm: Remove 115.2 Kbps maximum baud rate limitation "Ivan T. Ivanov" <ivan.ivanov@linaro.org> - 2015-09-30 14:10 +0200
[PATCH v2 3/6] tty: serial: msm: Add msm prefix to all driver functions "Ivan T. Ivanov" <ivan.ivanov@linaro.org> - 2015-09-30 14:20 +0200
[PATCH v2 5/6] tty: serial: msm: Add RX DMA support "Ivan T. Ivanov" <ivan.ivanov@linaro.org> - 2015-09-30 14:20 +0200
Re: [PATCH v2 5/6] tty: serial: msm: Add RX DMA support Mark Rutland <mark.rutland@arm.com> - 2015-09-30 15:40 +0200
[PATCH v2 2/6] tty: serial: msm: replaces (1 << x) with BIT(x) macro "Ivan T. Ivanov" <ivan.ivanov@linaro.org> - 2015-09-30 14:20 +0200
Re: [PATCH v2 0/6] tty: serial: msm: Add DMA support and fix bit definitions "Ivan T. Ivanov" <iivanov.xz@gmail.com> - 2015-09-30 14:20 +0200
csiph-web