Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1232490 > unrolled thread
| Started by | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| First post | 2015-09-25 01:30 +0200 |
| Last post | 2015-09-29 14:00 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 0/7] tty: serial: msm: Add DMA support and fix bit definitions Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2015-09-25 01:30 +0200
Re: [PATCH 0/7] tty: serial: msm: Add DMA support and fix bit definitions "Ivan T. Ivanov" <ivan.ivanov@linaro.org> - 2015-09-28 10:00 +0200
Re: [PATCH 0/7] tty: serial: msm: Add DMA support and fix bit definitions "Ivan T. Ivanov" <ivan.ivanov@linaro.org> - 2015-09-29 14:00 +0200
| From | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| Date | 2015-09-25 01:30 +0200 |
| Subject | Re: [PATCH 0/7] tty: serial: msm: Add DMA support and fix bit definitions |
| Message-ID | <qco7D-Th-7@gated-at.bofh.it> |
Hi Ivan, On 12/09/15 14:02, Ivan T. Ivanov wrote: > Hi, > > Following patches add DMA support for UARTDM type of hardware. > > Changes have been tested on UARTDM v1.3(APQ8064) and v1.4(APQ8016). > > Patches from Gurav were published long ago here[1], I just addressed > remaining comments and coding style issues. > > Any comments are welcome. Looks like Magic Sysrq is broken with this patches. --srini > > Regards, > Ivan > > Ivan T. Ivanov (5): > tty: serial: msm: Fix command Stale Event Enable definition > 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 > > [1] http://www.spinics.net/lists/linux-serial/msg16874.html > > > .../devicetree/bindings/serial/qcom,msm-uartdm.txt | 6 + > drivers/tty/serial/msm_serial.c | 616 +++++++++++++++++++-- > drivers/tty/serial/msm_serial.h | 55 +- > 3 files changed, 604 insertions(+), 73 deletions(-) > > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- 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/
[toc] | [next] | [standalone]
| From | "Ivan T. Ivanov" <ivan.ivanov@linaro.org> |
|---|---|
| Date | 2015-09-28 10:00 +0200 |
| Subject | Re: [PATCH 0/7] tty: serial: msm: Add DMA support and fix bit definitions |
| Message-ID | <qdBvQ-7TG-15@gated-at.bofh.it> |
| In reply to | #1232490 |
On Fri, 2015-09-25 at 00:27 +0100, Srinivas Kandagatla wrote: > Hi Ivan, > On 12/09/15 14:02, Ivan T. Ivanov wrote: > > Hi, > > > > Following patches add DMA support for UARTDM type of hardware. > > > > Changes have been tested on UARTDM v1.3(APQ8064) and v1.4(APQ8016). > > > > Patches from Gurav were published long ago here[1], I just addressed > > remaining comments and coding style issues. > > > > Any comments are welcome. > Looks like Magic Sysrq is broken with this patches. Will check it shortly. Thanks, Ivan -- 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/
[toc] | [prev] | [next] | [standalone]
| From | "Ivan T. Ivanov" <ivan.ivanov@linaro.org> |
|---|---|
| Date | 2015-09-29 14:00 +0200 |
| Subject | Re: [PATCH 0/7] tty: serial: msm: Add DMA support and fix bit definitions |
| Message-ID | <qe1JE-5BG-23@gated-at.bofh.it> |
| In reply to | #1232490 |
On Fri, 2015-09-25 at 00:27 +0100, Srinivas Kandagatla wrote: > Hi Ivan, > On 12/09/15 14:02, Ivan T. Ivanov wrote: > > Hi, > > > > Following patches add DMA support for UARTDM type of hardware. > > > > Changes have been tested on UARTDM v1.3(APQ8064) and v1.4(APQ8016). > > > > Patches from Gurav were published long ago here[1], I just addressed > > remaining comments and coding style issues. > > > > Any comments are welcome. > Looks like Magic Sysrq is broken with this patches. Oh, sorry. Interrupts have to be enabled during SysRq processing. I will send updated patch-set. Regards, Ivan -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web