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 writes: > >> On Mon, 2 Jul 2012 13:26:38 -0500 Jon Hunter wrote: >> >>> >>> On 07/02/2012 01:07 PM, Kevin Hilman wrote: + Neil Brown Hi Jon, Jon Hunter writes: > Currently the gpio _runtime_resume/suspend

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

2012-07-02 Thread Kevin Hilman
NeilBrown writes: > On Mon, 2 Jul 2012 13:26:38 -0500 Jon Hunter wrote: > >> >> On 07/02/2012 01:07 PM, Kevin Hilman wrote: >> > + Neil Brown >> > >> > Hi Jon, >> > >> > Jon Hunter writes: >> > >> >> Currently the gpio _runtime_resume/suspend functions are calling the >> >> get_context_loss

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 wrote: > > On 07/02/2012 01:07 PM, Kevin Hilman wrote: > > + Neil Brown > > > > Hi Jon, > > > > Jon Hunter writes: > > > >> Currently the gpio _runtime_resume/suspend functions are calling the > >> get_context_loss_count() platform function if the

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 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 determ

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 [120629 21:23]: >> On Fri, Jun 29, 2012 at 10:52 PM, 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 >>>

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

2012-07-02 Thread Kevin Hilman
+ Neil Brown Hi Jon, Jon Hunter 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 restored due

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

2012-07-01 Thread Tony Lindgren
* Shilimkar, Santosh [120629 21:23]: > On Fri, Jun 29, 2012 at 10:52 PM, 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 i

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 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 rest

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 pow

[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 populat