From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel.lezcano@linaro.org (Daniel Lezcano) Date: Thu, 7 Apr 2016 17:57:51 +0100 Subject: [PATCH v8 2/3] clocksource: Add NPS400 timers driver In-Reply-To: <1459707299-31564-3-git-send-email-noamca@mellanox.com> References: <1459707299-31564-1-git-send-email-noamca@mellanox.com> <1459707299-31564-3-git-send-email-noamca@mellanox.com> List-ID: Message-ID: <20160407165751.GC9188@linaro.org> To: linux-snps-arc@lists.infradead.org On Sun, Apr 03, 2016@09:14:58PM +0300, Noam Camus wrote: > From: Noam Camus > > Add internal tick generator which is shared by all cores. > Each cluster of cores view it through dedicated address. > This is used for SMP system where all CPUs synced by same > clock source. > > Signed-off-by: Noam Camus > Cc: Daniel Lezcano > Cc: Rob Herring > Cc: Thomas Gleixner > Cc: John Stultz > Cc: Vineet Gupta > --- Acked-by: Daniel Lezcano From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756874AbcDGQ6H (ORCPT ); Thu, 7 Apr 2016 12:58:07 -0400 Received: from mail-wm0-f50.google.com ([74.125.82.50]:38651 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755651AbcDGQ6F (ORCPT ); Thu, 7 Apr 2016 12:58:05 -0400 Date: Thu, 7 Apr 2016 17:57:51 +0100 From: Daniel Lezcano To: Noam Camus Cc: marc.zyngier@arm.com, jason@lakedaemon.net, linux-kernel@vger.kernel.org, linux-snps-arc@lists.infradead.org, Noam Camus , Rob Herring , Thomas Gleixner , John Stultz , Vineet Gupta Subject: Re: [PATCH v8 2/3] clocksource: Add NPS400 timers driver Message-ID: <20160407165751.GC9188@linaro.org> References: <1459707299-31564-1-git-send-email-noamca@mellanox.com> <1459707299-31564-3-git-send-email-noamca@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459707299-31564-3-git-send-email-noamca@mellanox.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Apr 03, 2016 at 09:14:58PM +0300, Noam Camus wrote: > From: Noam Camus > > Add internal tick generator which is shared by all cores. > Each cluster of cores view it through dedicated address. > This is used for SMP system where all CPUs synced by same > clock source. > > Signed-off-by: Noam Camus > Cc: Daniel Lezcano > Cc: Rob Herring > Cc: Thomas Gleixner > Cc: John Stultz > Cc: Vineet Gupta > --- Acked-by: Daniel Lezcano