From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 06/10] omap2+: Remove gptimer_wakeup for now Date: Mon, 27 Jun 2011 10:32:26 -0700 Message-ID: <8762nrch91.fsf@ti.com> References: <20110620091754.357.56441.stgit@kaulin> <20110620092341.357.14183.stgit@kaulin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from na3sys009aog108.obsmtp.com ([74.125.149.199]:47803 "EHLO na3sys009aog108.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751462Ab1F0Rcb (ORCPT ); Mon, 27 Jun 2011 13:32:31 -0400 Received: by pvc21 with SMTP id 21so2843818pvc.25 for ; Mon, 27 Jun 2011 10:32:28 -0700 (PDT) In-Reply-To: <20110620092341.357.14183.stgit@kaulin> (Tony Lindgren's message of "Mon, 20 Jun 2011 02:23:41 -0700") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org 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 Kevin diff --git a/arch/arm/plat-omap/include/plat/dmtimer.h b/arch/arm/plat-omap/include/plat/dmtimer.h index 40d7936..d0f3a2d 100644 --- a/arch/arm/plat-omap/include/plat/dmtimer.h +++ b/arch/arm/plat-omap/include/plat/dmtimer.h @@ -59,7 +59,6 @@ */ #define OMAP_TIMER_IP_VERSION_1 0x1 struct omap_dm_timer; -extern struct omap_dm_timer *gptimer_wakeup; struct clk; struct omap_dm_timer *omap_dm_timer_request(void);