[PATCH 0/3] Lunar Lake DLVR support

Srinivas Pandruvada posted 3 patches 1 year, 6 months ago
.../processor_thermal_device.c                |   3 +-
.../processor_thermal_device_pci.c            |   3 +-
.../int340x_thermal/processor_thermal_rfim.c  | 113 +++++++++++++++++-
3 files changed, 111 insertions(+), 8 deletions(-)
[PATCH 0/3] Lunar Lake DLVR support
Posted by Srinivas Pandruvada 1 year, 6 months ago
Support DLVR controls for Lunar Lake. The first two patches are preparatory
changes to add DLVR support by the third patch.

Srinivas Pandruvada (3):
  thermal: intel: int340x: Cleanup of DLVR sysfs on driver remove
  thermal: intel: int340x: Capability to map user space to firmware
    values
  thermal: intel: int340x: Add DLVR support for Lunar Lake

 .../processor_thermal_device.c                |   3 +-
 .../processor_thermal_device_pci.c            |   3 +-
 .../int340x_thermal/processor_thermal_rfim.c  | 113 +++++++++++++++++-
 3 files changed, 111 insertions(+), 8 deletions(-)

-- 
2.40.1
Re: [PATCH 0/3] Lunar Lake DLVR support
Posted by Rafael J. Wysocki 1 year, 5 months ago
On Wed, Jun 19, 2024 at 2:46 PM Srinivas Pandruvada
<srinivas.pandruvada@linux.intel.com> wrote:
>
> Support DLVR controls for Lunar Lake. The first two patches are preparatory
> changes to add DLVR support by the third patch.
>
> Srinivas Pandruvada (3):
>   thermal: intel: int340x: Cleanup of DLVR sysfs on driver remove
>   thermal: intel: int340x: Capability to map user space to firmware
>     values
>   thermal: intel: int340x: Add DLVR support for Lunar Lake
>
>  .../processor_thermal_device.c                |   3 +-
>  .../processor_thermal_device_pci.c            |   3 +-
>  .../int340x_thermal/processor_thermal_rfim.c  | 113 +++++++++++++++++-
>  3 files changed, 111 insertions(+), 8 deletions(-)
>
> --

All applied as 6.11 material, thanks!