From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@ti.com (Kevin Hilman) Date: Mon, 27 Jun 2011 14:16:02 -0700 Subject: [PATCH 06/10] omap2+: Remove gptimer_wakeup for now In-Reply-To: <20110627191907.GW23145@atomide.com> (Tony Lindgren's message of "Mon, 27 Jun 2011 12:19:07 -0700") References: <20110620091754.357.56441.stgit@kaulin> <20110620092341.357.14183.stgit@kaulin> <8762nrch91.fsf@ti.com> <20110627191907.GW23145@atomide.com> Message-ID: <87boxjasbx.fsf@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Tony Lindgren writes: > * Kevin Hilman [110627 10:27]: >> Tony Lindgren writes: >> >> > 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 >> > Reviewed-by: Kevin Hilman >> >> Another minor change to fold into patch: gptimer_wakeup doesn't exist >> anymore, so should probably be removed from dmtimer.h > > Thanks, 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