Re: [PATCH 3/3] i2c/at91: adopt pinctrl support

2014-10-20 Thread Kevin Hilman
Wenyou Yang writes: > Amend the i2c at91 pin controller to optionally take a pin control > handle and set the state of the pins to: > > - "default" on boot, resume and before performing an transfer > - "sleep" on suspend() > > This should make it possible to optimize energy usage for the pins > b

Re: [PATCH 3/3] i2c/at91: adopt pinctrl support

2014-10-20 Thread Ludovic Desroches
On Mon, Oct 20, 2014 at 11:42:14AM +0800, Wenyou Yang wrote: > Amend the i2c at91 pin controller to optionally take a pin control > handle and set the state of the pins to: > > - "default" on boot, resume and before performing an transfer > - "sleep" on suspend() > > This should make it possible