mbox series

[0/3] thermal: intel: int340x: Fix Lunar Lake MSI support

Message ID 20240723140228.865919-1-srinivas.pandruvada@linux.intel.com
Headers show
Series thermal: intel: int340x: Fix Lunar Lake MSI support | expand

Message

srinivas pandruvada July 23, 2024, 2:02 p.m. UTC
On some pre-production systems, there is a partial support for thermal
interrupts. This cause kernel warning and fail to register TCPU sensor.

This series address these issues.

Srinivas Pandruvada (3):
  thermal: intel: int340x: Fix kernel warning during MSI cleanup
  thermal: intel: int340x: Allow limited thermal MSI support
  thermal: intel: int340x: Free MSI IRQ vectors on module exit

 .../processor_thermal_device_pci.c            | 29 ++++++++++++++-----
 1 file changed, 22 insertions(+), 7 deletions(-)

Comments

Rafael J. Wysocki July 30, 2024, 1:52 p.m. UTC | #1
On Tue, Jul 23, 2024 at 4:02 PM Srinivas Pandruvada
<srinivas.pandruvada@linux.intel.com> wrote:
>
> On some pre-production systems, there is a partial support for thermal
> interrupts. This cause kernel warning and fail to register TCPU sensor.
>
> This series address these issues.
>
> Srinivas Pandruvada (3):
>   thermal: intel: int340x: Fix kernel warning during MSI cleanup
>   thermal: intel: int340x: Allow limited thermal MSI support
>   thermal: intel: int340x: Free MSI IRQ vectors on module exit
>
>  .../processor_thermal_device_pci.c            | 29 ++++++++++++++-----
>  1 file changed, 22 insertions(+), 7 deletions(-)
>
> --

All patches applied as 6.11-rc material, thanks!