Re: [PATCH v1 12/12] serial: 8250_lpss: enable DMA on Intel Quark UART
From: Bryan O'Donoghue
Date: Mon Apr 11 2016 - 11:35:41 EST
On Thu, 2016-04-07 at 23:37 +0300, Andy Shevchenko wrote:
Preface. I tried this on Galileo and it appears to work. I'll do some
throughput testing to verify but, initially the results are positive :)
> + lpss->dma_maxburst = 8;
Are these dwords ? If those are bytes then the maxburst value looks
small. In the BSP the max burst is 32 bytes.
---
bod