All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Dixit, Ashutosh" <ashutosh.dixit@intel.com>
To: Petri Latvala <petri.latvala@intel.com>,
	Riana Tauro <riana.tauro@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t 1/8] lib/igt_hwmon: Introduce library igt_hwmon
Date: Fri, 14 Oct 2022 07:03:06 -0700	[thread overview]
Message-ID: <87czauzen9.wl-ashutosh.dixit@intel.com> (raw)
In-Reply-To: <Y0kOh7vp6NZcCEYC@platvala-desk.ger.corp.intel.com>

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 <riana.tauro@intel.com>
> >
> > igt_hwmon exposes methods to open hwmon directories identified by name
> >
> > Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
> > Signed-off-by: Riana Tauro <riana.tauro@intel.com>
> > Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
> > ---
> >  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 © 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

  reply	other threads:[~2022-10-14 14:03 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-13 15:13 [igt-dev] [PATCH i-g-t 0/8] Add hwmon energy support for dgfx Ashutosh Dixit
2022-10-13 15:13 ` [igt-dev] [PATCH i-g-t 1/8] lib/igt_hwmon: Introduce library igt_hwmon Ashutosh Dixit
2022-10-14  7:23   ` Petri Latvala
2022-10-14 14:03     ` Dixit, Ashutosh [this message]
2022-10-13 15:13 ` [igt-dev] [PATCH i-g-t 2/8] lib/igt_power: Rename lib igt_rapl with igt_power Ashutosh Dixit
2022-10-13 15:13 ` [igt-dev] [PATCH i-g-t 3/8] lib/igt_power: Add hwmon interface to igt_power Ashutosh Dixit
2022-10-13 15:13 ` [igt-dev] [PATCH i-g-t 4/8] i915/i915_pm_rc6_residency: Add energy support for dgfx Ashutosh Dixit
2022-10-13 15:13 ` [igt-dev] [PATCH i-g-t 5/8] i915/gem_exec_schedule: " Ashutosh Dixit
2022-10-13 15:13 ` [igt-dev] [PATCH i-g-t 6/8] i915/gem_exec_whisper: " Ashutosh Dixit
2022-10-13 15:13 ` [igt-dev] [PATCH i-g-t 7/8] lib/igt_power: clean-up igt_power library Ashutosh Dixit
2022-10-13 15:14 ` [igt-dev] [PATCH i-g-t 8/8] HAX: run i915_pm_rc6_residency tests in BAT Ashutosh Dixit
2022-10-13 16:09 ` [igt-dev] ✗ Fi.CI.BAT: failure for Add hwmon energy support for dgfx (rev4) Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87czauzen9.wl-ashutosh.dixit@intel.com \
    --to=ashutosh.dixit@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=petri.latvala@intel.com \
    --cc=riana.tauro@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.