index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
thermal_netlink.c
Age
Commit message (
Expand
)
Author
2024-10-24
thermal: netlink: Add the commands and the events for the thresholds
Daniel Lezcano
2024-10-23
thermal: core: Add and use thermal zone guard
Rafael J. Wysocki
2024-10-04
thermal: core: Reference count the zone in thermal_zone_get_by_id()
Rafael J. Wysocki
2024-04-15
Merge branch 'thermal-intel' into thermal
Rafael J. Wysocki
2024-04-08
thermal: core: Move threshold out of struct thermal_trip
Rafael J. Wysocki
2024-03-27
thermal: netlink: Rename thermal_gnl_family
Stanislaw Gruszka
2024-03-27
thermal: netlink: Add genetlink bind/unbind notifications
Stanislaw Gruszka
2024-01-12
thermal: netlink: Rework notify API for cooling devices
Rafael J. Wysocki
2024-01-09
thermal: netlink: Pass thermal zone pointer to notify routines
Rafael J. Wysocki
2024-01-09
thermal: netlink: Drop thermal_notify_tz_trip_add/delete()
Rafael J. Wysocki
2024-01-09
thermal: netlink: Pass pointers to thermal_notify_tz_trip_up/down()
Rafael J. Wysocki
2024-01-09
thermal: netlink: Pass pointers to thermal_notify_tz_trip_change()
Rafael J. Wysocki
2023-12-28
thermal: netlink: Add thermal_group_has_listeners() helper
Stanislaw Gruszka
2023-12-28
thermal: netlink: Add enum for mutlicast groups indexes
Stanislaw Gruszka
2023-12-13
thermal: netlink: Use for_each_trip() in thermal_genl_cmd_tz_get_trip()
Rafael J. Wysocki
2023-01-25
thermal/core: Fix unregistering netlink at thermal init time
Daniel Lezcano
2023-01-06
thermal/core: Add a generic thermal_zone_get_trip() function
Daniel Lezcano
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
2022-07-28
thermal/core: Rename 'trips' to 'num_trips'
Daniel Lezcano
2022-03-18
Merge branch 'thermal-hfi'
Rafael J. Wysocki
2022-03-01
thermal: core: Fix TZ_GET_TRIP NULL pointer dereference
Nicolas Cavallari
2022-02-03
thermal: netlink: Add a new event to notify CPU capabilities change
Srinivas Pandruvada
2021-10-07
thermal/drivers/netlink: Add the temperature when crossing a trip point
Daniel Lezcano
2020-10-17
Merge tag 'thermal-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-10-12
thermal: core: Adding missing nlmsg_free() in thermal_genl_sampling_temp()
Jing Xiangfeng
2020-10-02
genetlink: move to smaller ops wherever possible
Jakub Kicinski
2020-10-02
genetlink: add small version of ops
Jakub Kicinski
2020-07-21
thermal: netlink: Improve the initcall ordering
Daniel Lezcano
2020-07-21
thermal: core: remove redundant initialization of variable ret
Colin Ian King
2020-07-07
thermal: core: genetlink support for events/cmd/sampling
Daniel Lezcano