summaryrefslogtreecommitdiff
path: root/drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c
AgeCommit message (Expand)AuthorFilesLines
13 daysthermal: intel: int340x: processor: Fix warning during module unloadZhang Rui1-2/+0
2024-07-30thermal: intel: int340x: Free MSI IRQ vectors on module exitSrinivas Pandruvada1-0/+3
2024-07-30thermal: intel: int340x: Allow limited thermal MSI supportSrinivas Pandruvada1-5/+5
2024-07-30thermal: intel: int340x: Fix kernel warning during MSI cleanupSrinivas Pandruvada1-2/+14
2024-07-15Merge branch 'thermal-intel'Rafael J. Wysocki1-25/+90
2024-07-12thermal: trip: Pass trip pointer to .set_trip_temp() thermal zone callbackRafael J. Wysocki1-1/+2
2024-06-21thermal: intel: int340x: Enable WLT and power floor support for Lunar LakeSrinivas Pandruvada1-1/+2
2024-06-21thermal: intel: int340x: Support MSI interrupt for Lunar LakeSrinivas Pandruvada1-23/+89
2024-06-21thermal: intel: int340x: Remove unnecessary calls to free irqSrinivas Pandruvada1-3/+0
2024-06-21thermal: intel: int340x: Add DLVR support for Lunar LakeSrinivas Pandruvada1-1/+2
2024-06-19thermal: int340x: processor_thermal: Support shared interruptsSrinivas Pandruvada1-1/+2
2024-03-05Merge thermal core changes for 6.9 to satisfy a dependency.Rafael J. Wysocki1-6/+6
2024-02-28thermal: int340x: processor_thermal: Add Lunar Lake-M PCI IDSrinivas Pandruvada1-0/+1
2024-02-27thermal: core: Eliminate writable trip points masksRafael J. Wysocki1-1/+1
2024-02-27thermal: intel: Set THERMAL_TRIP_FLAG_RW_TEMP directlyRafael J. Wysocki1-1/+2
2024-02-23thermal: intel: Adjust ops handling during thermal zone registrationRafael J. Wysocki1-1/+1
2024-02-23thermal: intel: Discard trip tables after zone registrationRafael J. Wysocki1-4/+3
2023-10-12thermal: int340x: processor_thermal: Enable power floor supportSrinivas Pandruvada1-1/+1
2023-10-12thermal: int340x: processor_thermal: Handle power floor interruptsSrinivas Pandruvada1-1/+8
2023-10-12thermal: int340x: processor_thermal: Set feature mask before proc_thermal_addSrinivas Pandruvada1-11/+10
2023-10-12thermal: int340x: processor_thermal: Common function to clear SOC interruptSrinivas Pandruvada1-0/+13
2023-09-21thermal: int340x: processor_thermal: Ack all PCI interruptsSrinivas Pandruvada1-1/+2
2023-09-18thermal: int340x: Add ArrowLake-S PCI IDSrinivas Pandruvada1-0/+2
2023-09-14thermal: int340x: Handle workload hint interruptsSrinivas Pandruvada1-7/+32
2023-09-14thermal: int340x: processor_thermal: Add workload type hint interfaceSrinivas Pandruvada1-1/+2
2023-09-14thermal: int340x: Remove PROC_THERMAL_FEATURE_WLT_REQ for Meteor LakeSrinivas Pandruvada1-2/+1
2023-09-14thermal: int340x: processor_thermal: Use non MSI interrupts by defaultSrinivas Pandruvada1-9/+21
2023-09-14thermal: int340x: processor_thermal: Move mailbox code to common moduleSrinivas Pandruvada1-3/+7
2023-04-18thermal: intel: int340x: Add DLVR support for RFIM controlSrinivas Pandruvada1-1/+1
2023-03-31Merge back Intel thermal driver changes for 6.4-rc1.Rafael J. Wysocki1-2/+2
2023-03-29thermal: intel: int340x: processor_thermal: Fix additional deadlockSrinivas Pandruvada1-1/+0
2023-03-08Merge branch 'thermal-core' into thermalRafael J. Wysocki1-2/+2
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano1-2/+2
2023-03-03thermal: intel: int340x: processor_thermal: Fix deadlockSrinivas Pandruvada1-1/+4
2023-01-26thermal: intel: processor_thermal_device_pci: Use generic trip pointDaniel Lezcano1-31/+22
2022-09-24thermal: int340x: processor_thermal: Use module_pci_driver() macroShang XiaoJing1-12/+1
2022-05-25thermal: int340x: Add Meteor Lake PCI device IDSumeet Pawnikar1-0/+1
2022-01-17thermal: int340x: Add Raptor Lake PCI device idSrinivas Pandruvada1-0/+1
2021-10-21thermal/drivers/int340x: Improve the tcc offset saving for suspend/resumeAntoine Tenart1-1/+17
2021-07-04thermal/drivers/int340x/processor_thermal: Fix warning for return valueSrinivas Pandruvada1-1/+3
2021-07-04thermal/drivers/int340x/processor_thermal: Add PCI MMIO based thermal driverSrinivas Pandruvada1-0/+371