Skip to content

Commit

Permalink
thermal: add the note for set_trip_temp
Browse files Browse the repository at this point in the history
Fixes commit 60f9ce3
("thermal: of-thermal: allow setting trip_temp on hardware")

Signed-off-by: Caesar Wang <[email protected]>
Cc: Zhang Rui <[email protected]>
Cc: Eduardo Valentin <[email protected]>
Cc: [email protected]
Signed-off-by: Zhang Rui <[email protected]>
  • Loading branch information
Caesar-github authored and zhang-rui committed Jun 1, 2016
1 parent f840ab1 commit 5a5e78c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/thermal.h
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ struct thermal_genl_event {
* @get_trend: a pointer to a function that reads the sensor temperature trend.
* @set_emul_temp: a pointer to a function that sets sensor emulated
* temperature.
* @set_trip_temp: a pointer to a function that sets the trip temperature on
* hardware.
*/
struct thermal_zone_of_device_ops {
int (*get_temp)(void *, int *);
Expand Down

0 comments on commit 5a5e78c

Please sign in to comment.