[PATCH 05/11] spi: omap2-mcspi: enhance pinctrl support

2013-05-31 Thread Hebbar Gururaja
Amend the spi omap controller to optionally take a pin control handle and set the state of the pins to: - "default" on boot, resume and before performing an spi transfer - "idle" after initial default, after resume default, and after each spi xfer - "sleep" on suspend() By optionally putting the

Re: [PATCH 05/11] spi: omap2-mcspi: enhance pinctrl support

2013-06-01 Thread Mark Brown
On Fri, May 31, 2013 at 03:43:05PM +0530, Hebbar Gururaja wrote: > Amend the spi omap controller to optionally take a pin control > handle and set the state of the pins to: > > - "default" on boot, resume and before performing an spi transfer > - "idle" after initial default, after resume default,

RE: [PATCH 05/11] spi: omap2-mcspi: enhance pinctrl support

2013-06-04 Thread Hebbar, Gururaja
On Sun, Jun 02, 2013 at 00:57:26, Mark Brown wrote: > On Fri, May 31, 2013 at 03:43:05PM +0530, Hebbar Gururaja wrote: > > Amend the spi omap controller to optionally take a pin control > > handle and set the state of the pins to: > > > > - "default" on boot, resume and before performing an spi tr