From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 12CC5C433EF for ; Thu, 3 Mar 2022 10:49:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232496AbiCCKtw (ORCPT ); Thu, 3 Mar 2022 05:49:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35654 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232474AbiCCKts (ORCPT ); Thu, 3 Mar 2022 05:49:48 -0500 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A9B8517B8A5; Thu, 3 Mar 2022 02:49:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646304543; x=1677840543; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=K8Hn2MkWZigfBwq1GCD+cJI3iKLw0jmw7S0oiYdMWeQ=; b=HPSkXU0LbccmtthvNbqYUtuhpg0otWWV0ni3BL3SGlIDmBzBs9v6O1Xe n0IcEXPydsJrfgnCUSmYr4d8I7RrYC3Mn35UZXUgYwop6nNkCKo+fQnAB KlRV+e8kVkOitaUVUGLmKytc5r1NSFN3vn7b7kFmneR6qtfImHY15wz6o xIqHSEXxHq8t4pfvnlZBeSsUrDpHUQ3CAeS2iItZpvg/TCm7/PYxDUtGw RkMs5KCICmM3/fRGZMjEMMjReJTU4o1h5KJ7JXb+Oxh9i9wU8dFVimz91 xRCzzc3ar93cc6KOmwi3LyusgKeueyDak2Dtm02XTsRYEGpj9j9ZFB9Gp w==; X-IronPort-AV: E=McAfee;i="6200,9189,10274"; a="241061690" X-IronPort-AV: E=Sophos;i="5.90,151,1643702400"; d="scan'208";a="241061690" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Mar 2022 02:49:03 -0800 X-IronPort-AV: E=Sophos;i="5.90,151,1643702400"; d="scan'208";a="493899152" Received: from smile.fi.intel.com ([10.237.72.59]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Mar 2022 02:49:00 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1nPj0I-00AkIL-1K; Thu, 03 Mar 2022 12:48:14 +0200 Date: Thu, 3 Mar 2022 12:48:13 +0200 From: "andriy.shevchenko@linux.intel.com" To: "Sanil, Shruthi" Cc: Daniel Lezcano , "tglx@linutronix.de" , "robh+dt@kernel.org" , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , "mgross@linux.intel.com" , "Thokala, Srikanth" , "Raja Subramanian, Lakshmi Bai" , "Sangannavar, Mallikarjunappa" Subject: Re: [PATCH v8 2/2] clocksource: Add Intel Keem Bay timer support Message-ID: References: <20220222095654.9097-1-shruthi.sanil@intel.com> <20220222095654.9097-3-shruthi.sanil@intel.com> <91653d8d-1dc6-0170-2c3c-1187b0bad899@linaro.org> <23f86de0-3869-ee22-812d-ba610bac48b3@linaro.org> <3ff11b85-249f-2f47-cbc4-41d2ab6d168f@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 03, 2022 at 10:23:43AM +0000, Sanil, Shruthi wrote: > > From: Daniel Lezcano > > Sent: Thursday, March 3, 2022 3:48 PM > > On 03/03/2022 07:18, Sanil, Shruthi wrote: ... > > So if the description is in the DT but the prescaler bit is not enabled then the > > firmware is buggy, IIUC. Yeah, this check would help, may be add more > Yes, right. It would mean the FW is buggy. Make use of FW_BUG prefix instead of "Firmware" in the message. -- With Best Regards, Andy Shevchenko