[igt-dev] [PATCH i-g-t 1/8] lib/igt_hwmon: Introduce library igt_hwmon

Dixit, Ashutosh ashutosh.dixit at intel.com
Fri Oct 14 14:03:06 UTC 2022


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


More information about the igt-dev mailing list