From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Iles Subject: Re: [PATCH v2 3/4] clocksource: dw_apb_timer_of: select DW_APB_TIMER Date: Tue, 4 Jun 2013 15:15:54 +0100 Message-ID: <20130604141554.GC5308@maple> References: <201306041136.09566.heiko@sntech.de> <201306041138.11447.heiko@sntech.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <201306041138.11447.heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Heiko =?iso-8859-1?Q?St=FCbner?= Cc: Baruch Siach , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , John Stultz , Grant Likely , Jamie Iles , Thomas Gleixner , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Tue, Jun 04, 2013 at 11:38:11AM +0200, Heiko St=FCbner wrote: > dw_apb_timer_of is the driver part facing devicetree platforms and > calls into dw_apb_timer with the data gathered from the dt. > = > Currently the two platforms using the dw_apb_timer_of select both > the options for the core timer and the dt addon. > = > As dw_apb_timer_of always depends on dw_apb_timer let it select > DW_APB_TIMER itself without the need for every platform to do it. > = > Signed-off-by: Heiko Stuebner Acked-by: Jamie Iles