[PATCH 06/10] omap2+: Remove gptimer_wakeup for now
From: Kevin Hilman <hidden>
Date: 2011-06-27 21:16:02
Also in:
linux-omap
From: Kevin Hilman <hidden>
Date: 2011-06-27 21:16:02
Also in:
linux-omap
Tony Lindgren [off-list ref] writes:
* Kevin Hilman [off-list ref] [110627 10:27]:quoted
Tony Lindgren [off-list ref] writes:quoted
This removes the support for setting the wake-up timer for debugging. Later on we can reserve gptimer1 for PM code only and have similar functionality. Signed-off-by: Tony Lindgren <tony@atomide.com> Reviewed-by: Kevin Hilman <redacted>Another minor change to fold into patch: gptimer_wakeup doesn't exist anymore, so should probably be removed from dmtimer.hThanks, updated patch below. Still with your Reviewed-by
Thanks.
despite causing you more work with the removal of the interface :)
Well, part of me wants to keep it because I use it all the time, but I know it's an ugly hack so I won't fight for it. Also the timer cleanups are nice and more important. So for now I'll just keep a patch in the PM branch for the wakeup timer. I'm talking with tglx offline if we can make a generic interface for this in the clockevents layer. The clockevents already have a notification on suspend that we could use for this. Kevin