Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759640AbcKCRwG (ORCPT ); Thu, 3 Nov 2016 13:52:06 -0400 Received: from mail-wm0-f51.google.com ([74.125.82.51]:38701 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759482AbcKCRwE (ORCPT ); Thu, 3 Nov 2016 13:52:04 -0400 Date: Thu, 3 Nov 2016 18:51:55 +0100 From: Daniel Lezcano To: Vineet Gupta Cc: tglx@linutronix.de, linux-kernel@vger.kernel.org, linux-snps-arc@lists.infradead.org, Noam Camus , Alexey.Brodkin@synopsys.com Subject: Re: [PATCH 3/9] ARC: timer: gfrc: boot print alongside other timers Message-ID: <20161103175155.GJ1859@mai> References: <35bde193-8492-83e0-fb03-8385d8afd007@synopsys.com> <1477954096-770-1-git-send-email-vgupta@synopsys.com> <1477954096-770-4-git-send-email-vgupta@synopsys.com> <20161103170941.GD1859@mai> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: 668 Lines: 15 On Thu, Nov 03, 2016 at 10:47:19AM -0700, Vineet Gupta wrote: > On 11/03/2016 10:09 AM, Daniel Lezcano wrote: > > On Mon, Oct 31, 2016 at 03:48:10PM -0700, Vineet Gupta wrote: > >> Signed-off-by: Vineet Gupta > > > > Why not add a message in drivers/clocksource/clksrc-probe.c when a timer inits > > successfully ? and then get rid of this code. > > At boot I have bunch of cod which prints all the major hardware blocks and thus > would like to print it. We also print if a feature is present but not supported > etc. So I like to keep all of that here. > > Also same code is used for /proc/cpuinfo. Ok, I see. Thanks for the clarification.