Hi,
On Wednesday, February 24, 2016 02:01:59 PM Caesar Wang wrote:
Hi,This fixes the problem for me (tested on Samsung Exynos4412 SoC
Thanks Dinh & Alexander for the intergration testing.
---
@Dinh,
Can you test it again with the patch[0]?
patch[0]:
https://patchwork.kernel.org/patch/8398511/
based Trats2 board).
You may add:
Tested-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@xxxxxxxxxxx>
to your patch.
Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
-
Caesar
å 2016å02æ23æ 23:14, Dinh Nguyen åé:
Hi,
Sorry that I couldn't get to this sooner.
On 02/18/2016 10:07 AM, Alexander Kochetkov wrote:
Hello!SoCFPGA is using the 8250_dw.c uart driver.
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?This case still fails for me.
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 andThis case works and the UART is able to operate in DMA mode.
dst_maxburst to 1 inside UART driver to see is it works?
Dinh