mbox series

[0/3] Lunar Lake DLVR support

Message ID 20240619124600.491168-1-srinivas.pandruvada@linux.intel.com (mailing list archive)
Headers show
Series Lunar Lake DLVR support | expand

Message

Srinivas Pandruvada June 19, 2024, 12:45 p.m. UTC
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(-)

Comments

Rafael J. Wysocki June 21, 2024, 1:22 p.m. UTC | #1
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!