From ccf3b0531fd7970d901ccd7ae2ab08a9fa9780af Mon Sep 17 00:00:00 2001 From: Joshua Primero Date: Thu, 4 Oct 2012 17:24:54 -0700 Subject: drivers: nct: Added hysteresis Added hysteresis functionality to thermal trip points. bug 1057977 Change-Id: I377fee3932fd5a9f264672a889eb438dcdcc99ab Signed-off-by: Joshua Primero Reviewed-on: http://git-master/r/141775 (cherry picked from commit 06d721750fcd31cceb277bb30685f86180fee326) Signed-off-by: Gaurav Batra Reviewed-on: http://git-master/r/146686 Rebase-Id: R1609c598bfe9b261653dfb480eee452f6866caad --- include/linux/nct1008.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/nct1008.h b/include/linux/nct1008.h index 5b8ae5142..9eec97f57 100644 --- a/include/linux/nct1008.h +++ b/include/linux/nct1008.h @@ -35,6 +35,7 @@ struct nct1008_cdev { struct thermal_cooling_device *(*create_cdev)(void *); void *cdev_data; long trip_temp; + long hysteresis; enum thermal_trip_type type; int tc1; int tc2; -- cgit v1.2.2