Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934695AbbLQNMT (ORCPT ); Thu, 17 Dec 2015 08:12:19 -0500 Received: from mail-wm0-f48.google.com ([74.125.82.48]:34789 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934079AbbLQNMR (ORCPT ); Thu, 17 Dec 2015 08:12:17 -0500 Subject: Re: [PATCH v4 04/19] clocksource: Add NPS400 timers driver To: Noam Camus , linux-snps-arc@lists.infradead.org References: <1450228238-4499-1-git-send-email-noamc@ezchip.com> <1450228238-4499-5-git-send-email-noamc@ezchip.com> Cc: linux-kernel@vger.kernel.org, cmetcalf@ezchip.com, Rob Herring , Thomas Gleixner , John Stultz From: Daniel Lezcano Message-ID: <5672B4B4.2010305@linaro.org> Date: Thu, 17 Dec 2015 14:12:20 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1450228238-4499-5-git-send-email-noamc@ezchip.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1207 Lines: 41 On 12/16/2015 02:10 AM, 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 > Acked-by: Vineet Gupta [ ... ] > + clk_prepare_enable(clk); > + rate = clk_get_rate(clk); With the return value checked: Acked-by: Daniel Lezcano Thanks ! -- Daniel -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/