From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v9 04/27] ARM: davinci: pass clock as parameter to davinci_timer_init() To: David Lechner , , , CC: Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Kevin Hilman , Bartosz Golaszewski , Adam Ford , References: <20180427001745.4116-1-david@lechnology.com> <20180427001745.4116-5-david@lechnology.com> From: Sekhar Nori Message-ID: <29a9a03c-93f5-dddf-2a6e-da7fd83e0c4f@ti.com> Date: Tue, 1 May 2018 19:39:56 +0530 MIME-Version: 1.0 In-Reply-To: <20180427001745.4116-5-david@lechnology.com> Content-Type: text/plain; charset="utf-8" List-ID: On Friday 27 April 2018 05:47 AM, David Lechner wrote: > This changes davinci_timer_init() so that we pass the clock as a > parameter instead of using clk_get(). This is done in preparation > for converting to the common clock framework. > > It removes the requirement that we have to have a clock with con_id > of "timer0", which will be good for DT bindings since clock-names = > "timer0" doesn't really make sense. > > Also, drop use of extern in header file since we are touching the > definition. > > Signed-off-by: David Lechner Reviewed-by: Sekhar Nori Thanks, Sekhar