aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2022-03-18Merge branch 'thermal-hfi'Gravatar Rafael J. Wysocki 7-0/+690
2022-03-18Merge branches 'thermal-powerclamp', 'thermal-int340x' and 'thermal-docs'Gravatar Rafael J. Wysocki 3-72/+113
2022-03-16thermal: int340x: Update OS policy capability handshakeGravatar Srinivas Pandruvada 1-49/+97
2022-03-16thermal: int340x: Increase bitmap sizeGravatar Srinivas Pandruvada 1-1/+1
2022-03-08thermal/drivers/ti-soc-thermal: Remove unused function ti_thermal_get_temp()Gravatar YueHaibing 1-8/+0
2022-03-08thermal/drivers/brcmstb_thermal: Interrupt is optionalGravatar Florian Fainelli 1-1/+1
2022-03-08thermal: tegra-bpmp: Handle errors in BPMP responseGravatar Mikko Perttunen 1-1/+12
2022-03-08drivers/thermal/ti-soc-thermal: Add hwmon supportGravatar Romain Naour 1-0/+4
2022-03-08thermal/drivers/qcom/lmh: Add support for sm8150Gravatar Thara Gopinath 1-27/+35
2022-03-08thermal/drivers/tsens: register thermal zones as hwmon sensorsGravatar Dmitry Baryshkov 1-0/+5
2022-03-01thermal: core: Fix TZ_GET_TRIP NULL pointer dereferenceGravatar Nicolas Cavallari 1-2/+3
2022-02-28Merge back int340x thermal driver changes for v5.18.Gravatar Rafael J. Wysocki 2-16/+12
2022-02-24thermal: int340x: fix memory leak in int3400_notify()Gravatar Chuansheng Liu 1-0/+4
2022-02-10thermal: intel: hfi: INTEL_HFI_THERMAL depends on NETGravatar Randy Dunlap 1-0/+1
2022-02-07thermal: netlink: Fix parameter type of thermal_genl_cpu_capability_event() stubGravatar Nathan Chancellor 1-1/+1
2022-02-04thermal: Replace acpi_bus_get_device()Gravatar Rafael J. Wysocki 1-16/+7
2022-02-04thermal: intel_powerclamp: don't use bitmap_weight() in end_power_clamp()Gravatar Yury Norov 1-6/+3
2022-02-04thermal: int340x: Check for NULL after calling kmemdup()Gravatar Jiasheng Jiang 1-0/+5
2022-02-03thermal: intel: hfi: Notify user space for HFI eventsGravatar Srinivas Pandruvada 2-1/+75
2022-02-03thermal: netlink: Add a new event to notify CPU capabilities changeGravatar Srinivas Pandruvada 2-0/+67
2022-02-03thermal: intel: hfi: Enable notification interruptGravatar Ricardo Neri 3-0/+122
2022-02-03thermal: intel: hfi: Handle CPU hotplug eventsGravatar Ricardo Neri 3-0/+218
2022-02-03thermal: intel: hfi: Minimally initialize the Hardware Feedback InterfaceGravatar Ricardo Neri 5-0/+208
2022-01-17thermal: int340x: Add Raptor Lake PCI device idGravatar Srinivas Pandruvada 2-0/+2
2022-01-17thermal: int340x: Support Raptor LakeGravatar Srinivas Pandruvada 2-0/+2
2022-01-10Merge tag 'thermal-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 11-132/+449
2022-01-10Merge branch 'thermal-int340x'Gravatar Rafael J. Wysocki 3-53/+73
2021-12-30thermal/drivers/int340x: Fix RFIM mailbox write commandsGravatar Sumeet Pawnikar 3-53/+73
2021-12-30Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Gravatar Rafael J. Wysocki 1-5/+1
2021-12-27Merge tag 'thermal-v5.17-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...Gravatar Rafael J. Wysocki 6-55/+347
2021-12-14Merge back int340x driver material for 5.17.Gravatar Rafael J. Wysocki 2-24/+29
2021-12-09thermal/drivers/rz2gl: Add error check for reset_control_deassert()Gravatar Biju Das 1-2/+4
2021-12-08thermal: int340x: Fix VCoRefLow MMIO bit offset for TGLGravatar Sumeet Pawnikar 1-1/+1
2021-12-02thermal/drivers/imx8mm: Enable ADC when enabling monitorGravatar Paul Gerber 1-0/+3
2021-11-30thermal/drivers: Add TSU driver for RZ/G2LGravatar Biju Das 3-0/+250
2021-11-30thermal/drivers/intel_powerclamp: Constify static thermal_cooling_device_opsGravatar Rikard Falkeborn 1-1/+1
2021-11-30thermal/drivers/imx: Implement runtime PM supportGravatar Oleksij Rempel 1-54/+91
2021-11-24thermal: int340x: Use struct_group() for memcpy() regionGravatar Kees Cook 2-24/+29
2021-11-23thermal: cpufreq_cooling: Use new thermal pressure update functionGravatar Lukasz Luba 1-5/+1
2021-11-18Merge branch 'thermal-int340x'Gravatar Rafael J. Wysocki 1-2/+2
2021-11-16thermal: core: Reset previous low and high trip during thermal zone initGravatar Manaf Meethalavalappu Pallikunhi 1-0/+2
2021-11-16thermal: int340x: Limit Kconfig to 64-bitGravatar Arnd Bergmann 1-2/+2
2021-11-12thermal: int340x: fix build on 32-bit targetsGravatar Linus Torvalds 1-0/+1
2021-11-10Merge branch 'thermal-int340x'Gravatar Rafael J. Wysocki 3-15/+19
2021-11-05thermal: Replace pr_warn() with pr_warn_once() in user_space_bind()Gravatar Rafael J. Wysocki 1-2/+2
2021-11-05thermal: Fix NULL pointer dereferences in of_thermal_ functionsGravatar Subbaraman Narayanamurthy 1-3/+6
2021-11-04thermal/drivers/int340x: processor_thermal: Suppot 64 bit RFIM responsesGravatar Srinivas Pandruvada 3-15/+19
2021-10-26Merge branches 'thermal-int340x', 'thermal-powerclamp' and 'thermal-docs'Gravatar Rafael J. Wysocki 2-10/+7
2021-10-21thermal/core: Deprecate changing cooling device state from userspaceGravatar Daniel Lezcano 1-0/+3
2021-10-21thermal/core: Make the userspace governor deprecatedGravatar Daniel Lezcano 1-0/+9