From patchwork Mon Jun 27 17:32:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 921752 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p5RHXBEW008190 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 27 Jun 2011 17:33:32 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QbFft-0003fs-Pe; Mon, 27 Jun 2011 17:32:41 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QbFft-0002X1-ET; Mon, 27 Jun 2011 17:32:41 +0000 Received: from na3sys009aog111.obsmtp.com ([74.125.149.205]) by canuck.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1QbFfm-0002Wi-0T for linux-arm-kernel@lists.infradead.org; Mon, 27 Jun 2011 17:32:38 +0000 Received: from mail-pv0-f178.google.com ([74.125.83.178]) (using TLSv1) by na3sys009aob111.postini.com ([74.125.148.12]) with SMTP ID DSNKTgi+rOjE9PKLZDZEYyN9yHa6O1jBKoev@postini.com; Mon, 27 Jun 2011 10:32:33 PDT Received: by pvg7 with SMTP id 7so3651377pvg.23 for ; Mon, 27 Jun 2011 10:32:28 -0700 (PDT) Received: by 10.68.1.137 with SMTP id 9mr3226271pbm.475.1309195948257; Mon, 27 Jun 2011 10:32:28 -0700 (PDT) Received: from localhost (c-24-19-7-36.hsd1.wa.comcast.net [24.19.7.36]) by mx.google.com with ESMTPS id o2sm4450127pbj.49.2011.06.27.10.32.26 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 27 Jun 2011 10:32:27 -0700 (PDT) From: Kevin Hilman To: Tony Lindgren Subject: Re: [PATCH 06/10] omap2+: Remove gptimer_wakeup for now Organization: Texas Instruments, Inc. References: <20110620091754.357.56441.stgit@kaulin> <20110620092341.357.14183.stgit@kaulin> Date: Mon, 27 Jun 2011 10:32:26 -0700 In-Reply-To: <20110620092341.357.14183.stgit@kaulin> (Tony Lindgren's message of "Mon, 20 Jun 2011 02:23:41 -0700") Message-ID: <8762nrch91.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110627_133234_306145_C58AB5CA X-CRM114-Status: GOOD ( 12.08 ) X-Spam-Score: -2.3 (--) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-2.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [74.125.149.205 listed in list.dnswl.org] Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Mon, 27 Jun 2011 17:33:32 +0000 (UTC) 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);