From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4738B10EAF1 for ; Fri, 14 Oct 2022 14:03:25 +0000 (UTC) Date: Fri, 14 Oct 2022 07:03:06 -0700 Message-ID: <87czauzen9.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Petri Latvala , Riana Tauro In-Reply-To: References: <20221013151400.2086268-1-ashutosh.dixit@intel.com> <20221013151400.2086268-2-ashutosh.dixit@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [igt-dev] [PATCH i-g-t 1/8] lib/igt_hwmon: Introduce library igt_hwmon List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Fri, 14 Oct 2022 00:23:51 -0700, Petri Latvala wrote: > > On Thu, Oct 13, 2022 at 08:13:53AM -0700, Ashutosh Dixit wrote: > > From: Riana Tauro > > > > igt_hwmon exposes methods to open hwmon directories identified by name > > > > Cc: Ashutosh Dixit > > Signed-off-by: Riana Tauro > > Reviewed-by: Ashutosh Dixit > > --- > > lib/igt_hwmon.c | 73 +++++++++++++++++++++++++++++++++++++++++++++++++ > > lib/igt_hwmon.h | 12 ++++++++ > > lib/meson.build | 1 + > > 3 files changed, 86 insertions(+) > > create mode 100644 lib/igt_hwmon.c > > create mode 100644 lib/igt_hwmon.h > > > > diff --git a/lib/igt_hwmon.c b/lib/igt_hwmon.c > > new file mode 100644 > > index 0000000000..1e4dab1bb2 > > --- /dev/null > > +++ b/lib/igt_hwmon.c > > @@ -0,0 +1,73 @@ > > +/* > > + * Copyright =A9 2022 Intel Corporation > > + */ > > License is missing. Hi Riana, Could you please fix up the license and repost this series. We should add SPDX license headers to any new .c or .h files, the license headers for .c and .h files are different. See lib/intel_ctx.c and lib/intel_ctx.h for the .c and .h license headers. Thanks. -- Ashutosh