Re: [PATCH v3 00/10] spi/pxa2xx: add Intel Lynxpoint SPI controller support

2013-02-08 Thread Mika Westerberg
On Fri, Feb 08, 2013 at 10:37:15PM +0100, Linus Walleij wrote: > On Mon, Feb 4, 2013 at 10:52 AM, Mika Westerberg > wrote: > > On Mon, Feb 04, 2013 at 05:45:49PM +0800, Mark Brown wrote: > >> On Fri, Feb 01, 2013 at 12:22:47PM +0200, Mika Westerberg wrote: > >> > >> > Mark, thank you for applying

Re: [PATCH v3 00/10] spi/pxa2xx: add Intel Lynxpoint SPI controller support

2013-02-08 Thread Linus Walleij
On Mon, Feb 4, 2013 at 10:52 AM, Mika Westerberg wrote: > On Mon, Feb 04, 2013 at 05:45:49PM +0800, Mark Brown wrote: >> On Fri, Feb 01, 2013 at 12:22:47PM +0200, Mika Westerberg wrote: >> >> > Mark, thank you for applying patches 1-4/10. Is there anything you want me >> > to do for the rest of

Re: [PATCH v3 00/10] spi/pxa2xx: add Intel Lynxpoint SPI controller support

2013-02-08 Thread Linus Walleij
On Mon, Feb 4, 2013 at 10:52 AM, Mika Westerberg mika.westerb...@linux.intel.com wrote: On Mon, Feb 04, 2013 at 05:45:49PM +0800, Mark Brown wrote: On Fri, Feb 01, 2013 at 12:22:47PM +0200, Mika Westerberg wrote: Mark, thank you for applying patches 1-4/10. Is there anything you want me to

Re: [PATCH v3 00/10] spi/pxa2xx: add Intel Lynxpoint SPI controller support

2013-02-08 Thread Mika Westerberg
On Fri, Feb 08, 2013 at 10:37:15PM +0100, Linus Walleij wrote: On Mon, Feb 4, 2013 at 10:52 AM, Mika Westerberg mika.westerb...@linux.intel.com wrote: On Mon, Feb 04, 2013 at 05:45:49PM +0800, Mark Brown wrote: On Fri, Feb 01, 2013 at 12:22:47PM +0200, Mika Westerberg wrote: Mark, thank

Re: [PATCH v3 00/10] spi/pxa2xx: add Intel Lynxpoint SPI controller support

2013-02-07 Thread Mika Westerberg
Hi Mark/Grant, On Mon, Feb 04, 2013 at 05:45:49PM +0800, Mark Brown wrote: > On Fri, Feb 01, 2013 at 12:22:47PM +0200, Mika Westerberg wrote: > > > Mark, thank you for applying patches 1-4/10. Is there anything you want me > > to do for the rest of the patches in order to get those merged? > >

Re: [PATCH v3 00/10] spi/pxa2xx: add Intel Lynxpoint SPI controller support

2013-02-07 Thread Mika Westerberg
Hi Mark/Grant, On Mon, Feb 04, 2013 at 05:45:49PM +0800, Mark Brown wrote: On Fri, Feb 01, 2013 at 12:22:47PM +0200, Mika Westerberg wrote: Mark, thank you for applying patches 1-4/10. Is there anything you want me to do for the rest of the patches in order to get those merged? I

Re: [PATCH v3 00/10] spi/pxa2xx: add Intel Lynxpoint SPI controller support

2013-02-04 Thread Mika Westerberg
On Mon, Feb 04, 2013 at 05:45:49PM +0800, Mark Brown wrote: > On Fri, Feb 01, 2013 at 12:22:47PM +0200, Mika Westerberg wrote: > > > Mark, thank you for applying patches 1-4/10. Is there anything you want me > > to do for the rest of the patches in order to get those merged? > > I stopped at

Re: [PATCH v3 00/10] spi/pxa2xx: add Intel Lynxpoint SPI controller support

2013-02-04 Thread Mark Brown
On Fri, Feb 01, 2013 at 12:22:47PM +0200, Mika Westerberg wrote: > Mark, thank you for applying patches 1-4/10. Is there anything you want me > to do for the rest of the patches in order to get those merged? I stopped at patch 4 mostly because it's very large but also because you said you were

Re: [PATCH v3 00/10] spi/pxa2xx: add Intel Lynxpoint SPI controller support

2013-02-04 Thread Mark Brown
On Fri, Feb 01, 2013 at 12:22:47PM +0200, Mika Westerberg wrote: Mark, thank you for applying patches 1-4/10. Is there anything you want me to do for the rest of the patches in order to get those merged? I stopped at patch 4 mostly because it's very large but also because you said you were

Re: [PATCH v3 00/10] spi/pxa2xx: add Intel Lynxpoint SPI controller support

2013-02-04 Thread Mika Westerberg
On Mon, Feb 04, 2013 at 05:45:49PM +0800, Mark Brown wrote: On Fri, Feb 01, 2013 at 12:22:47PM +0200, Mika Westerberg wrote: Mark, thank you for applying patches 1-4/10. Is there anything you want me to do for the rest of the patches in order to get those merged? I stopped at patch 4

Re: [PATCH v3 00/10] spi/pxa2xx: add Intel Lynxpoint SPI controller support

2013-02-01 Thread Mika Westerberg
On Fri, Feb 01, 2013 at 02:32:03PM +0800, zergmk2 wrote: > I've verified your patch and spi bus worked properly on PXA910 platform. > I used a debug tool to send data on spi bus, and I connected spi out pin > and spi in pin. > So when I read data from spi bus, it should be what I sent from spi

Re: [PATCH v3 00/10] spi/pxa2xx: add Intel Lynxpoint SPI controller support

2013-02-01 Thread Mika Westerberg
On Fri, Feb 01, 2013 at 02:32:03PM +0800, zergmk2 wrote: I've verified your patch and spi bus worked properly on PXA910 platform. I used a debug tool to send data on spi bus, and I connected spi out pin and spi in pin. So when I read data from spi bus, it should be what I sent from spi bus.