Re: [PATCH] gpio/omap: fix invalid context restore of gpio bank-0

2012-07-02 Thread Kevin Hilman
+ Neil Brown Hi Jon, Jon Hunter jon-hun...@ti.com writes: Currently the gpio _runtime_resume/suspend functions are calling the get_context_loss_count() platform function if the function is populated for a gpio bank. This function is used to determine if the gpio bank logic state needs to be

Re: [PATCH] gpio/omap: fix invalid context restore of gpio bank-0

2012-07-02 Thread Jon Hunter
On 07/01/2012 03:45 AM, Tony Lindgren wrote: * Shilimkar, Santosh santosh.shilim...@ti.com [120629 21:23]: On Fri, Jun 29, 2012 at 10:52 PM, Jon Hunter jon-hun...@ti.com wrote: Currently the gpio _runtime_resume/suspend functions are calling the get_context_loss_count() platform function if

Re: [PATCH] gpio/omap: fix invalid context restore of gpio bank-0

2012-07-02 Thread Jon Hunter
On 07/02/2012 01:07 PM, Kevin Hilman wrote: + Neil Brown Hi Jon, Jon Hunter jon-hun...@ti.com writes: Currently the gpio _runtime_resume/suspend functions are calling the get_context_loss_count() platform function if the function is populated for a gpio bank. This function is used to

Re: [PATCH] gpio/omap: fix invalid context restore of gpio bank-0

2012-07-02 Thread NeilBrown
On Mon, 2 Jul 2012 13:26:38 -0500 Jon Hunter jon-hun...@ti.com wrote: On 07/02/2012 01:07 PM, Kevin Hilman wrote: + Neil Brown Hi Jon, Jon Hunter jon-hun...@ti.com writes: Currently the gpio _runtime_resume/suspend functions are calling the get_context_loss_count() platform

Re: [PATCH] gpio/omap: fix invalid context restore of gpio bank-0

2012-07-02 Thread Kevin Hilman
NeilBrown ne...@suse.de writes: On Mon, 2 Jul 2012 13:26:38 -0500 Jon Hunter jon-hun...@ti.com wrote: On 07/02/2012 01:07 PM, Kevin Hilman wrote: + Neil Brown Hi Jon, Jon Hunter jon-hun...@ti.com writes: Currently the gpio _runtime_resume/suspend functions are calling the

Re: [PATCH] gpio/omap: fix invalid context restore of gpio bank-0

2012-07-02 Thread Jon Hunter
On 07/02/2012 07:05 PM, Kevin Hilman wrote: NeilBrown ne...@suse.de writes: On Mon, 2 Jul 2012 13:26:38 -0500 Jon Hunter jon-hun...@ti.com wrote: On 07/02/2012 01:07 PM, Kevin Hilman wrote: + Neil Brown Hi Jon, Jon Hunter jon-hun...@ti.com writes: Currently the gpio

Re: [PATCH] gpio/omap: fix invalid context restore of gpio bank-0

2012-07-01 Thread Tony Lindgren
* Shilimkar, Santosh santosh.shilim...@ti.com [120629 21:23]: On Fri, Jun 29, 2012 at 10:52 PM, Jon Hunter jon-hun...@ti.com wrote: Currently the gpio _runtime_resume/suspend functions are calling the get_context_loss_count() platform function if the function is populated for a gpio bank.

[PATCH] gpio/omap: fix invalid context restore of gpio bank-0

2012-06-29 Thread Jon Hunter
Currently the gpio _runtime_resume/suspend functions are calling the get_context_loss_count() platform function if the function is populated for a gpio bank. This function is used to determine if the gpio bank logic state needs to be restored due to a power transition. This function will be

Re: [PATCH] gpio/omap: fix invalid context restore of gpio bank-0

2012-06-29 Thread Franky Lin
On 06/29/2012 10:22 AM, Jon Hunter wrote: Currently the gpio _runtime_resume/suspend functions are calling the get_context_loss_count() platform function if the function is populated for a gpio bank. This function is used to determine if the gpio bank logic state needs to be restored due to a

Re: [PATCH] gpio/omap: fix invalid context restore of gpio bank-0

2012-06-29 Thread Shilimkar, Santosh
On Fri, Jun 29, 2012 at 10:52 PM, Jon Hunter jon-hun...@ti.com wrote: Currently the gpio _runtime_resume/suspend functions are calling the get_context_loss_count() platform function if the function is populated for a gpio bank. This function is used to determine if the gpio bank logic state