mbox series

[SRU,N,0/1] Add Dynamic Tuning Technology (DTT) support for Lunar Lake

Message ID 20240724112422.1637003-1-thibault.ferrante@canonical.com
Headers show
Series Add Dynamic Tuning Technology (DTT) support for Lunar Lake | expand

Message

Thibault Ferrante July 24, 2024, 11:24 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2073961

[ Impact ]

Add Lunar Lake-M PCI ID for processor thermal device.

[ Fix ]

Clean cherry pick from upstream.

[ Test Plan ]

Compiled.

[ Where problems could occur ]

Bad thermal management for Lunar Lake CPU.

Srinivas Pandruvada (1):
  thermal: int340x: processor_thermal: Add Lunar Lake-M PCI ID

 drivers/thermal/intel/int340x_thermal/processor_thermal_device.h | 1 +
 .../thermal/intel/int340x_thermal/processor_thermal_device_pci.c | 1 +
 2 files changed, 2 insertions(+)

Comments

Manuel Diewald July 24, 2024, 7:31 p.m. UTC | #1
On Wed, Jul 24, 2024 at 01:24:21PM +0200, Thibault Ferrante wrote:
> BugLink: https://bugs.launchpad.net/bugs/2073961
> 
> [ Impact ]
> 
> Add Lunar Lake-M PCI ID for processor thermal device.
> 
> [ Fix ]
> 
> Clean cherry pick from upstream.
> 
> [ Test Plan ]
> 
> Compiled.
> 
> [ Where problems could occur ]
> 
> Bad thermal management for Lunar Lake CPU.
> 
> Srinivas Pandruvada (1):
>   thermal: int340x: processor_thermal: Add Lunar Lake-M PCI ID
> 
>  drivers/thermal/intel/int340x_thermal/processor_thermal_device.h | 1 +
>  .../thermal/intel/int340x_thermal/processor_thermal_device_pci.c | 1 +
>  2 files changed, 2 insertions(+)
> 
> -- 
> 2.43.0
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team

Acked-by: Manuel Diewald <manuel.diewald@canonical.com>
Kevin Becker July 24, 2024, 9:11 p.m. UTC | #2
On Wed, Jul 24, 2024 at 7:25 AM Thibault Ferrante
<thibault.ferrante@canonical.com> wrote:
>
> BugLink: https://bugs.launchpad.net/bugs/2073961
>
> [ Impact ]
>
> Add Lunar Lake-M PCI ID for processor thermal device.
>
> [ Fix ]
>
> Clean cherry pick from upstream.
>
> [ Test Plan ]
>
> Compiled.
>
> [ Where problems could occur ]
>
> Bad thermal management for Lunar Lake CPU.
>
> Srinivas Pandruvada (1):
>   thermal: int340x: processor_thermal: Add Lunar Lake-M PCI ID
>
>  drivers/thermal/intel/int340x_thermal/processor_thermal_device.h | 1 +
>  .../thermal/intel/int340x_thermal/processor_thermal_device_pci.c | 1 +
>  2 files changed, 2 insertions(+)
>
> --

Acked-by: Kevin Becker <kevin.becker@canonical.com>
Roxana Nicolescu July 26, 2024, 9:41 a.m. UTC | #3
On 24/07/2024 13:24, Thibault Ferrante wrote:
> BugLink: https://bugs.launchpad.net/bugs/2073961
>
> [ Impact ]
>
> Add Lunar Lake-M PCI ID for processor thermal device.
>
> [ Fix ]
>
> Clean cherry pick from upstream.
>
> [ Test Plan ]
>
> Compiled.
>
> [ Where problems could occur ]
>
> Bad thermal management for Lunar Lake CPU.
>
> Srinivas Pandruvada (1):
>    thermal: int340x: processor_thermal: Add Lunar Lake-M PCI ID
>
>   drivers/thermal/intel/int340x_thermal/processor_thermal_device.h | 1 +
>   .../thermal/intel/int340x_thermal/processor_thermal_device_pci.c | 1 +
>   2 files changed, 2 insertions(+)
>
Applied to noble:linux master-next branch. Thanks!