summaryrefslogtreecommitdiff
path: root/drivers/thermal/intel/intel_hfi.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-16x86/cpu/topology: Rename topology_max_die_per_package()Thomas Gleixner1-1/+1
2024-01-12thermal: intel: hfi: Add syscore callbacks for system-wide PMRicardo Neri1-0/+28
2024-01-03thermal: intel: hfi: Disable an HFI instance when all its CPUs go offlineRicardo Neri1-0/+35
2024-01-03thermal: intel: hfi: Enable an HFI instance from its first online CPURicardo Neri1-7/+10
2024-01-03thermal: intel: hfi: Refactor enabling code into helper functionsRicardo Neri1-21/+22
2023-02-15thermal: Remove core header inclusion from driversDaniel Lezcano1-1/+2
2022-12-02thermal: intel: hfi: Remove a pointless die_id checkRicardo Neri1-1/+1
2022-11-23thermal: intel: hfi: ACK HFI for the same timestampSrinivas Pandruvada1-5/+17
2022-11-23thermal: intel: Protect clearing of thermal status bitsSrinivas Pandruvada1-6/+2
2022-10-28thermal: intel: hfi: Improve the type of hfi_features::nr_table_pagesRicardo Neri1-1/+1
2022-05-18thermal: intel: hfi: remove NULL check after container_of() callHaowen Bai1-2/+0
2022-02-03thermal: intel: hfi: Notify user space for HFI eventsSrinivas Pandruvada1-1/+74
2022-02-03thermal: intel: hfi: Enable notification interruptRicardo Neri1-0/+110
2022-02-03thermal: intel: hfi: Handle CPU hotplug eventsRicardo Neri1-0/+205
2022-02-03thermal: intel: hfi: Minimally initialize the Hardware Feedback InterfaceRicardo Neri1-0/+181