From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [patch v3 18/36] Hexagon: Add time and timer functions Date: Fri, 09 Sep 2011 10:23:45 +0200 Message-ID: <8440717.zkZKr0bf7e@wuerfel> References: <20110909010847.294039464@codeaurora.org> <20110909010916.422373448@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <20110909010916.422373448@codeaurora.org> Sender: linux-hexagon-owner@vger.kernel.org To: Richard Kuo Cc: linux-arch@vger.kernel.org, linux-hexagon@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-arch.vger.kernel.org > + * 8x50 HDD Specs 5-8. Simulator co-sim not fixed until > + * release 1.1, and then it's "adjustable" and probably not defaulted. > + */ > +#define RTOS_TIMER_INT 3 > +#ifdef CONFIG_HEXAGON_COMET > +#define RTOS_TIMER_REGS_ADDR 0xAB000000UL > +#endif > +#define SLEEP_CLK_RATE 32000 I think it would be better to pull RTOS_TIMER_REGS_ADDR from the device tree, but this is probably good enough for 3.2. Acked-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de ([212.227.126.171]:54698 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757534Ab1IIIYH (ORCPT ); Fri, 9 Sep 2011 04:24:07 -0400 From: Arnd Bergmann Subject: Re: [patch v3 18/36] Hexagon: Add time and timer functions Date: Fri, 09 Sep 2011 10:23:45 +0200 Message-ID: <8440717.zkZKr0bf7e@wuerfel> In-Reply-To: <20110909010916.422373448@codeaurora.org> References: <20110909010847.294039464@codeaurora.org> <20110909010916.422373448@codeaurora.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-arch-owner@vger.kernel.org List-ID: To: Richard Kuo Cc: linux-arch@vger.kernel.org, linux-hexagon@vger.kernel.org, linux-kernel@vger.kernel.org Message-ID: <20110909082345.TgvDBtb_o1JVJj9m0c-i-PIyQYcD4_KeO5WVVfCJQyM@z> > + * 8x50 HDD Specs 5-8. Simulator co-sim not fixed until > + * release 1.1, and then it's "adjustable" and probably not defaulted. > + */ > +#define RTOS_TIMER_INT 3 > +#ifdef CONFIG_HEXAGON_COMET > +#define RTOS_TIMER_REGS_ADDR 0xAB000000UL > +#endif > +#define SLEEP_CLK_RATE 32000 I think it would be better to pull RTOS_TIMER_REGS_ADDR from the device tree, but this is probably good enough for 3.2. Acked-by: Arnd Bergmann