From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756641AbbLARYx (ORCPT ); Tue, 1 Dec 2015 12:24:53 -0500 Received: from muru.com ([72.249.23.125]:49829 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756195AbbLARYw (ORCPT ); Tue, 1 Dec 2015 12:24:52 -0500 Date: Tue, 1 Dec 2015 09:24:46 -0800 From: Tony Lindgren To: Grygorii Strashko Cc: Felipe Balbi , linux@arm.linux.org.uk, Daniel Lezcano , Thomas Gleixner , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org Subject: Re: [RFC PATCH] clocksource: ti-32k: convert to platform device Message-ID: <20151201172445.GV23396@atomide.com> References: <1448040129-23869-1-git-send-email-grygorii.strashko@ti.com> <87h9kgcz1k.fsf@saruman.tx.rr.com> <5658B8B2.5030505@ti.com> <20151130162815.GA2517@atomide.com> <565DB7F7.4020702@ti.com> <20151201160707.GQ23396@atomide.com> <565DD4FA.3000308@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <565DD4FA.3000308@ti.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Grygorii Strashko [151201 09:13]: > On 12/01/2015 06:07 PM, Tony Lindgren wrote: > > > >Or am I forgetting some other dependency with our system timers? > > both counter32 and GP timer have to be enabled through sysc registers. > They are in "Force idle" state after reset. That's fine, those are within the timer address space. I'd rather leave out the hwmod dependency from the system timers at the cost of a system timer specific minimal init function. Regards, Tony