summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: netlink: Rework notify API for cooling devicesRafael J. Wysocki2024-01-121-7/+8
* thermal: netlink: Pass thermal zone pointer to notify routinesRafael J. Wysocki2024-01-091-10/+11
* thermal: netlink: Drop thermal_notify_tz_trip_add/delete()Rafael J. Wysocki2024-01-091-32/+1
* thermal: netlink: Pass pointers to thermal_notify_tz_trip_up/down()Rafael J. Wysocki2024-01-091-4/+10
* thermal: netlink: Pass pointers to thermal_notify_tz_trip_change()Rafael J. Wysocki2024-01-091-6/+8
* thermal: netlink: Add thermal_group_has_listeners() helperStanislaw Gruszka2023-12-281-0/+11
* thermal: netlink: Add enum for mutlicast groups indexesStanislaw Gruszka2023-12-281-4/+9
* thermal: netlink: Use for_each_trip() in thermal_genl_cmd_tz_get_trip()Rafael J. Wysocki2023-12-131-12/+8
* thermal/core: Fix unregistering netlink at thermal init timeDaniel Lezcano2023-01-251-0/+5
* thermal/core: Add a generic thermal_zone_get_trip() functionDaniel Lezcano2023-01-061-11/+8
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano2022-07-281-1/+1
* Merge branch 'thermal-hfi'Rafael J. Wysocki2022-03-181-0/+53
|\
| * thermal: netlink: Add a new event to notify CPU capabilities changeSrinivas Pandruvada2022-02-031-0/+53
* | thermal: core: Fix TZ_GET_TRIP NULL pointer dereferenceNicolas Cavallari2022-03-011-2/+3
|/
* thermal/drivers/netlink: Add the temperature when crossing a trip pointDaniel Lezcano2021-10-071-5/+6
* Merge tag 'thermal-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-171-1/+2
|\
| * thermal: core: Adding missing nlmsg_free() in thermal_genl_sampling_temp()Jing Xiangfeng2020-10-121-1/+2
* | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* | genetlink: add small version of opsJakub Kicinski2020-10-021-1/+1
|/
* thermal: netlink: Improve the initcall orderingDaniel Lezcano2020-07-211-2/+1
* thermal: core: remove redundant initialization of variable retColin Ian King2020-07-211-1/+1
* thermal: core: genetlink support for events/cmd/samplingDaniel Lezcano2020-07-071-0/+648