All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL]: tools/power/x86/intel-speed-select pull request for 5.18-rc1
@ 2022-02-15 19:21 Pandruvada, Srinivas
  2022-02-17 16:39 ` Hans de Goede
  0 siblings, 1 reply; 10+ messages in thread
From: Pandruvada, Srinivas @ 2022-02-15 19:21 UTC (permalink / raw)
  To: hdegoede, mgross; +Cc: srinivas.pandruvada, prarit, platform-driver-x86

Hi Hans,

Please check the pull request for intel-speed-select tool.

To build the tool, we have dependency on linux-next commit
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/thermal?h=next-20220215&id=e4b1eb24ce5a696ef7229f9926ff34d7502f0582


The following changes since commit
ae707d0eb707b5fc658e870dbd8b21887b0a5240:

  platform/x86: intel_cht_int33fe: Move to intel directory (2022-02-11
10:52:56 +0100)

are available in the Git repository at:

  https://github.com/spandruvada/linux-kernel.git intel-sst

for you to fetch changes up to
9aa7f0d5fe526cb9ceeea0787db0dc1c081bc61d:

  tools/power/x86/intel-speed-select: v1.12 release (2022-02-15
11:12:55 -0800)

----------------------------------------------------------------
Srinivas Pandruvada (3):
      tools/power/x86/intel-speed-select: OOB daemon mode
      tools/power/x86/intel-speed-select: HFI support
      tools/power/x86/intel-speed-select: v1.12 release

 tools/power/x86/intel-speed-select/Build         |   2 +-
 tools/power/x86/intel-speed-select/Makefile      |  10 +++-
 tools/power/x86/intel-speed-select/hfi-events.c  | 309
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++
 tools/power/x86/intel-speed-select/isst-config.c |  54 ++++++++++++++-
---
 tools/power/x86/intel-speed-select/isst-daemon.c | 244
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++
 tools/power/x86/intel-speed-select/isst.h        |  13 +++++
 6 files changed, 617 insertions(+), 15 deletions(-)
 create mode 100644 tools/power/x86/intel-speed-select/hfi-events.c
 create mode 100644 tools/power/x86/intel-speed-select/isst-daemon.c

Thanks,
Srinivas

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [GIT PULL]: tools/power/x86/intel-speed-select pull request for 5.18-rc1
  2022-02-15 19:21 [GIT PULL]: tools/power/x86/intel-speed-select pull request for 5.18-rc1 Pandruvada, Srinivas
@ 2022-02-17 16:39 ` Hans de Goede
  2022-02-17 16:41   ` Rafael J. Wysocki
  0 siblings, 1 reply; 10+ messages in thread
From: Hans de Goede @ 2022-02-17 16:39 UTC (permalink / raw)
  To: Pandruvada, Srinivas, mgross, Rafael J. Wysocki, Daniel Lezcano,
	Zhang Rui
  Cc: srinivas.pandruvada, prarit, platform-driver-x86

<added the thermal maintainers to the To: list>

On 2/15/22 20:21, Pandruvada, Srinivas wrote:
> Hi Hans,
> 
> Please check the pull request for intel-speed-select tool.
> 
> To build the tool, we have dependency on linux-next commit
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/thermal?h=next-20220215&id=e4b1eb24ce5a696ef7229f9926ff34d7502f0582

Hmm, that means that if I merge this into pdx86/for-next which
is based on 5.17-rc1 then this won't build, which is bad.

So I'm going to either need some immutable branch from the
thermal maintainers to merge into pdx86/for-next,
or we can just merge the intel-speed-select changes through
the thermal tree for the 5.18-rc1 merge window.

Either way is fine with me.

Regards,

Hans


> 
> 
> The following changes since commit
> ae707d0eb707b5fc658e870dbd8b21887b0a5240:
> 
>   platform/x86: intel_cht_int33fe: Move to intel directory (2022-02-11
> 10:52:56 +0100)
> 
> are available in the Git repository at:
> 
>   https://github.com/spandruvada/linux-kernel.git intel-sst
> 
> for you to fetch changes up to
> 9aa7f0d5fe526cb9ceeea0787db0dc1c081bc61d:
> 
>   tools/power/x86/intel-speed-select: v1.12 release (2022-02-15
> 11:12:55 -0800)
> 
> ----------------------------------------------------------------
> Srinivas Pandruvada (3):
>       tools/power/x86/intel-speed-select: OOB daemon mode
>       tools/power/x86/intel-speed-select: HFI support
>       tools/power/x86/intel-speed-select: v1.12 release
> 
>  tools/power/x86/intel-speed-select/Build         |   2 +-
>  tools/power/x86/intel-speed-select/Makefile      |  10 +++-
>  tools/power/x86/intel-speed-select/hfi-events.c  | 309
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++++++++++++++++++++++++
>  tools/power/x86/intel-speed-select/isst-config.c |  54 ++++++++++++++-
> ---
>  tools/power/x86/intel-speed-select/isst-daemon.c | 244
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> +++++++
>  tools/power/x86/intel-speed-select/isst.h        |  13 +++++
>  6 files changed, 617 insertions(+), 15 deletions(-)
>  create mode 100644 tools/power/x86/intel-speed-select/hfi-events.c
>  create mode 100644 tools/power/x86/intel-speed-select/isst-daemon.c
> 
> Thanks,
> Srinivas
> 


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [GIT PULL]: tools/power/x86/intel-speed-select pull request for 5.18-rc1
  2022-02-17 16:39 ` Hans de Goede
@ 2022-02-17 16:41   ` Rafael J. Wysocki
  2022-02-17 16:43     ` Hans de Goede
  0 siblings, 1 reply; 10+ messages in thread
From: Rafael J. Wysocki @ 2022-02-17 16:41 UTC (permalink / raw)
  To: Hans de Goede
  Cc: Pandruvada, Srinivas, mgross, Rafael J. Wysocki, Daniel Lezcano,
	Zhang Rui, srinivas.pandruvada, prarit, platform-driver-x86

On Thu, Feb 17, 2022 at 5:39 PM Hans de Goede <hdegoede@redhat.com> wrote:
>
> <added the thermal maintainers to the To: list>
>
> On 2/15/22 20:21, Pandruvada, Srinivas wrote:
> > Hi Hans,
> >
> > Please check the pull request for intel-speed-select tool.
> >
> > To build the tool, we have dependency on linux-next commit
> > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/thermal?h=next-20220215&id=e4b1eb24ce5a696ef7229f9926ff34d7502f0582
>
> Hmm, that means that if I merge this into pdx86/for-next which
> is based on 5.17-rc1 then this won't build, which is bad.
>
> So I'm going to either need some immutable branch from the
> thermal maintainers to merge into pdx86/for-next,
> or we can just merge the intel-speed-select changes through
> the thermal tree for the 5.18-rc1 merge window.

That can be done.

> Either way is fine with me.

OK

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [GIT PULL]: tools/power/x86/intel-speed-select pull request for 5.18-rc1
  2022-02-17 16:41   ` Rafael J. Wysocki
@ 2022-02-17 16:43     ` Hans de Goede
  2022-02-17 18:20       ` Rafael J. Wysocki
  0 siblings, 1 reply; 10+ messages in thread
From: Hans de Goede @ 2022-02-17 16:43 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Pandruvada, Srinivas, mgross, Daniel Lezcano, Zhang Rui,
	srinivas.pandruvada, prarit, platform-driver-x86

Hi Rafael,

On 2/17/22 17:41, Rafael J. Wysocki wrote:
> On Thu, Feb 17, 2022 at 5:39 PM Hans de Goede <hdegoede@redhat.com> wrote:
>>
>> <added the thermal maintainers to the To: list>
>>
>> On 2/15/22 20:21, Pandruvada, Srinivas wrote:
>>> Hi Hans,
>>>
>>> Please check the pull request for intel-speed-select tool.
>>>
>>> To build the tool, we have dependency on linux-next commit
>>> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/thermal?h=next-20220215&id=e4b1eb24ce5a696ef7229f9926ff34d7502f0582
>>
>> Hmm, that means that if I merge this into pdx86/for-next which
>> is based on 5.17-rc1 then this won't build, which is bad.
>>
>> So I'm going to either need some immutable branch from the
>> thermal maintainers to merge into pdx86/for-next,
>> or we can just merge the intel-speed-select changes through
>> the thermal tree for the 5.18-rc1 merge window.
> 
> That can be done.
> 
>> Either way is fine with me.
> 
> OK

Thanks for the quick reply.

If you don't have any preference I think it makes sense to merge
the intel-speed-select changes through the thermal tree for
the 5.18-rc1 merge window, as the changes tot he tool build on
kernel work done there.

Regards,

Hans


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [GIT PULL]: tools/power/x86/intel-speed-select pull request for 5.18-rc1
  2022-02-17 16:43     ` Hans de Goede
@ 2022-02-17 18:20       ` Rafael J. Wysocki
  2022-02-17 18:36         ` Pandruvada, Srinivas
  0 siblings, 1 reply; 10+ messages in thread
From: Rafael J. Wysocki @ 2022-02-17 18:20 UTC (permalink / raw)
  To: Hans de Goede, Pandruvada, Srinivas
  Cc: Rafael J. Wysocki, mgross, Daniel Lezcano, Zhang Rui,
	srinivas.pandruvada, prarit, platform-driver-x86

On Thu, Feb 17, 2022 at 5:43 PM Hans de Goede <hdegoede@redhat.com> wrote:
>
> Hi Rafael,
>
> On 2/17/22 17:41, Rafael J. Wysocki wrote:
> > On Thu, Feb 17, 2022 at 5:39 PM Hans de Goede <hdegoede@redhat.com> wrote:
> >>
> >> <added the thermal maintainers to the To: list>
> >>
> >> On 2/15/22 20:21, Pandruvada, Srinivas wrote:
> >>> Hi Hans,
> >>>
> >>> Please check the pull request for intel-speed-select tool.
> >>>
> >>> To build the tool, we have dependency on linux-next commit
> >>> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/thermal?h=next-20220215&id=e4b1eb24ce5a696ef7229f9926ff34d7502f0582
> >>
> >> Hmm, that means that if I merge this into pdx86/for-next which
> >> is based on 5.17-rc1 then this won't build, which is bad.
> >>
> >> So I'm going to either need some immutable branch from the
> >> thermal maintainers to merge into pdx86/for-next,
> >> or we can just merge the intel-speed-select changes through
> >> the thermal tree for the 5.18-rc1 merge window.
> >
> > That can be done.
> >
> >> Either way is fine with me.
> >
> > OK
>
> Thanks for the quick reply.
>
> If you don't have any preference I think it makes sense to merge
> the intel-speed-select changes through the thermal tree for
> the 5.18-rc1 merge window, as the changes tot he tool build on
> kernel work done there.

Right.

Srinivas, please rebase this on top of commit c95aa2bab974 (the head
of my thermal-hfi branch) and resubmit with a CC to linux-pm.

Alternatively, you can just send a patch for me to apply.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [GIT PULL]: tools/power/x86/intel-speed-select pull request for 5.18-rc1
  2022-02-17 18:20       ` Rafael J. Wysocki
@ 2022-02-17 18:36         ` Pandruvada, Srinivas
  2022-02-17 18:51           ` Rafael J. Wysocki
  0 siblings, 1 reply; 10+ messages in thread
From: Pandruvada, Srinivas @ 2022-02-17 18:36 UTC (permalink / raw)
  To: hdegoede, rafael
  Cc: mgross, Zhang, Rui, prarit, daniel.lezcano, platform-driver-x86

On Thu, 2022-02-17 at 19:20 +0100, Rafael J. Wysocki wrote:
> On Thu, Feb 17, 2022 at 5:43 PM Hans de Goede <hdegoede@redhat.com>
> wrote:
> > 
> > Hi Rafael,
> > 
> > On 2/17/22 17:41, Rafael J. Wysocki wrote:
> > > On Thu, Feb 17, 2022 at 5:39 PM Hans de Goede
> > > <hdegoede@redhat.com> wrote:
> > > > 
> > > > <added the thermal maintainers to the To: list>
> > > > 
> > > > On 2/15/22 20:21, Pandruvada, Srinivas wrote:
> > > > > Hi Hans,
> > > > > 
> > > > > Please check the pull request for intel-speed-select tool.
> > > > > 
> > > > > To build the tool, we have dependency on linux-next commit
> > > > > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/thermal?h=next-20220215&id=e4b1eb24ce5a696ef7229f9926ff34d7502f0582
> > > > 
> > > > Hmm, that means that if I merge this into pdx86/for-next which
> > > > is based on 5.17-rc1 then this won't build, which is bad.
> > > > 
> > > > So I'm going to either need some immutable branch from the
> > > > thermal maintainers to merge into pdx86/for-next,
> > > > or we can just merge the intel-speed-select changes through
> > > > the thermal tree for the 5.18-rc1 merge window.
> > > 
> > > That can be done.
> > > 
> > > > Either way is fine with me.
> > > 
> > > OK
> > 
> > Thanks for the quick reply.
> > 
> > If you don't have any preference I think it makes sense to merge
> > the intel-speed-select changes through the thermal tree for
> > the 5.18-rc1 merge window, as the changes tot he tool build on
> > kernel work done there.
> 
> Right.
> 
> Srinivas, please rebase this on top of commit c95aa2bab974 (the head
> of my thermal-hfi branch) and resubmit with a CC to linux-pm.
> 
I see these branches at
 https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git

 remotes/rafael-pm/acpi
  remotes/rafael-pm/bleeding-edge
  remotes/rafael-pm/devprop
  remotes/rafael-pm/linux-next
  remotes/rafael-pm/master
  remotes/rafael-pm/pm
  remotes/rafael-pm/pnp
  remotes/rafael-pm/testing
  remotes/rafael-pm/thermal

There is no thermal-hfi publicly visible. Is this OK to rebase on top
of thermal or linux-next?

Thanks,
Srinivas

> Alternatively, you can just send a patch for me to apply.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [GIT PULL]: tools/power/x86/intel-speed-select pull request for 5.18-rc1
  2022-02-17 18:36         ` Pandruvada, Srinivas
@ 2022-02-17 18:51           ` Rafael J. Wysocki
  0 siblings, 0 replies; 10+ messages in thread
From: Rafael J. Wysocki @ 2022-02-17 18:51 UTC (permalink / raw)
  To: Pandruvada, Srinivas
  Cc: hdegoede, rafael, mgross, Zhang, Rui, prarit, daniel.lezcano,
	platform-driver-x86

On Thu, Feb 17, 2022 at 7:36 PM Pandruvada, Srinivas
<srinivas.pandruvada@intel.com> wrote:
>
> On Thu, 2022-02-17 at 19:20 +0100, Rafael J. Wysocki wrote:
> > On Thu, Feb 17, 2022 at 5:43 PM Hans de Goede <hdegoede@redhat.com>
> > wrote:
> > >
> > > Hi Rafael,
> > >
> > > On 2/17/22 17:41, Rafael J. Wysocki wrote:
> > > > On Thu, Feb 17, 2022 at 5:39 PM Hans de Goede
> > > > <hdegoede@redhat.com> wrote:
> > > > >
> > > > > <added the thermal maintainers to the To: list>
> > > > >
> > > > > On 2/15/22 20:21, Pandruvada, Srinivas wrote:
> > > > > > Hi Hans,
> > > > > >
> > > > > > Please check the pull request for intel-speed-select tool.
> > > > > >
> > > > > > To build the tool, we have dependency on linux-next commit
> > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/thermal?h=next-20220215&id=e4b1eb24ce5a696ef7229f9926ff34d7502f0582
> > > > >
> > > > > Hmm, that means that if I merge this into pdx86/for-next which
> > > > > is based on 5.17-rc1 then this won't build, which is bad.
> > > > >
> > > > > So I'm going to either need some immutable branch from the
> > > > > thermal maintainers to merge into pdx86/for-next,
> > > > > or we can just merge the intel-speed-select changes through
> > > > > the thermal tree for the 5.18-rc1 merge window.
> > > >
> > > > That can be done.
> > > >
> > > > > Either way is fine with me.
> > > >
> > > > OK
> > >
> > > Thanks for the quick reply.
> > >
> > > If you don't have any preference I think it makes sense to merge
> > > the intel-speed-select changes through the thermal tree for
> > > the 5.18-rc1 merge window, as the changes tot he tool build on
> > > kernel work done there.
> >
> > Right.
> >
> > Srinivas, please rebase this on top of commit c95aa2bab974 (the head
> > of my thermal-hfi branch) and resubmit with a CC to linux-pm.
> >
> I see these branches at
>  https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
>
>  remotes/rafael-pm/acpi
>   remotes/rafael-pm/bleeding-edge
>   remotes/rafael-pm/devprop
>   remotes/rafael-pm/linux-next
>   remotes/rafael-pm/master
>   remotes/rafael-pm/pm
>   remotes/rafael-pm/pnp
>   remotes/rafael-pm/testing
>   remotes/rafael-pm/thermal
>
> There is no thermal-hfi publicly visible. Is this OK to rebase on top
> of thermal or linux-next?

thermal-hfi should be visible now.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [GIT PULL]: tools/power/x86/intel-speed-select pull request for 5.18-rc1
  2022-02-17 19:28 ` Rafael J. Wysocki
@ 2022-02-17 19:31   ` Pandruvada, Srinivas
  0 siblings, 0 replies; 10+ messages in thread
From: Pandruvada, Srinivas @ 2022-02-17 19:31 UTC (permalink / raw)
  To: rafael
  Cc: hdegoede, mgross, prarit, linux-pm, daniel.lezcano, platform-driver-x86

On Thu, 2022-02-17 at 20:28 +0100, Rafael J. Wysocki wrote:
> On Thu, Feb 17, 2022 at 8:07 PM Pandruvada, Srinivas
> <srinivas.pandruvada@intel.com> wrote:
> > 
> > Hi Rafael,
> > 
> > Changes on top of
> > https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
> > thermal-hfi
> > 
> > 
> > The following changes since commit
> > c95aa2bab974394809edea28690f6504a15791b6:
> > 
> >   thermal: intel: hfi: INTEL_HFI_THERMAL depends on NET (2022-02-10
> > 20:58:24 +0100)
> > 
> > are available in the Git repository at:
> > 
> >   https://github.com/spandruvada/linux-kernel.git intel-sst-thermal
> > 
> > for you to fetch changes up to
> > f3874e96fad596cd2c2441802be7e1d0c9fa8677:
> > 
> >   tools/power/x86/intel-speed-select: v1.12 release (2022-02-17
> > 10:57:38 -0800)
> > 
> > ----------------------------------------------------------------
> > Srinivas Pandruvada (3):
> >       tools/power/x86/intel-speed-select: OOB daemon mode
> >       tools/power/x86/intel-speed-select: HFI support
> >       tools/power/x86/intel-speed-select: v1.12 release
> > 
> >  tools/power/x86/intel-speed-select/Build         |   2 +-
> >  tools/power/x86/intel-speed-select/Makefile      |  10 ++-
> >  tools/power/x86/intel-speed-select/hfi-events.c  | 309
> > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > ++++
> > ++++++++++++
> >  tools/power/x86/intel-speed-select/isst-config.c |  54
> > ++++++++++++---
> >  tools/power/x86/intel-speed-select/isst-daemon.c | 244
> > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >  tools/power/x86/intel-speed-select/isst.h        |  13 ++++
> >  6 files changed, 617 insertions(+), 15 deletions(-)
> >  create mode 100644 tools/power/x86/intel-speed-select/hfi-events.c
> >  create mode 100644 tools/power/x86/intel-speed-select/isst-
> > daemon.c
> 
> Merged into the thermal-hfi branch and pushed out.
Thanks.

> Next time I would appreciate adding a concise summary of the changes
> to the pull request, so that I can add it to the merge commit log.
> 
Sure.

Thanks,
Srinivas


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [GIT PULL]: tools/power/x86/intel-speed-select pull request for 5.18-rc1
  2022-02-17 19:07 Pandruvada, Srinivas
@ 2022-02-17 19:28 ` Rafael J. Wysocki
  2022-02-17 19:31   ` Pandruvada, Srinivas
  0 siblings, 1 reply; 10+ messages in thread
From: Rafael J. Wysocki @ 2022-02-17 19:28 UTC (permalink / raw)
  To: Pandruvada, Srinivas
  Cc: rafael, hdegoede, mgross, prarit, linux-pm, daniel.lezcano,
	platform-driver-x86, srinivas.pandruvada

On Thu, Feb 17, 2022 at 8:07 PM Pandruvada, Srinivas
<srinivas.pandruvada@intel.com> wrote:
>
> Hi Rafael,
>
> Changes on top of
> https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
> thermal-hfi
>
>
> The following changes since commit
> c95aa2bab974394809edea28690f6504a15791b6:
>
>   thermal: intel: hfi: INTEL_HFI_THERMAL depends on NET (2022-02-10
> 20:58:24 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/spandruvada/linux-kernel.git intel-sst-thermal
>
> for you to fetch changes up to
> f3874e96fad596cd2c2441802be7e1d0c9fa8677:
>
>   tools/power/x86/intel-speed-select: v1.12 release (2022-02-17
> 10:57:38 -0800)
>
> ----------------------------------------------------------------
> Srinivas Pandruvada (3):
>       tools/power/x86/intel-speed-select: OOB daemon mode
>       tools/power/x86/intel-speed-select: HFI support
>       tools/power/x86/intel-speed-select: v1.12 release
>
>  tools/power/x86/intel-speed-select/Build         |   2 +-
>  tools/power/x86/intel-speed-select/Makefile      |  10 ++-
>  tools/power/x86/intel-speed-select/hfi-events.c  | 309
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++++++++
>  tools/power/x86/intel-speed-select/isst-config.c |  54 ++++++++++++---
>  tools/power/x86/intel-speed-select/isst-daemon.c | 244
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  tools/power/x86/intel-speed-select/isst.h        |  13 ++++
>  6 files changed, 617 insertions(+), 15 deletions(-)
>  create mode 100644 tools/power/x86/intel-speed-select/hfi-events.c
>  create mode 100644 tools/power/x86/intel-speed-select/isst-daemon.c

Merged into the thermal-hfi branch and pushed out.

Next time I would appreciate adding a concise summary of the changes
to the pull request, so that I can add it to the merge commit log.

Thanks!

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [GIT PULL]: tools/power/x86/intel-speed-select pull request for 5.18-rc1
@ 2022-02-17 19:07 Pandruvada, Srinivas
  2022-02-17 19:28 ` Rafael J. Wysocki
  0 siblings, 1 reply; 10+ messages in thread
From: Pandruvada, Srinivas @ 2022-02-17 19:07 UTC (permalink / raw)
  To: rafael
  Cc: hdegoede, mgross, prarit, linux-pm, daniel.lezcano,
	platform-driver-x86, srinivas.pandruvada

Hi Rafael,

Changes on top of 
https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
thermal-hfi


The following changes since commit
c95aa2bab974394809edea28690f6504a15791b6:

  thermal: intel: hfi: INTEL_HFI_THERMAL depends on NET (2022-02-10
20:58:24 +0100)

are available in the Git repository at:

  https://github.com/spandruvada/linux-kernel.git intel-sst-thermal

for you to fetch changes up to
f3874e96fad596cd2c2441802be7e1d0c9fa8677:

  tools/power/x86/intel-speed-select: v1.12 release (2022-02-17
10:57:38 -0800)

----------------------------------------------------------------
Srinivas Pandruvada (3):
      tools/power/x86/intel-speed-select: OOB daemon mode
      tools/power/x86/intel-speed-select: HFI support
      tools/power/x86/intel-speed-select: v1.12 release

 tools/power/x86/intel-speed-select/Build         |   2 +-
 tools/power/x86/intel-speed-select/Makefile      |  10 ++-
 tools/power/x86/intel-speed-select/hfi-events.c  | 309
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++
 tools/power/x86/intel-speed-select/isst-config.c |  54 ++++++++++++---
 tools/power/x86/intel-speed-select/isst-daemon.c | 244
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tools/power/x86/intel-speed-select/isst.h        |  13 ++++
 6 files changed, 617 insertions(+), 15 deletions(-)
 create mode 100644 tools/power/x86/intel-speed-select/hfi-events.c
 create mode 100644 tools/power/x86/intel-speed-select/isst-daemon.c

Thanks,
Srinivas

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-02-17 19:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-15 19:21 [GIT PULL]: tools/power/x86/intel-speed-select pull request for 5.18-rc1 Pandruvada, Srinivas
2022-02-17 16:39 ` Hans de Goede
2022-02-17 16:41   ` Rafael J. Wysocki
2022-02-17 16:43     ` Hans de Goede
2022-02-17 18:20       ` Rafael J. Wysocki
2022-02-17 18:36         ` Pandruvada, Srinivas
2022-02-17 18:51           ` Rafael J. Wysocki
2022-02-17 19:07 Pandruvada, Srinivas
2022-02-17 19:28 ` Rafael J. Wysocki
2022-02-17 19:31   ` Pandruvada, Srinivas

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.