Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1337489
| From | Alexander Kochetkov <al.kochet@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: commit 271e1b86e691 is breaking DMA uart on SoCFPGA |
| Date | 2016-02-18 17:10 +0100 |
| Message-ID | <r3zjs-84l-9@gated-at.bofh.it> (permalink) |
| References | <r0Vgv-6mz-21@gated-at.bofh.it> <r0Vgv-6mz-19@gated-at.bofh.it> <r38jg-5Bd-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hello!
Bartlomiej, could you please tell what uart driver is used on Samsung
Exynos4412?
Dinh, could you please tell what uart driver is used on SoCFPGA?
Could you make two test?
1) Checkout tree at commit 848e9776fee4 "dmaengine: pl330: support
burst mode for
dev-to-mem and mem-to-dev transmit", make it buildable and see is it
works. In order to make in buildable remove bursts argument from the
line:
if (*bursts == 1)
- return _bursts(pl330, dry_run, buf, pxs, 1);
+ return _bursts(dry_run, buf, pxs, 1);
2) Checkout next-20160211 kernel tree and set src_maxburst and
dst_maxburst to 1 inside UART driver to see is it works?
Regards,
Alexander.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: commit 271e1b86e691 is breaking DMA uart on SoCFPGA Vinod Koul <vinod.koul@intel.com> - 2016-02-11 10:00 +0100
Re: commit 271e1b86e691 is breaking DMA uart on SoCFPGA Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2016-02-17 12:20 +0100
Re: commit 271e1b86e691 is breaking DMA uart on SoCFPGA Alexander Kochetkov <al.kochet@gmail.com> - 2016-02-18 17:10 +0100
Re: commit 271e1b86e691 is breaking DMA uart on SoCFPGA Alexander Kochetkov <al.kochet@gmail.com> - 2016-02-19 08:00 +0100
csiph-web