Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751615AbdFFQeD (ORCPT ); Tue, 6 Jun 2017 12:34:03 -0400 Received: from mail-wr0-f174.google.com ([209.85.128.174]:35570 "EHLO mail-wr0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751592AbdFFQeB (ORCPT ); Tue, 6 Jun 2017 12:34:01 -0400 Date: Tue, 6 Jun 2017 18:33:55 +0200 From: Daniel Lezcano To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: linux-arm-kernel@lists.infradead.org, mp-cs@actions-semi.com, Thomas Liau , =?utf-8?B?5byg5Lic6aOO?= , =?utf-8?B?5YiY54Kc?= , =?utf-8?B?5byg5aSp55uK?= , 96boards@ucrobotics.com, support@lemaker.org, linux-kernel@vger.kernel.org, Thomas Gleixner Subject: Re: [PATCH v4 04/28] clocksource: Add Owl timer Message-ID: <20170606163355.GD2345@mai> References: <20170606005426.26446-1-afaerber@suse.de> <20170606005426.26446-5-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170606005426.26446-5-afaerber@suse.de> 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 Content-Length: 478 Lines: 14 On Tue, Jun 06, 2017 at 02:54:02AM +0200, Andreas F?rber wrote: > The Actions Semi S500 SoC provides four timers, 2Hz0/1 and 32-bit TIMER0/1. > > Use TIMER0 as clocksource and TIMER1 as clockevents. > > Based on LeMaker linux-actions tree. > > An S500 datasheet can be found on the LeMaker Guitar pages: > http://www.lemaker.org/product-guitar-download-29.html > > Signed-off-by: Andreas F?rber > --- Acked-by: Daniel Lezcano