Re: [PATCH 08/15] OMAP2+: GPIO: make workaround_enabled bank specific

2011-05-26 Thread Varadarajan, Charulatha
On Thu, May 26, 2011 at 04:09, Kevin Hilman khil...@ti.com wrote:
 Tarun Kanti DebBarma tarun.ka...@ti.com writes:

 From: Charulatha V ch...@ti.com

 Make workaround_enabled flag bank-specific instead of using a single
 flag for all the banks together. This would be helpful while making
 use of runtime framework in OMAP GPIO driver which would make the
 driver handle each GPIO bank independently.

 Also rename workaround_enabled flag to off_mode_wkup_wa_enabled

 Do we even need a dedicated flag for this?

 I seems that the combination of enabled_non_wakeup_gpios and whether or
 not context has been lost could be used to check this condition.

Okay, will check and do the needful.


 Kevin

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 08/15] OMAP2+: GPIO: make workaround_enabled bank specific

2011-05-25 Thread Kevin Hilman
Tarun Kanti DebBarma tarun.ka...@ti.com writes:

 From: Charulatha V ch...@ti.com

 Make workaround_enabled flag bank-specific instead of using a single
 flag for all the banks together. This would be helpful while making
 use of runtime framework in OMAP GPIO driver which would make the
 driver handle each GPIO bank independently.

 Also rename workaround_enabled flag to off_mode_wkup_wa_enabled

Do we even need a dedicated flag for this?

I seems that the combination of enabled_non_wakeup_gpios and whether or
not context has been lost could be used to check this condition.

Kevin
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html