[PATCH v2 2/3] serial: mxs-auart: add the DMA support for mx28
From: Lauri Hintsala <hidden>
Date: 2012-11-15 11:51:52
Also in:
linux-serial
From: Lauri Hintsala <hidden>
Date: 2012-11-15 11:51:52
Also in:
linux-serial
Hi, On 11/15/2012 11:11 AM, Huang Shijie wrote:
quoted
I tested linux-next-20121114 on apx4devkit (imx28 based device) and I got the same error message: # stty -F /dev/ttyAPP0 crtscts; microcom /dev/ttyAPP0 -s 115200 [ 133.710000] mxs-auart 8006a000.serial: step 1 error [ 133.720000] mxs-auart 8006a000.serial: We can not start up the DMA.Could you test this patch?
I don't get error messages with your latest patch but the CPU freezes after it has received first byte. Freezing happens only if flow control (and of course DMA) is enabled. Sending data doesn't freeze the CPU. Are you able to send data without freezing? I used busybox's microcom to transfer data. Lauri