All of lore.kernel.org
 help / color / mirror / Atom feed
* PM branch updates: 3430sdp and omap3evm results
@ 2009-01-27 18:16 Kevin Hilman
  2009-01-27 19:29 ` Koen Kooi
  2009-02-01 14:05 ` Ramesh Gupta Guntha
  0 siblings, 2 replies; 18+ messages in thread
From: Kevin Hilman @ 2009-01-27 18:16 UTC (permalink / raw)
  To: linux-omap

Hello,

I've updated the PM branch with a couple of fixes that get it working
on the 3430SDP.

For it to work on the SDP, you need the latest u-boot from the
omapzoom u-boot tree[1].  This fixes the problems I was having with
the D2D clockdomain remaining active or hanging upon clock disable.

For omap3evm, it is not hitting retention because it uses the GPIO
debounce feature for the touchscreen and the GPIO debounce clocks are
not disabled in idle or suspend.  As a temporary hack, you can test
the patch below[2] which simply doesn't call the gpio debounce
functions for the touchscreen.  In the meantime, I'm working on a
patch to disable the debounce clocks on idle.

Kevin

[1] git://git.omapzoom.org/repo/u-boot.git

[2]
da7df18bc7f5648ac7fe6e674065ca5899ff8d3d
 arch/arm/mach-omap2/board-omap3evm.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c
index 6fbbe95..18a07b5 100644
--- a/arch/arm/mach-omap2/board-omap3evm.c
+++ b/arch/arm/mach-omap2/board-omap3evm.c
@@ -176,8 +176,8 @@ static void ads7846_dev_init(void)
 
 	gpio_direction_input(OMAP3_EVM_TS_GPIO);
 
-	omap_set_gpio_debounce(OMAP3_EVM_TS_GPIO, 1);
-	omap_set_gpio_debounce_time(OMAP3_EVM_TS_GPIO, 0xa);
+/* 	omap_set_gpio_debounce(OMAP3_EVM_TS_GPIO, 1); */
+/* 	omap_set_gpio_debounce_time(OMAP3_EVM_TS_GPIO, 0xa); */
 }
 

^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2009-02-12 12:58 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-27 18:16 PM branch updates: 3430sdp and omap3evm results Kevin Hilman
2009-01-27 19:29 ` Koen Kooi
2009-01-27 19:52   ` Kevin Hilman
2009-01-27 20:00     ` Koen Kooi
2009-02-01 14:05 ` Ramesh Gupta Guntha
2009-02-04  5:34   ` Ramesh Gupta Guntha
2009-02-04  5:42     ` Kevin Hilman
2009-02-04  5:44       ` Ramesh Gupta Guntha
2009-02-04  6:10         ` Kevin Hilman
2009-02-04  6:24           ` Ramesh Gupta Guntha
2009-02-05 14:34             ` Kevin Hilman
2009-02-05 14:50               ` Ramesh Gupta Guntha
2009-02-10 21:01                 ` Ramesh Gupta Guntha
2009-02-10 22:28                   ` Kevin Hilman
2009-02-12  0:32                     ` Tony Lindgren
2009-02-12  1:30                       ` Ramesh Gupta Guntha
2009-02-12 12:58                         ` Ramesh Gupta Guntha
2009-02-04  6:34           ` jouni.hogander

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.