Re: [PATCH v3 00/11] serial: 8250: split LPSS to 8250_lpss, enable DMA on Quark

2016-05-04 Thread Andy Shevchenko
On Wed, May 4, 2016 at 1:55 AM, Greg Kroah-Hartman wrote: > On Wed, Apr 27, 2016 at 04:48:03PM +0300, Andy Shevchenko wrote: >> This is combined series of two things: >> - split out the Intel LPSS specific driver from 8250_pci into 8250_lpss >> - enable DMA support on Intel Quark UART >> >> The pa

Re: [PATCH v3 00/11] serial: 8250: split LPSS to 8250_lpss, enable DMA on Quark

2016-05-03 Thread Greg Kroah-Hartman
On Wed, Apr 27, 2016 at 04:48:03PM +0300, Andy Shevchenko wrote: > This is combined series of two things: > - split out the Intel LPSS specific driver from 8250_pci into 8250_lpss > - enable DMA support on Intel Quark UART > > The patch has been tested on few Intel SoCs / platforms. In any case I

Re: [PATCH v3 00/11] serial: 8250: split LPSS to 8250_lpss, enable DMA on Quark

2016-04-28 Thread Bryan O'Donoghue
On Wed, 2016-04-27 at 16:48 +0300, Andy Shevchenko wrote: > The patch has been tested on few Intel SoCs / platforms. In any case > I would > like to ask Bryan to do independent test. Andy. I tested out on Quark and an initial boot was successful, there was no obvious slowdown or dropped bytes. I

[PATCH v3 00/11] serial: 8250: split LPSS to 8250_lpss, enable DMA on Quark

2016-04-27 Thread Andy Shevchenko
This is combined series of two things: - split out the Intel LPSS specific driver from 8250_pci into 8250_lpss - enable DMA support on Intel Quark UART The patch has been tested on few Intel SoCs / platforms. In any case I would like to ask Bryan to do independent test. This is targeting serial s