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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4CF0FC07E9D for ; Sat, 24 Sep 2022 03:58:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0E12110E170; Sat, 24 Sep 2022 03:58:48 +0000 (UTC) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8226A10E170; Sat, 24 Sep 2022 03:58:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663991922; x=1695527922; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=61PzOGJY1pggSlQOywIUKZGPTSgOdKoMbwRs82UQh6s=; b=ginVQ+xlPjp97jMqnLpBlcbDHzyp06MkWjm0hvQbJXDtRA+Jd8n2jwK8 GJnCeeEbskA/Fh+BUUw69vWMMH8ZkIvdYRErT6JP8OZVHgPGinJact9D3 G0bwCnlidMWNjWppWP4tLE7GOiOq8qDwk6Zpljl8gjWABXl+qtjCJFeLw CJEVHBJ7BEZpfgtwata7w5Y5oeAavbgFmEqWCBtOxyfW6T5zzXqvg09PX 0Y/qbayI9pggY3E/SCpgs0vJDx+p3jBQ5MrVGFohlcWTk9n56RXtxnQlf 8edBUuucwep9Hki9phOJ2grbAVW8obfxAEeAX1Wh/Yod0CKf7nLcQzQsk w==; X-IronPort-AV: E=McAfee;i="6500,9779,10479"; a="301632394" X-IronPort-AV: E=Sophos;i="5.93,341,1654585200"; d="scan'208";a="301632394" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Sep 2022 20:58:41 -0700 X-IronPort-AV: E=Sophos;i="5.93,341,1654585200"; d="scan'208";a="949255411" Received: from adixit-mobl.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.252.138.221]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Sep 2022 20:58:40 -0700 Date: Fri, 23 Sep 2022 20:58:40 -0700 Message-ID: <87o7v58lu7.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Badal Nilawar In-Reply-To: <20220923195643.2376927-7-badal.nilawar@intel.com> References: <20220923195643.2376927-1-badal.nilawar@intel.com> <20220923195643.2376927-7-badal.nilawar@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [Intel-gfx] [PATCH 6/7] drm/i915/hwmon: Expose power1_max_interval X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-hwmon@vger.kernel.org, andi.shyti@intel.com, intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Fri, 23 Sep 2022 12:56:42 -0700, Badal Nilawar wrote: > > From: Ashutosh Dixit > > Expose power1_max_interval, that is the tau corresponding to PL1. I think let's change the above sentence to: "Expose power1_max_interval, that is the tau corresponding to PL1, as a custom hwmon attribute". This is the only custom attribute we are exposing so better to mention this in the commit message I think. Thanks. -- Ashutosh