summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/intel/int340x_thermal (follow)
Commit message (Expand)AuthorAgeFilesLines
* thermal: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-11-135-5/+5
* thermal: intel: int340x: processor: Add MMIO RAPL PL4 supportZhang Rui2024-10-081-2/+2
* thermal: intel: int340x: processor: Remove MMIO RAPL CPU hotplug supportZhang Rui2024-10-081-44/+22
* thermal: intel: int340x: processor: Fix warning during module unloadZhang Rui2024-10-071-2/+0
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* thermal: intel: int340x: Free MSI IRQ vectors on module exitSrinivas Pandruvada2024-07-301-0/+3
* thermal: intel: int340x: Allow limited thermal MSI supportSrinivas Pandruvada2024-07-301-5/+5
* thermal: intel: int340x: Fix kernel warning during MSI cleanupSrinivas Pandruvada2024-07-301-2/+14
* Merge branch 'thermal-intel'Rafael J. Wysocki2024-07-156-44/+201
|\
| * thermal: intel: int340x: Enable WLT and power floor support for Lunar LakeSrinivas Pandruvada2024-06-211-1/+2
| * thermal: intel: int340x: Support MSI interrupt for Lunar LakeSrinivas Pandruvada2024-06-212-23/+90
| * thermal: intel: int340x: Remove unnecessary calls to free irqSrinivas Pandruvada2024-06-211-3/+0
| * thermal: intel: int340x: Add DLVR support for Lunar LakeSrinivas Pandruvada2024-06-212-3/+33
| * thermal: intel: int340x: Capability to map user space to firmware valuesSrinivas Pandruvada2024-06-211-4/+76
| * thermal: intel: int340x: Cleanup of DLVR sysfs on driver removeSrinivas Pandruvada2024-06-211-1/+2
| * Merge back thermal control changes related to Intel platforms for v6.11Rafael J. Wysocki2024-06-212-12/+1
| |\
| | * thermal: int3403: remove unused struct 'int3403_performance_state'Dr. David Alan Gilbert2024-06-071-11/+0
| | * thermal: int3400: Use sizeof(*pointer) instead of sizeof(type)Erick Archer2024-06-071-1/+1
* | | thermal: trip: Pass trip pointer to .set_trip_temp() thermal zone callbackRafael J. Wysocki2024-07-122-4/+7
* | | thermal: trip: Add conversion macros for thermal trip priv fieldRafael J. Wysocki2024-07-091-12/+2
|/ /
* / thermal: int340x: processor_thermal: Support shared interruptsSrinivas Pandruvada2024-06-191-1/+2
|/
* Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-221-8/+1
|\
| * treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner2024-04-111-8/+1
* | Merge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2024-05-142-0/+2
|\ \
| * | ACPI: DPTF: Add Lunar Lake supportSumeet Pawnikar2024-04-082-0/+2
| |/
* | thermal: intel: Add missing module descriptionSrinivas Pandruvada2024-05-026-0/+6
* | thermal: intel: int340x_thermal: replace deprecated strncpy() with strscpy()Justin Stitt2024-03-271-2/+2
|/
* Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-135-42/+25
|\
| * thermal: intel: int340x_thermal: Use thermal zone accessor functionsRafael J. Wysocki2024-03-051-1/+2
| * Merge thermal core changes for 6.9 to satisfy a dependency.Rafael J. Wysocki2024-03-053-37/+17
| |\
| | * thermal: core: Eliminate writable trip points masksRafael J. Wysocki2024-02-272-2/+2
| | * thermal: intel: Set THERMAL_TRIP_FLAG_RW_TEMP directlyRafael J. Wysocki2024-02-272-6/+5
| | * thermal: intel: Adjust ops handling during thermal zone registrationRafael J. Wysocki2024-02-233-22/+7
| | * thermal: intel: Discard trip tables after zone registrationRafael J. Wysocki2024-02-233-9/+5
| * | thermal: int340x: processor_thermal: Add Lunar Lake-M PCI IDSrinivas Pandruvada2024-02-282-0/+2
| |/
| * thermal/intel: Fix intel_tcc_get_temp() to support negative CPU temperatureZhang Rui2024-02-121-4/+4
* | powercap: intel_rapl: Fix locking in TPMI RAPLZhang Rui2024-02-131-4/+4
|/
* Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-101-3/+5
|\
| * thermal: trip: Send trip change notifications on all trip updatesRafael J. Wysocki2023-12-131-3/+5
* | thermal: ACPI: Move the ACPI thermal library to drivers/acpi/Rafael J. Wysocki2023-11-211-1/+1
|/
* Merge branch 'thermal-intel'Rafael J. Wysocki2023-10-2310-205/+814
|\
| * thermal: int340x: processor_thermal: Enable power floor supportSrinivas Pandruvada2023-10-121-1/+1
| * thermal: int340x: processor_thermal: Handle power floor interruptsSrinivas Pandruvada2023-10-121-1/+8
| * thermal: int340x: processor_thermal: Support power floor notificationsSrinivas Pandruvada2023-10-124-1/+202
| * thermal: int340x: processor_thermal: Set feature mask before proc_thermal_addSrinivas Pandruvada2023-10-121-11/+10
| * thermal: int340x: processor_thermal: Common function to clear SOC interruptSrinivas Pandruvada2023-10-123-2/+14
| * thermal: int340x: processor_thermal: Move interrupt status MMIO offset to com...Srinivas Pandruvada2023-10-122-1/+2
| * thermal: int340x: Use thermal_zone_for_each_trip()Rafael J. Wysocki2023-10-051-36/+42
| * thermal: int340x: processor_thermal: Ack all PCI interruptsSrinivas Pandruvada2023-09-211-1/+2
| * thermal: int340x: Add ArrowLake-S PCI IDSrinivas Pandruvada2023-09-182-0/+3