Message ID | 20240723140228.865919-1-srinivas.pandruvada@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | thermal: intel: int340x: Fix Lunar Lake MSI support | expand |
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!