Message ID | 20240724112422.1637003-1-thibault.ferrante@canonical.com |
---|---|
Headers | show |
Series | Add Dynamic Tuning Technology (DTT) support for Lunar Lake | expand |
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>
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>
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!