Re: [PATCH] OMAP3: GPIO fixes for off-mode

2009-01-07 Thread Kevin Hilman
Tero Kristo writes: > From: Tero Kristo > Subject: [PATCH] OMAP3: GPIO fixes for off-mode > To: linux-omap@vger.kernel.org > Date: Mon, 22 Dec 2008 14:27:12 +0200 > > Off mode is now using the omap2 retention fix code for scanning GPIOs > during off-mode transitions. All the *non_wakeup_gpios

RE: [PATCH] OMAP3: GPIO fixes for off-mode

2008-12-02 Thread Tero.Kristo
Hi, >On Monday 01 December 2008, Tero Kristo wrote: >> Off mode is now using the omap2 retention fix code for >scanning GPIOs >> only during off-mode transitions. All the *non_wakeup_gpios >variables >> are now used for off-mode transition tracking on OMAP3. This patch >> fixes cases where GP

Re: [PATCH] OMAP3: GPIO fixes for off-mode

2008-12-01 Thread David Brownell
On Monday 01 December 2008, Tero Kristo wrote: > Off mode is now using the omap2 retention fix code for scanning GPIOs > only during off-mode transitions. All the *non_wakeup_gpios variables > are now used for off-mode transition tracking on OMAP3. This patch fixes > cases where GPIO state changes

Re: [PATCH] OMAP3: GPIO fixes for off-mode

2008-12-01 Thread Kevin Hilman
Tero Kristo <[EMAIL PROTECTED]> writes: > Off mode is now using the omap2 retention fix code for scanning GPIOs > only during off-mode transitions. All the *non_wakeup_gpios variables > are now used for off-mode transition tracking on OMAP3. This patch fixes > cases where GPIO state changes are mi